pdsl icon indicating copy to clipboard operation
pdsl copied to clipboard

Bug: String quoting error

Open ryardley opened this issue 4 years ago • 0 comments

The following should pass but it fails validation:

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

ryardley avatar Mar 29 '20 03:03 ryardley