Ensure scheme extensions are treated as plain text

This commit is contained in:
Joshua Peek
2011-07-07 10:47:58 -05:00
parent 3bf6a7878f
commit d886722de5
3 changed files with 5 additions and 0 deletions

View File

@@ -292,6 +292,9 @@ class TestBlob < Test::Unit::TestCase
# https://github.com/googleapi/googleapi/blob/master/demos/gmail_demo/gmail.dpr
assert_equal Language['Delphi'], blob("program.dpr").language
# https://github.com/dharmatech/agave/blob/master/demos/asteroids.sps
assert_equal Language['Scheme'], blob("asteroids.sps").language
end
def test_lexer