Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc committed Aug 9, 2021
1 parent 7fb0f78 commit 776bb67
Showing 1 changed file with 4 additions and 36 deletions.
40 changes: 4 additions & 36 deletions packages/prism/test/__snapshots__/index.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ exports[`multiple highlights start and end 1`] = `
className="token plain emotion-1"
>
</span>
</div>
<div
Expand Down Expand Up @@ -201,6 +202,7 @@ exports[`multiple highlights start and end 1`] = `
className="token plain emotion-1"
>
</span>
</div>
<div
Expand Down Expand Up @@ -248,6 +250,7 @@ exports[`multiple highlights start and end 1`] = `
className="token plain emotion-1"
>
</span>
</div>
<div
Expand Down Expand Up @@ -364,45 +367,10 @@ exports[`renders with other languages 1`] = `
<div
className="token-line"
>
<span
className="token operator"
>
&lt;
</span>
<span
className="token plain"
>
h1
</span>
<span
className="token operator"
>
&gt;
</span>
<span
className="token plain"
>
Hello
</span>
<span
className="token operator"
>
&lt;
</span>
<span
className="token operator"
>
/
</span>
<span
className="token plain"
>
h1
</span>
<span
className="token operator"
>
&gt;
&lt;h1&gt;Hello&lt;/h1&gt;
</span>
</div>
</pre>
Expand Down

0 comments on commit 776bb67

Please sign in to comment.