gonito/templates/view-output.hamlet

20 lines
889 B
Plaintext

<div class="media">
<div class="media-left">
<p class="media-object">
<span class="glyphicon glyphicon-asterisk" aria-hidden="hidden">
<div class="media-body">
<div class="media-heading">
<div .subm-commit>#{testSet} / #{outputSha1AsText}
$forall crossTable <- crossTables
^{Table.buildBootstrap (crossTableDefinition variantId crossTable) (crossTableBody crossTable)}
$maybe (expFileStatus, result) <- mResult
<a name="worst-items-#{testSet}">
<h4>worst items
$case expFileStatus
$of ExpectedFromSubmission
note: the gold standard is taken from the submission itself, not from the challenge data!
$of ExpectedFromChallenge
note: the gold standard is taken from the challenge
^{Table.buildBootstrap (lineByLineTable mainTest theVersion theStamp) result}
$nothing