mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-29 05:11:00 +00:00
Add test_prose
This commit is contained in:
@@ -198,6 +198,11 @@ class TestLanguage < Test::Unit::TestCase
|
|||||||
assert_equal :data, Language['YAML'].type
|
assert_equal :data, Language['YAML'].type
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def test_prose
|
||||||
|
assert_equal :prose, Language['Markdown'].type
|
||||||
|
assert_equal :prose, Language['Org'].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