Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(parser): Switch literal impl's from one_of to literal #464

Merged
merged 2 commits into from
Feb 7, 2024

fix(parser)!: Switch u8 from one_of to literal

502a36f
Select commit
Loading
Failed to load commit list.
Merged

fix(parser): Switch literal impl's from one_of to literal #464

fix(parser)!: Switch u8 from one_of to literal
502a36f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 7, 2024 in 0s

20.00% of diff hit (target 42.60%)

View this Pull Request on Codecov

20.00% of diff hit (target 42.60%)

Annotations

Check warning on line 258 in src/ascii/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ascii/mod.rs#L258

Added line #L258 was not covered by tests

Check warning on line 298 in src/ascii/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ascii/mod.rs#L298

Added line #L298 was not covered by tests

Check warning on line 743 in src/parser.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parser.rs#L743

Added line #L743 was not covered by tests

Check warning on line 770 in src/parser.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parser.rs#L770

Added line #L770 was not covered by tests