From fd74479a2bf2e4ccc35d1c2fa206de8f28be1e54 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Sep 2025 16:28:57 -0400 Subject: Deprecate optional '?' postfix operator --- test/paths.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/paths.tm') diff --git a/test/paths.tm b/test/paths.tm index d92d4623..22f79c7b 100644 --- a/test/paths.tm +++ b/test/paths.tm @@ -20,7 +20,7 @@ func main() >> tmpfile.write("Hello world") >> tmpfile.append("!") >> tmpfile.read() - = "Hello world!"? + = "Hello world!" >> tmpfile.read_bytes()! = [0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x20, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x21] assert tmpdir.files().has(tmpfile) -- cgit v1.2.3