Geoffrey Booth
7c627f9dfd
[CS2] Fix #3709 , #3789 : ‘throw’ an ‘if’, ‘for’, ‘switch’, ‘while’ ( #4664 )
...
* Fix #3709 : throwing an if, for, switch or while should throw the returned value of the statement/loop
* Fix #3789 : don’t throw a throw (unless it’s in a closure)
* LEVEL_LIST works better than a list of node types
2017-08-25 11:11:10 -07:00
Marc Häfner
cf07fcb4b1
#2900 -- parameter-less catch clause.
...
Plus some minor cleanup after f8c6b494aa
2013-04-12 17:50:45 +02:00
Troels Nielsen
71e04d9839
Disallow implicit calls in cases like:
...
f
a
and only allow cases like:
f
a: 1
2013-02-28 23:20:42 +01:00
Troels Nielsen
cb187fd900
Fix implicit calls with try/catch/finally as arguments
2013-02-28 11:53:04 +01:00
Jeremy Ashkenas
0ba628159f
Fixes #2580 -- Try/Catch is allowed to destructure the error object.
2012-10-23 17:57:22 -04:00
Michael Ficarra
46b34d4b43
whitespace cleanup
2011-12-24 07:04:34 -05:00
Jeremy Ashkenas
8c31f2ee44
Adding a test for #1595
2011-08-14 17:08:12 -04:00
Jeremy Ashkenas
9e2c75b548
removing over-hash-comment
2011-03-11 21:41:12 -05:00
Michael Ficarra
dcfdd144d8
test reorganization waypoint
2010-12-29 00:48:54 -05:00
Michael Ficarra
0fd3ed593c
adding new (empty) classifications for tests
2010-12-28 23:33:13 -05:00
Michael Ficarra
8087a5914c
coffee-script/test$ for file in .; do git mv "$file" "_$file"; done
2010-12-28 18:07:15 -05:00
Michael Ficarra
835840e8da
minor enhancements to test/exception_handling.coffee
2010-12-13 01:27:22 -05:00
Jeremy Ashkenas
b9c2236885
Merging in MichaelFicarra's refactorTests branch.
2010-12-11 20:30:48 -05:00
Michael Ficarra
113cecc4f0
updated all completed test files except comments.coffee to the new
...
testing mini-framework
2010-12-10 00:23:37 -05:00