diff options
Diffstat (limited to 'spec/inputs')
| -rw-r--r-- | spec/inputs/syntax.yue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/inputs/syntax.yue b/spec/inputs/syntax.yue index 84c6578..f212bec 100644 --- a/spec/inputs/syntax.yue +++ b/spec/inputs/syntax.yue | |||
| @@ -173,6 +173,7 @@ x += 10 + 3 | |||
| 173 | j -= "hello" | 173 | j -= "hello" |
| 174 | y *= 2 | 174 | y *= 2 |
| 175 | y /= 100 | 175 | y /= 100 |
| 176 | y //= 100 | ||
| 176 | m %= 2 | 177 | m %= 2 |
| 177 | hello ..= "world" | 178 | hello ..= "world" |
| 178 | 179 | ||
