Detect Nemerle language

This commit is contained in:
Alex Zimin
2011-07-08 12:03:11 +08:00
parent 6e50990dfc
commit 1af6112471
5 changed files with 20 additions and 0 deletions

View File

@@ -292,6 +292,9 @@ class TestBlob < Test::Unit::TestCase
# https://github.com/googleapi/googleapi/blob/master/demos/gmail_demo/gmail.dpr
assert_equal Language['Delphi'], blob("program.dpr").language
# https://github.com/philiplaureano/Nemerle.FizzBuzz/blame/master/FizzBuzz/FizzBuzzer.n
assert_equal Language['Nemerle'], blob("hello.n").language
end
def test_lexer