Merge branch 'master' into newlisp

This commit is contained in:
Paul Chaignon
2014-12-06 19:56:29 -05:00
5 changed files with 75 additions and 9 deletions

View File

@@ -150,4 +150,11 @@ class TestHeuristcs < Test::Unit::TestCase
"LoomScript" => "LoomScript/HelloWorld.ls"
})
end
def test_ts_by_heuristics
assert_heuristics({
"TypeScript" => all_fixtures("TypeScript", "*.ts"),
"XML" => all_fixtures("XML", "*.ts")
})
end
end