diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-15 11:08:41 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-15 11:08:41 -0400 |
| commit | df001f1e38276a4b2a276042ca498c778c64e0ad (patch) | |
| tree | 9dff3055d673906ff2204fa7821f1569f8a51509 /test | |
| parent | 9c3608eab28788007b052cc600a8e210bb70b679 (diff) | |
Use •Repr for numeric formatting
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 |
