adding a statement-as-expression test, and returning null from while loops, if asked

This commit is contained in:
Jeremy Ashkenas
2010-01-03 18:58:34 -05:00
parent d53d85d03e
commit cb1815885c
3 changed files with 16 additions and 4 deletions

View File

@@ -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