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

Handle parsing input that starts with byte order mark #354

Merged
merged 3 commits into from Sep 29, 2022
Merged

Handle parsing input that starts with byte order mark #354

merged 3 commits into from Sep 29, 2022

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Sep 29, 2022

Fixes #353.

Currently fails with:

    thread 'byte_order_mark' panicked at 'called `Result::unwrap()` on
    an `Err` value: LexError { span: Span }', tests/test.rs:637:48
@dtolnay dtolnay merged commit 6004b0a into master Sep 29, 2022
@dtolnay dtolnay deleted the bom branch September 29, 2022 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fails to parse string starting with byte order mark
1 participant