Skip to content

Escaping Multi-line String Literal broken #47

@RedCMD

Description

@RedCMD
let threeDoubleQuotationMarks = """
Escaping the first quotation mark \"""
"""

actual:
Image

expected:
Image

caused by:

match: \S((?!\\\().)*(?=""")

possible fix:
\S((?!\\[("]).)*(?=""")

reported at:

Image

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