Commit Graph

19 Commits

Author SHA1 Message Date
xixixao d7862647d9 Fix multiple postfix conditionals 2013-12-17 03:31:19 +01:00
Marc Häfner 592aa33577 Fixes #2367 -- super in for-loop 2013-11-15 06:35:04 +01:00
Marc Häfner 69d66a1d4d Fixes #1057: Allow catch/finally in single line functions.
* Don't end single-line functions at `catch` or `finally`.
* Remove unused `IMPLICIT_BLOCK` and superfluous test for `IF`.
2013-04-15 20:20:52 +02:00
Jeremy Ashkenas 2f5b11b295 Fixes #2555 2013-03-17 19:27:16 +08:00
Jeremy Ashkenas dbb99f31a7 Reverting #2490 2013-03-10 07:21:00 +08:00
Jeremy Ashkenas 13fae12f69 Fixes #2490 -- adding guard-style if blocks 2013-03-09 10:40:37 +08:00
Troels Nielsen 1666716c31 Improve the handling of implicit object and implicit call combinations
by handling them together.
2013-02-27 08:15:38 +01:00
Michael Ficarra fc0a169a9a fixes #1910: loop index should be mutable within a loop iteration and immutable between loop iterations 2011-12-21 14:06:34 -05:00
Jeremy Ashkenas 7d22a011ab amending the previous test 2011-11-24 09:58:04 -05:00
Jeremy Ashkenas e9e5ae119f adding a test case for throw-as-an-expression. 2011-11-24 09:57:34 -05:00
satyr ad1bc1e0b8 closes #1669; loop results are now collected in the same way as auto-`return`s are generated 2011-09-07 12:13:23 +09:00
Jeremy Ashkenas f485d8f548 test-ified control_flow 2011-03-11 22:09:33 -05:00
Jeremy Ashkenas 9e2c75b548 removing over-hash-comment 2011-03-11 21:41:12 -05:00
Jeremy Ashkenas 8b8e8a94ff Issue #997 ... Maloptimized break suppression. 2011-01-30 20:28:11 -05:00
Michael Ficarra 240a0b9c93 made sure all files were properly commented 2011-01-03 04:28:47 -05:00
Michael Ficarra 6421c865f5 finished reorganizing test suite 2011-01-03 04:17:00 -05:00
Michael Ficarra fb201976b8 test reorganization waypoint #2 2010-12-29 14:06:57 -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