mirror of
https://github.com/github/semantic.git
synced 2024-12-29 09:55:52 +03:00
Augmented assignment test fixture
This commit is contained in:
parent
2fef12149b
commit
ffc225d75b
4
test/fixtures/python/augmented-assignment.A.py
vendored
Normal file
4
test/fixtures/python/augmented-assignment.A.py
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
a += 1
|
||||
b >>= 2
|
||||
c //= 1
|
||||
|
4
test/fixtures/python/augmented-assignment.B.py
vendored
Normal file
4
test/fixtures/python/augmented-assignment.B.py
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
a >>= 2
|
||||
d //= 1
|
||||
b += 1
|
||||
|
Loading…
Reference in New Issue
Block a user