1
1
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:
Rob Rix 2017-08-15 09:55:00 -04:00
parent 4c161b49bd
commit db902675d5
4 changed files with 15 additions and 4 deletions

2
test/fixtures/python/yield.B.py vendored Normal file
View File

@ -0,0 +1,2 @@
yield
yield

View File

@ -1,3 +1,5 @@
{-(Program
(Program
(Yield
(Empty)))-}
(Empty))
{+(Yield
(Empty))+})

View File

@ -1,3 +1,5 @@
{+(Program
(Program
(Yield
(Empty)))+}
(Empty))
{-(Yield
(Empty))-})

View File

@ -0,0 +1,5 @@
(Program
(Yield
(Empty))
(Yield
(Empty)))