Test gas file

This commit is contained in:
Joshua Peek
2011-06-01 11:35:16 -05:00
parent 552b3b5245
commit 48250bf09c
3 changed files with 66 additions and 1 deletions

View File

@@ -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