mherkender/lua.js

[[\]] -> "\": SyntaxError: unterminated string literal

olleharstedt opened this issue · 0 comments

As title says, [[\]] in Lua becomes "\" in JS.

Easily fixed with "\\" in Lua, Still...