summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/03_stdlib/01_chr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom/03_stdlib/01_chr')
-rw-r--r--tests/custom/03_stdlib/01_chr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom/03_stdlib/01_chr b/tests/custom/03_stdlib/01_chr
index 17163e3..47fdb17 100644
--- a/tests/custom/03_stdlib/01_chr
+++ b/tests/custom/03_stdlib/01_chr
@@ -22,6 +22,6 @@ passed to the `chr()` function.
[
"",
"abc",
- "\u0000\u0000\u0000\u0000\u0000AB\u00ff"
+ "\u0000\u0000\u0000\u0000\u0000AB˙"
]
-- End --