added array comprehensions over ranges

This commit is contained in:
Jeremy Ashkenas
2009-12-26 00:16:40 -08:00
parent 834442148b
commit ff78546465
5 changed files with 38 additions and 16 deletions

View File

@@ -20,4 +20,9 @@ class ExecutionTest < Test::Unit::TestCase
assert lint_results.match(NO_WARNINGS)
end
def test_lintless_documentation
lint_results = `bin/coffee-script -l documentation/coffee/*.coffee`
assert lint_results.match(NO_WARNINGS)
end
end