Merge branch 'master' of github.com:github/linguist

This commit is contained in:
Joshua Peek
2011-09-06 15:39:35 -05:00
2 changed files with 18 additions and 0 deletions

View File

@@ -341,6 +341,9 @@ class TestBlob < Test::Unit::TestCase
assert_equal Language['Groovy Server Pages'], blob("hello-resources.gsp").language
assert_equal Language['Groovy Server Pages'], blob("hello-pagedirective.gsp").language
assert_equal Language['Groovy Server Pages'], blob("hello-var.gsp").language
# https://github.com/Lexikos/AutoHotkey_L
assert_equal Language['AutoHotkey'], blob("hello.ahk").language
end
def test_lexer