aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs')
-rw-r--r--spec/inputs/string.yue1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/inputs/string.yue b/spec/inputs/string.yue
index 201e60d..f91383e 100644
--- a/spec/inputs/string.yue
+++ b/spec/inputs/string.yue
@@ -51,6 +51,7 @@ d = "#{hello world}"
51e = "#{1} #{2} #{3}" 51e = "#{1} #{2} #{3}"
52 52
53f = [[hello #{world} world]] 53f = [[hello #{world} world]]
54g = "\#{hello world}"
54 55
55-- 56--
56 57