aboutsummaryrefslogtreecommitdiff
path: root/test/this.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/this.bqn
parent7faf96746f2d9a051c048b312480583494b5ee7b (diff)
Use Pair (⋈) in source code and tests
Diffstat (limited to 'test/this.bqn')
-rw-r--r--test/this.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/this.bqn b/test/this.bqn
index d18a35ff..6e4505c8 100644
--- a/test/this.bqn
+++ b/test/this.bqn
@@ -22,5 +22,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