Skip to content

Commit 02f4a4a

Browse files
committed
Reference test HTML output
1 parent c7c192b commit 02f4a4a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p><heatmap><heatmap-word style="background-color: #800000; color: white; padding: 0.2em; margin: 0.2em;">Test</heatmap-word><heatmap-word style="background-color: #8686FF; color: black; padding: 0.2em; margin: 0.2em;">TextHeatmaps</heatmap-word></heatmap></p>

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ using Aqua
2525
@test h.colors[1] cmax
2626
@test h.colors[2] != cmin
2727
@test_reference "references/seismic_centered.txt" repr("text/plain", h)
28+
@test_reference "references/seismic_centered_html.txt" repr("text/html", h)
2829

2930
h = heatmap(val, words; rangescale=:extrema)
3031
@test h.colors[1] cmax

0 commit comments

Comments
 (0)