ccf6394d9f
When running tests that involve 2 runs of the parser, one with the `StrInput` and another with the `BufferedInput`, the output of debug prints can be confusing as it's unclear where one parser ends parsing and the other starts. These 2 prints allow us to know when each is started and, if one errors but not the other, to know which did. |
||
---|---|---|
.. | ||
input | ||
char_traits.rs | ||
debug.rs | ||
input.rs | ||
lib.rs | ||
parser.rs | ||
scanner.rs |