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

Commits on Sep 29, 2022

  1. Add a test involving byte order mark

    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 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    eeb2e5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2327f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d068c8 View commit details
    Browse the repository at this point in the history