diff options
| author | Li Jin <dragon-fly@qq.com> | 2025-11-21 12:21:04 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2025-11-21 12:21:04 +0800 |
| commit | 43dde2fff316051d03968e8efd313f19b53112fc (patch) | |
| tree | ae3f99ce6edcd397b75002003048518ee33bae5b /spec/inputs/string.yue | |
| parent | b462de9d09d4708490161c7c16858bce2c9cb9b6 (diff) | |
| download | yuescript-43dde2fff316051d03968e8efd313f19b53112fc.tar.gz yuescript-43dde2fff316051d03968e8efd313f19b53112fc.tar.bz2 yuescript-43dde2fff316051d03968e8efd313f19b53112fc.zip | |
Updated syntax.v0.29.9
* Added error check for mixed use of tabs and spaces.
* Supported SimpleTable destructuring for ForEach syntax.
Diffstat (limited to 'spec/inputs/string.yue')
| -rw-r--r-- | spec/inputs/string.yue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/inputs/string.yue b/spec/inputs/string.yue index 1f0fba8..611205d 100644 --- a/spec/inputs/string.yue +++ b/spec/inputs/string.yue | |||
| @@ -100,8 +100,8 @@ do | |||
| 100 | next: 123 | 100 | next: 123 |
| 101 | str = | | 101 | str = | |
| 102 | list: | 102 | list: |
| 103 | - "one" | 103 | - "one" |
| 104 | - "two" | 104 | - "two" |
| 105 | str = | | 105 | str = | |
| 106 | -- comment | 106 | -- comment |
| 107 | content text | 107 | content text |
