From 86900d9f6c64e0598e5b217a1d393e55cb53602b Mon Sep 17 00:00:00 2001 From: Jad Altahan Date: Wed, 30 Jan 2019 11:35:01 +1100 Subject: Feature [feature-requests:#1261]. Enhance the styling of backticks in Nim --- test/lexTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lexTests.py') diff --git a/test/lexTests.py b/test/lexTests.py index eb38b7af7..46e4eb4fb 100644 --- a/test/lexTests.py +++ b/test/lexTests.py @@ -157,7 +157,7 @@ class TestLexers(unittest.TestCase): self.LexExample("x.lua", b"lua", [b"function end"]) def testNim(self): - self.LexExample("x.nim", b"nim", [b"else end if let"]) + self.LexExample("x.nim", b"nim", [b"else end if let proc"]) def testRuby(self): self.LexExample("x.rb", b"ruby", [b"class def end"]) -- cgit v1.2.3