Skip to content

Commit

Permalink
Smaller test since only POP is needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHellTower authored Oct 20, 2023
1 parent 29a78af commit fb76d59
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions tests/tokenized/GEN_START.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
def GS0 ( ) : <EOL>
<INDENT>
yield 0 <EOL>
<OUTDENT>
async def GS1 ( ) : <EOL>
<INDENT>
pass <EOL>
<OUTDENT>
async def GS2 ( ) : <EOL>
<INDENT>
yield 0 <EOL>
def GEN_START ( ) : <EOL>
<INDENT>
yield 0 <EOL>

0 comments on commit fb76d59

Please sign in to comment.