aboutsummaryrefslogtreecommitdiff
path: root/test/unit.bqn
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-13 15:47:35 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-13 15:47:35 -0500
commit2a279ec71dc3139de220bb48300e71e3b79aafdb (patch)
treef525eccd646d010b82cb7918d1c9f223590d5012 /test/unit.bqn
parent7faf96746f2d9a051c048b312480583494b5ee7b (diff)
Use Pair (⋈) in source code and tests
Diffstat (limited to 'test/unit.bqn')
-rwxr-xr-xtest/unit.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit.bqn b/test/unit.bqn
index 91eda7e2..52a61556 100755
--- a/test/unit.bqn
+++ b/test/unit.bqn
@@ -40,5 +40,5 @@ M ← {e‿b←𝕩
⟩}
("!"⊸≡◶⟨<Native,0˙⟩ e) ≢◶⟨0,1∘•Out∘Msg⟩ <∘Exec⎊0 b
}
-r ← (M '%'⊸= (∨´⊣)◶⟨"1"≍○<⊢, Trim¨(+`-2⊸×)⊸⊔⟩ ⊢)¨ c
+r ← (M '%'⊸= (∨´⊣)◶⟨"1"⋈⊢, Trim¨(+`-2⊸×)⊸⊔⟩ ⊢)¨ c
•Out 0⊸<◶⟨"All passed!",•Repr∾" failed!"˙⟩ +´r