Skip to content

Commit 5d523b0

Browse files
committed
chore: update remaining tests
1 parent 84454c9 commit 5d523b0

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

src/transform/fixtures/docs.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const docs_readme_full_out: Doc[] = [
6060
},
6161
],
6262
content:
63-
'<p>asdasdas</p>\n<h3 id="hello">hello</h3>\n<p>asdasd</p>\n<h4><span id="hello-third-heading" class="offset-anchor"></span><a href="http://github.com/docs/adapter-vercel#hello-third-heading" class="anchor" aria-hidden rel="noopener noreferrer"></a>Third heading</h4>\n<p>asdasdasd</p>',
63+
'<p>asdasdas</p>\n<h3 id="hello">hello</h3>\n<p>asdasd</p>\n<h4 id="hello-third-heading">Third heading</h4>\n<p>asdasdasd</p>',
6464
},
6565
];
6666

@@ -98,7 +98,7 @@ export const docs_full_out: Doc[] = [
9898
},
9999
],
100100
content:
101-
'<h3><span id="part-1-docs1-content" class="offset-anchor"></span><a href="http://github.com/docs#part-1-docs1-content" class="anchor" aria-hidden rel="noopener noreferrer"></a>docs1 content</h3>',
101+
'<h3 id="part-1-docs1-content">docs1 content</h3>',
102102
},
103103
{
104104
title: "part 2",
@@ -112,7 +112,7 @@ export const docs_full_out: Doc[] = [
112112
},
113113
],
114114
content:
115-
'<h3><span id="part-2-docs2-content" class="offset-anchor"></span><a href="http://github.com/docs#part-2-docs2-content" class="anchor" aria-hidden rel="noopener noreferrer"></a>docs2 content</h3>',
115+
'<h3 id="part-2-docs2-content">docs2 content</h3>',
116116
},
117117
{
118118
title: "part 3",
@@ -126,7 +126,7 @@ export const docs_full_out: Doc[] = [
126126
},
127127
],
128128
content:
129-
'<h3><span id="part-3-docs3-content" class="offset-anchor"></span><a href="http://github.com/docs#part-3-docs3-content" class="anchor" aria-hidden rel="noopener noreferrer"></a>docs3 content</h3>',
129+
'<h3 id="part-3-docs3-content">docs3 content</h3>',
130130
},
131131
];
132132

0 commit comments

Comments
 (0)