From 7775f4c5b97dcc0d7e71a2cd8fb132f2b5bc1bd6 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Sun, 2 Jul 2023 16:47:12 +0800 Subject: fix issue https://github.com/leafo/moonscript/issues/448 --- spec/outputs/string.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/outputs') diff --git a/spec/outputs/string.lua b/spec/outputs/string.lua index 87ecf2c..febea62 100644 --- a/spec/outputs/string.lua +++ b/spec/outputs/string.lua @@ -29,6 +29,7 @@ local c = "hello " .. tostring(5 + 1) local d = tostring(hello(world)) local e = tostring(1) .. " " .. tostring(2) .. " " .. tostring(3) local f = [[hello #{world} world]] +local g = "#{hello world}" a = 'hello #{hello} hello' b = '#{hello} hello' c = 'hello #{hello}' -- cgit v1.2.3-55-g6feb