Skip to content

Misc reader bugs #401

@wwared

Description

@wwared

Things that fail to read but shouldn't:

  • 'foo.bar
  • 'as\df

Things that read but print weirdly (usually involving \ escapes):

  • \ escapes are not properly handled and give surprising results since they're printed directly to the terminal:
lurk-user> 'foo\bar
[1 iteration] => foar
lurk-user> 'asd\f
[1 iteration] => asd\u{c}
lurk-user>
lurk-user> '\b
[1 iteration] =>
  • '|1foo| prints as 1foo instead of |1foo|

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions