diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-12-21 08:27:56 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-12-21 08:27:56 +0100 |
commit | d45f4a31e557d54314765265d8f488a45dc8fc30 (patch) | |
tree | b07084d767d2652029cd34649d0b9cbe6788b2eb /testsuite/pyunit/libghdl/Comments.py | |
parent | 432c019c1113b880fc554e94e9a66b7efd1d303b (diff) | |
download | ghdl-d45f4a31e557d54314765265d8f488a45dc8fc30.tar.gz ghdl-d45f4a31e557d54314765265d8f488a45dc8fc30.tar.bz2 ghdl-d45f4a31e557d54314765265d8f488a45dc8fc30.zip |
testsuite/pyunit/libghdl: adjust Complex, add Complex_Multilines
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 |