Login
7 branches 0 tags
Ben (Win10) Fixed displaying of dotted pairs and improved [asmdebug] c45b30a 3 years ago 756 Commits
nujel / testsuite / exception.nuj
[test/add :division-by-zero [try car [/ 3 0]]]
[test/add :test [try [fn [e] :test] [/ 3 0]]]
[test/add :test [try car [try [fn [e] :test] [/ 3 0]]]]
[test/add :inner [try [fn [e] :outer] [try [fn [e] :inner] [throw :asd]]]]
[test/add :outer [try [fn [e] :outer] [try [fn [e] :inner] 1] [throw :asd]]]