Skip to content

Commit 0f9d21d

Browse files
committed
Update test snapshots
1 parent 691fa1e commit 0f9d21d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

tests/src/unit/core/formatConversion/export/__snapshots__/html/hardbreak/between-links.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
<a
33
target="_blank"
44
rel="noopener noreferrer nofollow"
5+
classname="bn-inline-content-section"
6+
data-inline-content-type="link"
57
href="https://www.website.com"
68
>Link1</a>
79
<br />
810
<a
911
target="_blank"
1012
rel="noopener noreferrer nofollow"
13+
classname="bn-inline-content-section"
14+
data-inline-content-type="link"
1115
href="https://www.website2.com"
1216
>Link2</a>
1317
</p>

tests/src/unit/core/formatConversion/export/__snapshots__/html/hardbreak/link.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
<a
33
target="_blank"
44
rel="noopener noreferrer nofollow"
5+
classname="bn-inline-content-section"
6+
data-inline-content-type="link"
57
href="https://www.website.com"
68
>Link1</a>
79
<br />
810
<a
911
target="_blank"
1012
rel="noopener noreferrer nofollow"
13+
classname="bn-inline-content-section"
14+
data-inline-content-type="link"
1115
href="https://www.website.com"
1216
>Link1</a>
1317
</p>

0 commit comments

Comments
 (0)