From 8e546a5d26a6a19192caa4b56f3c0348e67bde2b Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 3 Jun 2022 23:14:45 +0800 Subject: fix issue #104. --- spec/inputs/string.yue | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/inputs') diff --git a/spec/inputs/string.yue b/spec/inputs/string.yue index e21ae84..201e60d 100644 --- a/spec/inputs/string.yue +++ b/spec/inputs/string.yue @@ -33,6 +33,8 @@ nil Fail to compile ]] +txt[ [[abc]]] = [["#{i}" for i = 1, 10] for i = 1, 10]] + oo = "" x = "\\" -- cgit v1.2.3-55-g6feb