From e422079fcced744e3a6247aeb12a09a658989072 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 15 Sep 2024 15:33:47 -0400 Subject: Add a Byte datatype --- test/paths.tm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/paths.tm') diff --git a/test/paths.tm b/test/paths.tm index 8d5a92f2..996b6dde 100644 --- a/test/paths.tm +++ b/test/paths.tm @@ -24,6 +24,8 @@ func main(): >> tmpfile:append("!") >> tmpfile:read() = "Hello world!" + >> tmpfile:read_bytes() + = [72[B], 101[B], 108[B], 108[B], 111[B], 32[B], 119[B], 111[B], 114[B], 108[B], 100[B], 33[B]] >> tmpdir:files():has(tmpfile) = yes -- cgit v1.2.3