summaryrefslogtreecommitdiff
path: root/test/files/run/literals.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/literals.check')
-rw-r--r--test/files/run/literals.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/literals.check b/test/files/run/literals.check
index fc495283f4..5e336089fa 100644
--- a/test/files/run/literals.check
+++ b/test/files/run/literals.check
@@ -1,6 +1,8 @@
test '\u0024' == '$' was successful
test '\u005f' == '_' was successful
test 65.asInstanceOf[char] == 'A' was successful
+test "\141\142" == "ab" was successful
+test "\0x61\0x62".trim() == "x61\0x62" was successful
test 01 == 1 was successful
test 010 == 8 was successful