Add test for .dpr / Delphi

This commit is contained in:
Vladimir Panteleev
2011-07-06 06:45:05 -07:00
parent 203326b613
commit 841cb9a28f

View File

@@ -289,6 +289,9 @@ class TestBlob < Test::Unit::TestCase
# https://github.com/drupal/drupal/blob/7.x/modules/php/php.module
assert_equal Language['PHP'], blob("drupal.module").language
# https://github.com/googleapi/googleapi/blob/master/demos/gmail_demo/gmail.dpr
assert_equal Language['Delphi'], blob("program.dpr").language
end
def test_lexer