Skip to content

Commit 691fa1e

Browse files
committed
Updated test snapshots
1 parent f8cedae commit 691fa1e

8 files changed

Lines changed: 28 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
<a
77
target="_blank"
88
rel="noopener noreferrer nofollow"
9+
classname="bn-inline-content-section"
10+
data-inline-content-type="link"
911
href="https://www.website.com"
1012
>Link1</a>
1113
<br />
1214
<a
1315
target="_blank"
1416
rel="noopener noreferrer nofollow"
17+
classname="bn-inline-content-section"
18+
data-inline-content-type="link"
1519
href="https://www.website2.com"
1620
>Link2</a>
1721
</p>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
<a
77
target="_blank"
88
rel="noopener noreferrer nofollow"
9+
classname="bn-inline-content-section"
10+
data-inline-content-type="link"
911
href="https://www.website.com"
1012
>Link1</a>
1113
<br />
1214
<a
1315
target="_blank"
1416
rel="noopener noreferrer nofollow"
17+
classname="bn-inline-content-section"
18+
data-inline-content-type="link"
1519
href="https://www.website.com"
1620
>Link1</a>
1721
</p>

tests/src/unit/core/formatConversion/export/__snapshots__/blocknoteHTML/link/adjacent.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@
66
<a
77
target="_blank"
88
rel="noopener noreferrer nofollow"
9+
classname="bn-inline-content-section"
10+
data-inline-content-type="link"
911
href="https://www.website.com"
1012
>Website</a>
1113
<a
1214
target="_blank"
1315
rel="noopener noreferrer nofollow"
16+
classname="bn-inline-content-section"
17+
data-inline-content-type="link"
1418
href="https://www.website2.com"
1519
>Website2</a>
1620
</p>

tests/src/unit/core/formatConversion/export/__snapshots__/blocknoteHTML/link/basic.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<a
77
target="_blank"
88
rel="noopener noreferrer nofollow"
9+
classname="bn-inline-content-section"
10+
data-inline-content-type="link"
911
href="https://www.website.com"
1012
>Website</a>
1113
</p>

tests/src/unit/core/formatConversion/export/__snapshots__/blocknoteHTML/link/styled.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@
77
<a
88
target="_blank"
99
rel="noopener noreferrer nofollow"
10+
classname="bn-inline-content-section"
11+
data-inline-content-type="link"
1012
href="https://www.website.com"
1113
>Web</a>
1214
</strong>
1315
<a
1416
target="_blank"
1517
rel="noopener noreferrer nofollow"
18+
classname="bn-inline-content-section"
19+
data-inline-content-type="link"
1620
href="https://www.website.com"
1721
>site</a>
1822
</p>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
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
>Website</a>
79
<a
810
target="_blank"
911
rel="noopener noreferrer nofollow"
12+
classname="bn-inline-content-section"
13+
data-inline-content-type="link"
1014
href="https://www.website2.com"
1115
>Website2</a>
1216
</p>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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
>Website</a>
79
</p>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
<a
44
target="_blank"
55
rel="noopener noreferrer nofollow"
6+
classname="bn-inline-content-section"
7+
data-inline-content-type="link"
68
href="https://www.website.com"
79
>Web</a>
810
</strong>
911
<a
1012
target="_blank"
1113
rel="noopener noreferrer nofollow"
14+
classname="bn-inline-content-section"
15+
data-inline-content-type="link"
1216
href="https://www.website.com"
1317
>site</a>
1418
</p>

0 commit comments

Comments
 (0)