1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

adding a one-line exception test.

This commit is contained in:
Jeremy Ashkenas 2010-06-28 08:52:13 -04:00
parent 9bc7cd7904
commit 744638ed08

View file

@ -19,6 +19,6 @@ catch err
ok result is 2
result: try throw 'longer' catch err then err.length
result: try throw 'error' catch err then err.length
ok result is 6
ok result is 5