The following should pass but it fails validation: ```js expect( p`"This string \"contains\" 'single quotes'"`( "This string \"contains\" 'single quotes'" ) ).toBe(true); ```