Fix xslt mime type

This commit is contained in:
Joshua Peek
2012-05-09 10:59:00 -05:00
parent 2cbf428176
commit 285c9b4c60
3 changed files with 29 additions and 0 deletions

View File

@@ -441,6 +441,9 @@ class TestBlob < Test::Unit::TestCase
# Arch Linux PKGBUILD
assert_equal Language['Shell'], blob("PKGBUILD").language
# XML
assert_equal Language['XSLT'], blob("test.xslt").language
end
def test_lexer