Skip to content

a, c, and i without \ should be rejected #307

@e-kwsm

Description

@e-kwsm

fee1ff3

$ gnused -e a <<< x && echo $?
gnused: -e expression #1, char 1: expected \ after `a', `c' or `i'
$ bsdsed -e i <<< x && echo $?
bsdsed: 1: "i
": command i expects \ followed by text
$ ./target/debug/sed -e c <<< x && echo $?

0

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