Description
Adjacent multiple spaces gets reduced to single space, due to parser's incorrect assumption.
Reproduction Steps
- Call the decoder with:
- Observe the output
Expected Behavior
It preserves multiple spaces: a b
Actual Behavior
It ignores how many spaces were there: a b
Environment
- Package version: 0.4.4
- Runtime: Rust 1.96.0 (nightly)
- OS: Windows 11
This bug is probably environment independent. (I have checked the source code)
Additional Context
No response
Description
Adjacent multiple spaces gets reduced to single space, due to parser's incorrect assumption.
Reproduction Steps
Expected Behavior
It preserves multiple spaces:
a bActual Behavior
It ignores how many spaces were there:
a bEnvironment
This bug is probably environment independent. (I have checked the source code)
Additional Context
No response