Skip to content

Commit

Permalink
Update tests for changes in lowlight
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 3, 2025
1 parent 36727b6 commit 6a63f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ test('rehypeHighlight', async function (t) {
[
'<h1>Hello World!</h1>',
'',
'<pre><code class="hljs language-scss">test <span class="hljs-attribute">normal</span> text</code></pre>'
'<pre><code class="hljs language-scss">test <span class="hljs-attribute">normal</span> <span class="hljs-selector-tag">text</span></code></pre>'
].join('\n')
)

Expand Down

0 comments on commit 6a63f71

Please sign in to comment.