jashkenas--coffeescript/test/test_exceptions.coffee

2 lines
41 B
CoffeeScript
Raw Normal View History

2010-02-18 00:29:37 +00:00
block: -> (throw 'up')
throws block, 'up'