aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs')
-rw-r--r--spec/inputs/syntax.yue1
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
173j -= "hello" 173j -= "hello"
174y *= 2 174y *= 2
175y /= 100 175y /= 100
176y //= 100
176m %= 2 177m %= 2
177hello ..= "world" 178hello ..= "world"
178 179