Skip to content

Unable to parse C-style encoded strings: $'foo' #61

Description

@cspotcode

https://runkit.com/cspotcode/5d6dbd91909e38001b72c4b7

bash can encode string literals like this: $'foo'

For example, printf %q foo$'\n'bar will choose to encode in this style: $'foo\nbar'

bash-parser doesn't seem to parse this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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