Closed arporter closed 1 year ago
Patch coverage: 100.00
% and project coverage change: +0.04
:tada:
Comparison is base (
a0d8253
) 91.76% compared to head (e2b499b
) 91.80%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Ready for review. One for @sergisiso or @rupertford I think.
Right, ready for another look now. Hopefully the testing makes more sense this time!
Currently the reader reverses the lines it returns for an include file. This happens if a match fails and read lines are pushed into the FIFO. This PR is a small fix which just ensures that such lines are pushed into the FIFO of the current reader object rather than the top-level one.