Skip to content

Commit

Permalink
Fix snapshot missing open in new tab attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Jan 19, 2023
1 parent 50feaff commit c900773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ exports[`Links should contain a label when it should open in a new tab 1`] = `
exports[`Links should contain a label when it should open in a new tab 2`] = `
"<!-- wp:paragraph -->
<p>This is <a href=\\"http://wordpress.org\\">WordPress</a></p>
<p>This is <a href=\\"http://wordpress.org\\" target=\\"_blank\\" rel=\\"noreferrer noopener\\">WordPress</a></p>
<!-- /wp:paragraph -->"
`;

0 comments on commit c900773

Please sign in to comment.