Login
7 branches 0 tags
Ben (X13/Arch) Reimplemented [input] in Nujel and cleaned up the codebase 1cbfc60 3 years ago 788 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]]]