Login
7 branches 0 tags
Ben (Win10) Removed the C based printer and the [cat] NFunc b25df4d 3 years ago 836 Commits
nujel / tests / testsuite / ports.nuj
[test/add "asd" [with-string-port p [p 'block-write "asd"]]]
[test/add "asd" [with-string-port p [p 'write "a" "s" "d"]]]
[test/add "asd" [with-string-port p [p 'write "a" "sd"]]]
[test/add "asd" [with-string-port p [p 'write "as" "d"]]]
[test/add "asd" [with-string-port p [p 'write "as"] [p 'char-write #x64]]]
[test/add "abc" [with-string-port p [p 'char-write #x61] [p 'char-write #x62] [p 'char-write #x63]]]
[test/add "abcdef" [with-string-port p [p 'char-write #x61] [p 'char-write #x62] [p 'char-write #x63] [p 'write "def"]]]