Skip to content

Commit 6a63f71

Browse files
committed
Update tests for changes in lowlight
1 parent 36727b6 commit 6a63f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ test('rehypeHighlight', async function (t) {
492492
[
493493
'<h1>Hello World!</h1>',
494494
'',
495-
'<pre><code class="hljs language-scss">test <span class="hljs-attribute">normal</span> text</code></pre>'
495+
'<pre><code class="hljs language-scss">test <span class="hljs-attribute">normal</span> <span class="hljs-selector-tag">text</span></code></pre>'
496496
].join('\n')
497497
)
498498

0 commit comments

Comments
 (0)