aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/element_3.vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-11-27 12:30:13 +0100
committerTristan Gingold <tgingold@free.fr>2022-11-27 12:30:41 +0100
commitb7c64a01147ffb7127b6ba94b04aa437f313f3be (patch)
treeaac91b016e8f01c3ba1f751a20332a24de4e62bc /testsuite/pyunit/libghdl/element_3.vhdl
parentad92a80324101d8c85b19d86b08297765df42ef4 (diff)
downloadghdl-b7c64a01147ffb7127b6ba94b04aa437f313f3be.tar.gz
ghdl-b7c64a01147ffb7127b6ba94b04aa437f313f3be.tar.bz2
ghdl-b7c64a01147ffb7127b6ba94b04aa437f313f3be.zip
testsuite/pyunit/libghdl: add tests for line comments
Diffstat (limited to 'testsuite/pyunit/libghdl/element_3.vhdl')
-rw-r--r--testsuite/pyunit/libghdl/element_3.vhdl6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/element_3.vhdl b/testsuite/pyunit/libghdl/element_3.vhdl
new file mode 100644
index 000000000..22f20349e
--- /dev/null
+++ b/testsuite/pyunit/libghdl/element_3.vhdl
@@ -0,0 +1,6 @@
+package p is
+ type rec is record
+ a : bit; -- Comment for :a:
+ b : bit; -- For :b:
+ end record;
+end p;