fix: escape characters as octal sequences
All checks were successful
build / build (push) Successful in 44s

This commit is contained in:
2026-05-18 10:00:05 -06:00
parent ab7cc053a4
commit 64be009635
3 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
export
data $d = align 8
{z 16, b $g + 32 "foo\nbar\NULbaz" -1}
{z 16, b $g + 32 "foo\012bar\000baz" -1}