Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(parse): Don't assume boundary characters are one byte
This was inspired by heck. They have an invariant to ensure this isn't a problem (only accept `_` as boundary) while on the other hand we accept a lot of things as boundaries.
- Loading branch information