Login
7 branches 0 tags
Ben (X13/Arch) Fixed div/mod for 64-bit ints 7df062e 3 years ago 698 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]]]