mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Test gas file
This commit is contained in:
@@ -194,6 +194,7 @@ class TestBlob < Test::Unit::TestCase
|
||||
assert_equal Language['Objective-C'], blob("Foo.h").language
|
||||
assert_equal Language['Objective-C'], blob("FooAppDelegate.m").language
|
||||
assert_equal Language['Objective-C'], blob("FooAppDelegate.h").language
|
||||
assert_equal Language['GAS'], blob("hello.s").language
|
||||
end
|
||||
|
||||
def test_lexer
|
||||
|
||||
Reference in New Issue
Block a user