diff options
Diffstat (limited to 'spec/inputs')
-rw-r--r-- | spec/inputs/string.yue | 1 |
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}" | |||
51 | e = "#{1} #{2} #{3}" | 51 | e = "#{1} #{2} #{3}" |
52 | 52 | ||
53 | f = [[hello #{world} world]] | 53 | f = [[hello #{world} world]] |
54 | g = "\#{hello world}" | ||
54 | 55 | ||
55 | -- | 56 | -- |
56 | 57 | ||