diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-13 15:47:35 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-13 15:47:35 -0500 |
| commit | 2a279ec71dc3139de220bb48300e71e3b79aafdb (patch) | |
| tree | f525eccd646d010b82cb7918d1c9f223590d5012 /test/this.bqn | |
| parent | 7faf96746f2d9a051c048b312480583494b5ee7b (diff) | |
Use Pair (⋈) in source code and tests
Diffstat (limited to 'test/this.bqn')
| -rw-r--r-- | test/this.bqn | 2 |
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 |
