aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/lapi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lapi.js b/tests/lapi.js
index 5a6785d..a63ae66 100644
--- a/tests/lapi.js
+++ b/tests/lapi.js
@@ -383,7 +383,7 @@ test('lua_load with no chunkname', function (t) {
test('lua_load and lua_call it', function (t) {
let luaCode = `
- local a = "JS > Lua > JS \\o/"
+ local a = "JS > Lua > JS \\\\o/"
return a
`, L;