mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -05:00
adding a statement-as-expression test, and returning null from while loops, if asked
This commit is contained in:
@@ -14,8 +14,8 @@ class ExecutionTest < Test::Unit::TestCase
|
||||
end
|
||||
end
|
||||
|
||||
def test_lintless_coffeescript
|
||||
no_warnings `bin/coffee -l test/fixtures/execution/*.coffee`
|
||||
def test_lintless_tests
|
||||
no_warnings `bin/coffee -l test/fixtures/*/*.coffee`
|
||||
end
|
||||
|
||||
def test_lintless_examples
|
||||
|
||||
Reference in New Issue
Block a user