From a207c0aa819f933567139c5f5b5625e5f659c3d2 Mon Sep 17 00:00:00 2001 From: Jad Altahan Date: Tue, 29 Jan 2019 09:18:07 +1100 Subject: Backport: Feature [feature-requests:#1260]. Fix inconsistency with dot styling in Nim. Backport of changeset 7240:99281d1bec87. --- test/lexTests.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/lexTests.py') diff --git a/test/lexTests.py b/test/lexTests.py index 2dbb1b3ad..92042aa08 100644 --- a/test/lexTests.py +++ b/test/lexTests.py @@ -156,6 +156,9 @@ class TestLexers(unittest.TestCase): def testLua(self): self.LexExample("x.lua", b"lua", [b"function end"]) + def testNim(self): + self.LexExample("x.nim", b"nim", [b"else end if let"]) + def testRuby(self): self.LexExample("x.rb", b"ruby", [b"class def end"]) -- cgit v1.2.3