You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
408: Fix incorrect align when underlining lines with tab... r=dragostis a=cr0sh
...character
Fixes#407
Note: `Error::underline` now prints not only prefixes space but tabs if underlining line contains it, so I'm concerned about if this commit breaks backwards compatibility.
Co-authored-by: Nam Jeonghyun <[email protected]>
repro: https://pest.rs/?bin=1exjwj#editor
grammar:
input:
a xbc # ("a\txbc")
output message:
(maybe) expected output:
Edit: updated repro for clarity
Anyway, thanks for an amazing crate 😄
The text was updated successfully, but these errors were encountered: