From 7e1bdfa279df1000817f02bf358c1b427b5dfd48 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 5 Jun 2010 00:21:25 +0000 Subject: Whitespace. --- test/lexTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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"]) -- cgit v1.2.3