Skip to content

Adjacent multiple spaces not decoded correctly #59

@andjsrk

Description

@andjsrk

Description

Adjacent multiple spaces gets reduced to single space, due to parser's incorrect assumption.

Reproduction Steps

  1. Call the decoder with:
a   b
  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions