Skip to content

Better string escaping #20

@DeanPDX

Description

@DeanPDX

See discussion in #19. String escaping could be better. For example:

# This currently works because we are checking for " #".
APP_URL="https://myapp.com/#someAnchor"
# This currently does NOT work, but with better string escaping it could.
APP_ACTION="Take a #"

The current implementation is pretty naive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions