diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/report.bqn | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/report.bqn b/test/report.bqn index 2495fa36..37fe3af9 100644 --- a/test/report.bqn +++ b/test/report.bqn @@ -8,11 +8,7 @@ Supports ← { r ← {("!"⊸≡◶⟨<Native,0˙⟩𝕨) ≢ <∘Exec⎊0𝕩}´¨ c f‿e ← +` 2↑/⁼ r / ("!"≡⊑)¨c W ← ∾⟜(∾⟜" of "⊸∾○•Repr⟜(≠c)) - { - e=0 ? "Passing" ; - f=0 ? "Ignores errors: " W e ; - "Failed " W e - } + f 0⊸≠◶⟨"Passing", 0⊸≠◶"Ignores errors: "‿"Failed "⊸W⟩ e } Row ← {∾"| "‿𝕨‿" | "‿𝕩} head ← ⋈⟜(⊢+'|'⊸≠×'-'⊸-) "Feature " Row "Support" |
