mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-02-09 09:49:33 +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