aboutsummaryrefslogtreecommitdiff
path: root/tests/test-suite/sort.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-suite/sort.js')
-rw-r--r--tests/test-suite/sort.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-suite/sort.js b/tests/test-suite/sort.js
index 9573d5d..3c9b8d0 100644
--- a/tests/test-suite/sort.js
+++ b/tests/test-suite/sort.js
@@ -560,7 +560,7 @@ test("[test-suite] sort: sorting", function (t) {
for i,v in pairs(a) do assert(v == false) end
- A = {"álo", "\0first :-)", "alo", "then this one", "45", "and a new"}
+ A = {"álo", "\\0first :-)", "alo", "then this one", "45", "and a new"}
table.sort(A)
check(A)