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
… character
This commit fixes a strange behavior of the combination of `--slurp` and
`--stream` flags when the input has no trailing newline character.
This fixesjqlang#3273.
Describe the bug
When the input steam has no line terminator (and space) at the end, the combination of
--slurp
and--stream
flags behaves oddly.To Reproduce
Expected behavior
The second command outputs as same as the first command.
Environment (please complete the following information):
Additional context
This is a close issue of #1534 but with the streaming parser flag.
The text was updated successfully, but these errors were encountered: