Skip to content

-e "i\\6IlzWb" is failing when accepted by GNU #86

@sylvestre

Description

@sylvestre

with our impl:

echo "qqGG3" |cargo run sed -e "i\\6IlzWb"
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
     Running `target/debug/sedapp sed -e 'i\6IlzWb'`
sed: i\6IlzWb:1:2: error: extra characters after \ at the end of `i' command

With GNU:

echo "qqGG3" |sed -e "i\\6IlzWb"
6IlzWb
qqGG3

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