Skip to content

quoted argument not unescaped #11

@jan4984

Description

@jan4984

parser tells

echo "-DEXPORT=__attribute__\\(\\(visibility\\(\\\"default\\\"\\)\\)\\)"

arg[1] is

-DEXPORT=__attribute__\\(\\(visibility\\(\\\"default\\\"\\)\\)\\)

but it should be

-DEXPORT=__attribute__\(\(visibility\(\"default\"\)\)\)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions