mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add test for the AutoHotkey language.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user