From b5153486a948dcb0a35cf8847ced394b2ff8edec Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 13 May 2022 10:08:54 +0800 Subject: add update syntax support for //. fix issue #96. --- spec/inputs/syntax.yue | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/inputs') 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 j -= "hello" y *= 2 y /= 100 +y //= 100 m %= 2 hello ..= "world" -- cgit v1.2.3-55-g6feb