fixing empty catch clauses ... Issue #470

This commit is contained in:
Jeremy Ashkenas
2010-07-04 12:50:04 -04:00
parent 92878558c6
commit e281133f12
6 changed files with 124 additions and 110 deletions

View File

@@ -28,4 +28,11 @@ ok result is 5
try
# nothing
catch err
#nothing
# nothing
try
# nothing
finally
# nothing
ok yes