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:
parent
9bc7cd7904
commit
744638ed08
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue