Add test for Scribble

This commit is contained in:
Joshua Peek
2011-06-27 14:55:07 -05:00
parent 73d0e84631
commit c504c4f55a

View File

@@ -258,6 +258,9 @@ class TestBlob < Test::Unit::TestCase
# https://github.com/gradleware/oreilly-gradle-book-examples/blob/master/ant-antbuilder/build.gradle
assert_equal Language['Groovy'], blob("build.gradle").language
# http://docs.racket-lang.org/scribble/
assert_equal Language['Racket'], blob("scribble.scrbl").language
end
def test_lexer