Skip to content

Bug: String quoting error #147

@ryardley

Description

@ryardley

The following should pass but it fails validation:

expect(
    p`"This string \"contains\" 'single quotes'"`(
      "This string \"contains\" 'single quotes'"
    )
  ).toBe(true);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions