diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-01-18 18:15:24 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2020-01-18 18:15:24 +0800 |
| commit | 8d1af508f4173e4af6a4ea98584c1a86619f6a20 (patch) | |
| tree | 0264c4b01f1152d8114cf46aea6fd773276c0b01 /spec/inputs/string.moon | |
| parent | f53ccb373efbf6f6f40284111df309e351c2c18f (diff) | |
| download | yuescript-8d1af508f4173e4af6a4ea98584c1a86619f6a20.tar.gz yuescript-8d1af508f4173e4af6a4ea98584c1a86619f6a20.tar.bz2 yuescript-8d1af508f4173e4af6a4ea98584c1a86619f6a20.zip | |
fix Moonscript issue 122, add support for ? operator.
Diffstat (limited to 'spec/inputs/string.moon')
| -rw-r--r-- | spec/inputs/string.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/string.moon b/spec/inputs/string.moon index 897056a..5d8f772 100644 --- a/spec/inputs/string.moon +++ b/spec/inputs/string.moon | |||
| @@ -52,7 +52,7 @@ c = 'hello #{hello}' | |||
| 52 | 52 | ||
| 53 | -- | 53 | -- |
| 54 | 54 | ||
| 55 | "hello" | 55 | _ = "hello" |
| 56 | "hello"\format 1 | 56 | "hello"\format 1 |
| 57 | "hello"\format(1,2,3) | 57 | "hello"\format(1,2,3) |
| 58 | "hello"\format(1,2,3) 1,2,3 | 58 | "hello"\format(1,2,3) 1,2,3 |
