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:50:44 -04:00
parent d83bbfb1d5
commit 9bc7cd7904

View file

@ -17,3 +17,8 @@ catch err
err.length
ok result is 2
result: try throw 'longer' catch err then err.length
ok result is 6