aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/lexTests.py
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-06-05 00:21:25 +0000
committernyamatongwe <devnull@localhost>2010-06-05 00:21:25 +0000
commite55cd74a6530156b7a578e482478be7569b4d9a5 (patch)
tree239d177538bd528aa97d545a28d90533557469ef /test/lexTests.py
parentdc93a9042fb8b7fa7092ff8b90e203436ddfb6ba (diff)
downloadscintilla-mirror-e55cd74a6530156b7a578e482478be7569b4d9a5.tar.gz
Whitespace.
Diffstat (limited to 'test/lexTests.py')
-rw-r--r--test/lexTests.py2
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"])