aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/lexTests.py
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-06-05 00:21:25 +0000
committernyamatongwe <unknown>2010-06-05 00:21:25 +0000
commit7e1bdfa279df1000817f02bf358c1b427b5dfd48 (patch)
tree239d177538bd528aa97d545a28d90533557469ef /test/lexTests.py
parent32edd509aa67f37e22b10747ecdd49484a16a520 (diff)
downloadscintilla-mirror-7e1bdfa279df1000817f02bf358c1b427b5dfd48.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"])