Skip to content

Commit 0be57b6

Browse files
update snapshot
1 parent 1d8d132 commit 0be57b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/__snapshots__/term.test.ts.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ exports[`Terms Should create term in table with definition template 1`] = `
3333
</thead>
3434
<tbody>
3535
<tr>
36-
<td><i class=\\"yfm yfm-term_title\\" term-key=\\":html\\" aria-describedby=\\":html_element\\" tabindex=\\"0\\" id=\\"\\">HTML</i></td>
36+
<td><i class=\\"yfm yfm-term_title\\" term-key=\\":html\\" role=\\"term\\" aria-describedby=\\":html_element\\" tabindex=\\"0\\" id=\\"\\">HTML</i></td>
3737
<td style=\\"text-align:center\\">1993</td>
3838
</tr>
3939
</tbody>
@@ -44,13 +44,13 @@ exports[`Terms Should create term in table with definition template 1`] = `
4444
exports[`Terms Should create term in text with definition template 1`] = `
4545
"<template id=\\":html_template\\" label=\\"html\\"><dfn class=\\"yfm yfm-term_dfn\\" id=\\":html_element\\" role=\\"tooltip\\"><p>The HyperText Markup Language or <strong>HTML</strong> is the standard markup language for documents designed to be displayed in a web browser.</p>
4646
</dfn></template><h1>Web</h1>
47-
<p>The <i class=\\"yfm yfm-term_title\\" term-key=\\":html\\" aria-describedby=\\":html_element\\" tabindex=\\"0\\" id=\\"\\">HTML</i> specification</p>
47+
<p>The <i class=\\"yfm yfm-term_title\\" term-key=\\":html\\" role=\\"term\\" aria-describedby=\\":html_element\\" tabindex=\\"0\\" id=\\"\\">HTML</i> specification</p>
4848
"
4949
`;
5050
5151
exports[`Terms Term should use content from include 1`] = `
5252
"<template id=\\":html_template\\" label=\\"html\\"><dfn class=\\"yfm yfm-term_dfn\\" id=\\":html_element\\" role=\\"tooltip\\"><p>The HyperText Markup Language or <strong>HTML</strong> is the standard markup language for documents designed to be displayed in a web browser.</p>
5353
</dfn></template><h1>Web</h1>
54-
<p>The <i class=\\"yfm yfm-term_title\\" term-key=\\":html\\" aria-describedby=\\":html_element\\" tabindex=\\"0\\" id=\\"\\">HTML</i> specification</p>
54+
<p>The <i class=\\"yfm yfm-term_title\\" term-key=\\":html\\" role=\\"term\\" aria-describedby=\\":html_element\\" tabindex=\\"0\\" id=\\"\\">HTML</i> specification</p>
5555
"
5656
`;

0 commit comments

Comments
 (0)