Login
7 branches 0 tags
Ben (Win10) Fixed win32 0de15ea 4 years ago 203 Commits
nujel / binlib / tests.nuj
[when-not [eq? OS "Emscripten"]
          [test/add '[0 . ""] [repl/run-forked 1]]
          [test/add '[123 . ""] [repl/run-forked [exit 123]]]
          [test/add '[0 . "123"] [repl/run-forked [display 123]]]
]