Add test_prose

This commit is contained in:
Ted Nyman
2013-12-26 19:32:41 -08:00
parent 6ae12cd0be
commit 2cb2194686

View File

@@ -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