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

@@ -16,4 +16,9 @@ result: try
catch err
err.length
ok result is 2
ok result is 2
result: try throw 'longer' catch err then err.length
ok result is 6