Skip to content

Commit

Permalink
Fix HtmlRendererTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jan 12, 2024
1 parent 60fbcc9 commit bec3fca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class HtmlRendererTest {
@JsName("frame_no_body_tag")
fun `frame no body tag`() {
vt.outputAsHtml(includeCodeTag = false, includeBodyTag = false) shouldBe """
|<div style="border-radius: 8px;width: fit-content;padding: 0.5em 1em;filter: drop-shadow(0.5em 0.5em 0.5em black);background-color: rgb(12 12 12);"><span style="color: #ff5f56;">⏺&nbsp;</span><span style="color: #ffbd2e;">⏺&nbsp;</span><span style="color: #27c93f;">⏺&nbsp;</span>
|<div style="border-radius: 8px;width: fit-content;padding: 0.5em 1em;filter: drop-shadow(0.5em 0.5em 0.5em black);background-color: rgb(12 12 12);">\n<div style="margin: -0.75em 0px;font-size: 2em"><span style="color: #ff5f56;">⏺&nbsp;</span><span style="color: #ffbd2e;">⏺&nbsp;</span><span style="color: #27c93f;">⏺&nbsp;</span></div>
|<pre style="font-family: monospace">
|<span style="color: #800000">red red</span><span>plain</span>
|<span style="color: #000080">blue blue</span>
Expand Down

0 comments on commit bec3fca

Please sign in to comment.