jashkenas--coffeescript/test/test_exceptions.coffee

2 lines
41 B
CoffeeScript

block: -> (throw 'up')
throws block, 'up'