mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add test_data
This commit is contained in:
@@ -193,6 +193,10 @@ class TestLanguage < Test::Unit::TestCase
|
|||||||
assert_equal :markup, Language['HTML'].type
|
assert_equal :markup, Language['HTML'].type
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def test_data
|
||||||
|
assert_equal :data, Language['YAML'].type
|
||||||
|
end
|
||||||
|
|
||||||
def test_other
|
def test_other
|
||||||
assert_nil Language['Brainfuck'].type
|
assert_nil Language['Brainfuck'].type
|
||||||
assert_nil Language['Makefile'].type
|
assert_nil Language['Makefile'].type
|
||||||
|
|||||||
Reference in New Issue
Block a user