diff options
-rw-r--r-- | test/lexTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lexTests.py b/test/lexTests.py index c90f22e9b..3c8644a6a 100644 --- a/test/lexTests.py +++ b/test/lexTests.py @@ -105,7 +105,7 @@ class TestLexers(unittest.TestCase): self.LexExample("x.vb", b"vb", [b"as dim or string"]) def testD(self): - self.LexExample("x.d", b"d", + self.LexExample("x.d", b"d", [b"keyword1", b"keyword2", b"", b"keyword4", b"keyword5", b"keyword6", b"keyword7"]) |