Login
7 branches 0 tags
Ben (X13/Void) Fixed warning on ancient gcc d739c2c 4 years ago 301 Commits
nujel / binlib / tests.nuj
; Nujel - Copyright (C) 2020-2021 - Benjamin Vincent Schulenburg
; This project uses the MIT license, a copy should be included under /LICENSE

[when-not [== ARCH "wasm"]
          [test/add '[0 . ""] [repl/run-forked 1]]
          [test/add '[123 . ""] [repl/run-forked [exit 123]]]
          [test/add '[0 . "123"] [repl/run-forked [display 123]]]
]