mirror of
https://github.com/github/semantic.git
synced 2024-12-29 01:42:43 +03:00
Assert statement test fixture
This commit is contained in:
parent
7881287f8b
commit
ca2d402944
3
test/fixtures/python/assert-statement.A.py
vendored
Normal file
3
test/fixtures/python/assert-statement.A.py
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
assert a
|
||||
assert b, c
|
||||
|
3
test/fixtures/python/assert-statement.B.py
vendored
Normal file
3
test/fixtures/python/assert-statement.B.py
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
assert c, a
|
||||
assert b
|
||||
|
Loading…
Reference in New Issue
Block a user