Added fix for concatenating string and LuaCode

This commit is contained in:
Bruce Hill 2019-01-11 15:28:18 -08:00
parent 43e45b1452
commit 39676a87d5

View File

@ -318,7 +318,7 @@ externally ($ is $kind syntax tree) means
\( \(
=lua (" =lua ("
\$replacement.type == 'Block' and \($replacement as lua) or 'return '..\ \$replacement.type == 'Block' and \($replacement as lua) or 'return '..\
..\($replacement as lua expr) ..\($replacement as lua expr):text()
") ")
) )
end) end)