summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrody Kenrick <user.fake@server.userfake>2013-12-06 07:33:42 (GMT)
committerMarius Kintel <marius@kintel.net>2013-12-08 23:35:36 (GMT)
commitd46ce3fb8150fe01c0c07fac11ea2e9a8ed97038 (patch)
tree286d0f5ec1ab29ab754096dfb6c874528298e364 /tests
parentd2575016b989b9cee5b44c29f10a76d84a7bf182 (diff)
Add specific tests for unicode len()
Diffstat (limited to 'tests')
-rw-r--r--tests/regression/echotest/string-unicode-expected.echo3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/regression/echotest/string-unicode-expected.echo b/tests/regression/echotest/string-unicode-expected.echo
index b4b848f..a1cd3be 100644
--- a/tests/regression/echotest/string-unicode-expected.echo
+++ b/tests/regression/echotest/string-unicode-expected.echo
@@ -1,3 +1,6 @@
+ECHO: "text_1bytes_len = ", "1234", " len = ", 4
+ECHO: "text_2bytes_len = ", "ЛЛЛЛ", " len = ", 4
+ECHO: "text_4bytes_len = ", "🂡🂱🃁🃑", " len = ", 4
ECHO: "[", 0, "] = ", "DEADBEEF", " of len=", 8, ":"
ECHO: " [", 0, "]=", "D"
ECHO: " [", 1, "]=", "E"
contact: Jan Huwald // Impressum