From 9824b3c9a8d2103a5ecd77ff957536fa16c24bbf Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 5 Dec 2022 21:39:51 +0100 Subject: Reorganized testcases. --- testsuite/pyunit/libghdl/examples/comments/ctxt_inside.vhdl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testsuite/pyunit/libghdl/examples/comments/ctxt_inside.vhdl (limited to 'testsuite/pyunit/libghdl/examples/comments/ctxt_inside.vhdl') diff --git a/testsuite/pyunit/libghdl/examples/comments/ctxt_inside.vhdl b/testsuite/pyunit/libghdl/examples/comments/ctxt_inside.vhdl new file mode 100644 index 000000000..af7fdc37b --- /dev/null +++ b/testsuite/pyunit/libghdl/examples/comments/ctxt_inside.vhdl @@ -0,0 +1,5 @@ +context ctx2 is + -- comments in design units (python doc-string style) :ctx2: + -- might be multi line :ctx2: +end context; + -- cgit v1.2.3