mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -05:00
added array comprehensions over ranges
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user