From 0b6489358c3971efa5ad7d05f7532d31029049ea Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 11 Dec 2017 15:54:07 +1100 Subject: tests/lapi.js: Fix incorrect escaping --- tests/lapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lapi.js') 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; -- cgit v1.2.3-54-g00ecf