aboutsummaryrefslogtreecommitdiff
path: root/testes/utf8.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/utf8.lua')
-rw-r--r--testes/utf8.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/utf8.lua b/testes/utf8.lua
index 7472cfd0..c5a9dd3f 100644
--- a/testes/utf8.lua
+++ b/testes/utf8.lua
@@ -230,7 +230,7 @@ do
230 check(s, {0x10000, 0x1FFFFF}, true) 230 check(s, {0x10000, 0x1FFFFF}, true)
231end 231end
232 232
233x = "日本語a-4\0éó" 233local x = "日本語a-4\0éó"
234check(x, {26085, 26412, 35486, 97, 45, 52, 0, 233, 243}) 234check(x, {26085, 26412, 35486, 97, 45, 52, 0, 233, 243})
235 235
236 236