Skip to content
Snippets Groups Projects
Commit ee840321 authored by Ted Nyman's avatar Ted Nyman
Browse files

Add test_data

parent 0cbc4467
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -193,6 +193,10 @@ class TestLanguage < Test::Unit::TestCase
assert_equal :markup, Language['HTML'].type
end
 
def test_data
assert_equal :data, Language['YAML'].type
end
def test_other
assert_nil Language['Brainfuck'].type
assert_nil Language['Makefile'].type
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment