Proper lexer casing

This commit is contained in:
Joshua Peek
2011-06-18 20:19:10 -05:00
parent e8c09e91d5
commit cfb952b867
3 changed files with 24 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ class TestPathname < Test::Unit::TestCase
assert_equal Lexer['Bash'], Pathname.new("file.ebuild").lexer
assert_equal Lexer['Python'], Pathname.new("itty.py").lexer
assert_equal Lexer['Scheme'], Pathname.new("itty.nu").lexer
assert_equal Lexer['Text Only'], Pathname.new("defun.kt").lexer
assert_equal Lexer['Text only'], Pathname.new("defun.kt").lexer
end
def test_mime_type