1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/test/test_try_catch.coffee
2010-03-10 16:27:30 -05:00

14 lines
No EOL
112 B
CoffeeScript

result: try
10
finally
15
ok result is 10
result: try
throw 'up'
catch err
err.length
ok result is 2