diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/Comments.py')
-rw-r--r-- | testsuite/pyunit/libghdl/Comments.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/Comments.py b/testsuite/pyunit/libghdl/Comments.py index 68dfaf3b5..b46eef82d 100644 --- a/testsuite/pyunit/libghdl/Comments.py +++ b/testsuite/pyunit/libghdl/Comments.py @@ -306,4 +306,7 @@ class Complex(Base): """More exhaustive""" self.checkFile(self._root / "Complex.vhdl") + def test_complex(self) -> None: + self.checkFile(self._root / "Complex_Multilines.vhdl") + # Empty line before to easy cut & put |