diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-12-16 21:43:07 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-12-16 21:43:07 -0500 |
| commit | 77dfac1cb42364a4cfbd7e9bbb8bdca9a74538b4 (patch) | |
| tree | 8c4cf972a9ac1d340b3188ececd7fdc6fd55b4dc | |
| parent | 5755cb43272c77751e3a46d29f873c5343633bef (diff) | |
Add fallback for ⍕ since it doesn't format many possible arguments
| -rwxr-xr-x | test/dz_comp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dz_comp b/test/dz_comp index 72aff0e6..3f0fbc6b 100755 --- a/test/dz_comp +++ b/test/dz_comp @@ -34,7 +34,7 @@ M ← {e‿b: """",b,""": expected " "to fail"⍟("!"⊸≡)e " but " - 0⊸≡◶⟨"received "∾·⍕⊑,"evaluation failed"⟩𝕩 + 0⊸≡◶⟨"received "∾·⍕⎊"[couldn't print]"⊑,"evaluation failed"⟩𝕩 ⥊@+10 ⟩} ("!"⊸≡◶⟨<Native,0˙⟩ e) ≢◶""‿Msg <∘Exec⎊0 b |
