diff options
author | Li Jin <dragon-fly@qq.com> | 2021-04-08 09:35:09 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-04-08 09:35:09 +0800 |
commit | 3355b7c475bc4a3bc8c4f2e8a2f504bb3ccb9395 (patch) | |
tree | 9615396a6eb8fde89e1ac543db60d5de54f6f317 /spec | |
parent | cecaec71883691f49a3e4d5fa8c0ff6fb1a38a4f (diff) | |
download | yuescript-3355b7c475bc4a3bc8c4f2e8a2f504bb3ccb9395.tar.gz yuescript-3355b7c475bc4a3bc8c4f2e8a2f504bb3ccb9395.tar.bz2 yuescript-3355b7c475bc4a3bc8c4f2e8a2f504bb3ccb9395.zip |
fix issue #47.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/inputs/string.yue | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/inputs/string.yue b/spec/inputs/string.yue index 5d8f772..e21ae84 100644 --- a/spec/inputs/string.yue +++ b/spec/inputs/string.yue | |||
@@ -26,6 +26,13 @@ hola = [===[ | |||
26 | 26 | ||
27 | mm = [[well trhere]] | 27 | mm = [[well trhere]] |
28 | 28 | ||
29 | txt = [[ | ||
30 | |||
31 | |||
32 | nil | ||
33 | Fail to compile | ||
34 | ]] | ||
35 | |||
29 | oo = "" | 36 | oo = "" |
30 | 37 | ||
31 | x = "\\" | 38 | x = "\\" |