mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +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
|
||||
end
|
||||
|
||||
def test_prose
|
||||
assert_equal :prose, Language['Markdown'].type
|
||||
assert_equal :prose, Language['Org'].type
|
||||
end
|
||||
|
||||
def test_other
|
||||
assert_nil Language['Brainfuck'].type
|
||||
assert_nil Language['Makefile'].type
|
||||
|
||||
Reference in New Issue
Block a user