aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/lexTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/lexTests.py')
-rw-r--r--test/lexTests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lexTests.py b/test/lexTests.py
index 92042aa08..eb38b7af7 100644
--- a/test/lexTests.py
+++ b/test/lexTests.py
@@ -176,5 +176,8 @@ class TestLexers(unittest.TestCase):
[b"keyword1", b"keyword2", b"", b"keyword4", b"keyword5",
b"keyword6", b"keyword7"])
+ def testTCL(self):
+ self.LexExample("x.tcl", b"tcl", [b"proc set socket vwait"])
+
if __name__ == '__main__':
Xite.main("lexTests")