diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-05-09 10:59:00 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-05-09 10:59:00 -0500 |
| commit | 285c9b4c60e76e41efce9db79f5e32344c54305a (patch) | |
| tree | cecc4bd0c06cd64688d2a8356b36e848a5db6a9f /test/test_blob.rb | |
| parent | 2cbf4281764898e01be0165705218578a489066a (diff) | |
Fix xslt mime type
Diffstat (limited to 'test/test_blob.rb')
| -rw-r--r-- | test/test_blob.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_blob.rb b/test/test_blob.rb index 59c0257..f99865e 100644 --- a/test/test_blob.rb +++ b/test/test_blob.rb @@ -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 |
