Login
7 branches 0 tags
Ben (X13/Arch) Removed ubuntu-18.04 GH Action 370fb52 3 years ago 840 Commits
nujel / tests / 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]]]