Added detection for the new Logtalk language

This commit is contained in:
Paulo Moura
2012-03-02 20:26:27 +00:00
parent 101676d90b
commit 66496fcde5
4 changed files with 9 additions and 0 deletions

View File

@@ -274,6 +274,7 @@ class TestBlob < Test::Unit::TestCase
assert_equal Language['C++'], blob("hello.cpp").language
assert_equal Language['C++'], blob("cuda.cu").language
assert_equal Language['GAS'], blob("hello.s").language
assert_equal Language['Logtalk'], blob("foo.lgt").language
assert_equal Language['Objective-C'], blob("Foo.h").language
assert_equal Language['Objective-C'], blob("Foo.m").language
assert_equal Language['Objective-C'], blob("FooAppDelegate.h").language