diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/this.bqn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/this.bqn b/test/this.bqn index 179bc0fa..470aac8d 100644 --- a/test/this.bqn +++ b/test/this.bqn @@ -10,10 +10,10 @@ M ← {e‿b←𝕩 """",b,""": expected " "to fail"⍟("!"⊸≡)e " but " - 0⊸≡◶⟨"received "∾·•Fmt⊑,"evaluation failed"⟩𝕩 + 0⊸≡◶⟨"received "∾·•Repr⊑,"evaluation failed"⟩𝕩 ⥊@+10 ⟩} ("!"⊸≡◶⟨<Native,0˙⟩ e) ≢◶""‿Msg <∘Exec⎊0 b } r ← (M '%'⊸= (∨´⊣)◶⟨"1"≍○<⊢, Trim¨(+`-2⊸×)⊸⊔⟩ ⊢)¨ c -•Out ("All "∾(•Fmt≠c)∾" passed!")⍟(0=≠) ¯1↓∾r +•Out ("All "∾(•Repr≠c)∾" passed!")⍟(0=≠) ¯1↓∾r |
