From 311424ce8850091136082561ecf1be358081b65a Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 21 Dec 2022 08:22:36 +0100 Subject: testsuite/pyunit/libghdl: add a test for package comments --- testsuite/pyunit/libghdl/Comments.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuite/pyunit/libghdl/Comments.py') diff --git a/testsuite/pyunit/libghdl/Comments.py b/testsuite/pyunit/libghdl/Comments.py index 172673b2d..edb283f79 100644 --- a/testsuite/pyunit/libghdl/Comments.py +++ b/testsuite/pyunit/libghdl/Comments.py @@ -175,6 +175,9 @@ class CommentAssociation(Base): def test_pkg_inside(self) -> None: self.checkFile(self._root / "comments/pkg_inside.vhdl") + def test_pkg_inside_2(self) -> None: + self.checkFile(self._root / "comments/pkg_inside_2.vhdl") + @expectedFailure def test_ctxt_inside_fail(self) -> None: self.checkFile(self._root / "comments/ctxt_inside_fail.vhdl") -- cgit v1.2.3