Closed
Description
Just a reminder to self to revisit the yield from
tokenization and add more extensive tests for this.
Things to have a critical look at whether they are tokenized correctly/how they are tokenized:
yield
andfrom
with only whitespace between the words, but the words are on different linesyield
andfrom
with a comment between the words
Also needs a check on how PHP natively handles this.