Closed squell closed 1 year ago
Number of dependencies and binary size impact report
Metric | main | PR #692 | Delta |
---|---|---|---|
Direct dependencies | 3 | 3 | - |
Total dependencies | 4 | 4 | - |
Binary size | 996.5 KiB | 996.5 KiB | - |
Text size | 580.6 KiB | 580.8 KiB | - |
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
ac35d48
) 57.75% compared to head (270a091
) 57.76%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
The tokenizer assumed that an escape character such as
\
was never serving a "dual purpose" (i.e. it's either an escape character or it's a normal character) #687 shows that apparently this assumption was wrong (and so it kind of defeated the purpose of having aescaped
category inQuotedInclude
. This PR fixes this. Submitting without an issue since it's really an esoteric point (who in their right mind uses"
in their filenames?!)