Skip to content

Commit

Permalink
test: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed May 15, 2021
1 parent 4a4db9e commit bf54b94
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 @@ -57,7 +57,7 @@ equal(
equal(
md().use(highlightjs, { register: { test: require('highlight.js/lib/languages/sql') } })
.render('```test\nSELECT * FROM TABLE;\n```'),
`<pre><code class="hljs language-test"><span class="hljs-keyword">SELECT</span> * <span class="hljs-keyword">FROM</span> <span class="hljs-keyword">TABLE</span>;
`<pre><code class="hljs language-test"><span class="hljs-keyword">SELECT</span> <span class="hljs-operator">*</span> <span class="hljs-keyword">FROM</span> <span class="hljs-keyword">TABLE</span>;
</code></pre>
`)

Expand Down

0 comments on commit bf54b94

Please sign in to comment.