aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2022-05-13 10:08:54 +0800
committerLi Jin <dragon-fly@qq.com>2022-05-13 10:08:54 +0800
commitb5153486a948dcb0a35cf8847ced394b2ff8edec (patch)
tree9079868d2855ff3f7abbf02d07645173d6eb5810 /spec/inputs
parentde8f67340f58f8b2ca3fbea77af39e0a5b022abe (diff)
downloadyuescript-b5153486a948dcb0a35cf8847ced394b2ff8edec.tar.gz
yuescript-b5153486a948dcb0a35cf8847ced394b2ff8edec.tar.bz2
yuescript-b5153486a948dcb0a35cf8847ced394b2ff8edec.zip
add update syntax support for //. fix issue #96.
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