Skip to content

Unescaped vertical bar in values does not work #144

Description

@olofhagsand

Example, given clispec:
set <string>;
and the assignment:
cli> set a|b
Expected result:
The value a|b is accepted
Actual result:
CLI syntax error in: "set a|b": Unknown command
If the vertical bar is escaped, it works fine:

  cli> set "a|b"
  cli> set a\|b

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions