We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I know this is nitpicky but I felt it important to point out in case this is supposed to be supported.
Here is an example error:
Failed to parse message: 1:1: | 1 | <empty line> | ^ <pure>:1:64: | 1 | 34=149=XXXX_XXX_XXXX52=20240930-15:03:41.83656=XXXXX.TEST57=XXXXX.XXX298=0108=3010=198 | ^ Unknown field tag: 57
As you can see, the ^ is pointing at the wrong character. I think this is because there are invisible (0-width) \SOH characters inbetween fields.
^
\SOH
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I know this is nitpicky but I felt it important to point out in case this is supposed to be supported.
Here is an example error:
As you can see, the
^
is pointing at the wrong character.I think this is because there are invisible (0-width)
\SOH
characters inbetween fields.The text was updated successfully, but these errors were encountered: