mirror of
https://github.com/github/semantic.git
synced 2024-12-01 00:33:59 +03:00
Correct the yield fixture.
This commit is contained in:
parent
4c161b49bd
commit
db902675d5
2
test/fixtures/python/yield.B.py
vendored
Normal file
2
test/fixtures/python/yield.B.py
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
yield
|
||||
yield
|
6
test/fixtures/python/yield.diffA-B.txt
vendored
6
test/fixtures/python/yield.diffA-B.txt
vendored
@ -1,3 +1,5 @@
|
||||
{-(Program
|
||||
(Program
|
||||
(Yield
|
||||
(Empty)))-}
|
||||
(Empty))
|
||||
{+(Yield
|
||||
(Empty))+})
|
||||
|
6
test/fixtures/python/yield.diffB-A.txt
vendored
6
test/fixtures/python/yield.diffB-A.txt
vendored
@ -1,3 +1,5 @@
|
||||
{+(Program
|
||||
(Program
|
||||
(Yield
|
||||
(Empty)))+}
|
||||
(Empty))
|
||||
{-(Yield
|
||||
(Empty))-})
|
||||
|
5
test/fixtures/python/yield.parseB.txt
vendored
5
test/fixtures/python/yield.parseB.txt
vendored
@ -0,0 +1,5 @@
|
||||
(Program
|
||||
(Yield
|
||||
(Empty))
|
||||
(Yield
|
||||
(Empty)))
|
Loading…
Reference in New Issue
Block a user