diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/dzaima | 2 | ||||
| -rw-r--r-- | test/dzrt.bqn | 2 | ||||
| -rw-r--r-- | test/fuzz.bqn | 4 | ||||
| -rw-r--r-- | test/this.bqn | 2 | ||||
| -rwxr-xr-x | test/unit.bqn | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/test/dzaima b/test/dzaima index e9bf1c06..c86cf621 100755 --- a/test/dzaima +++ b/test/dzaima @@ -30,5 +30,5 @@ M ← {e‿b: ⟩} ("!"⊸≡◶⟨<Native,0˙⟩ e) ≢◶""‿Msg <∘Exec⎊0 b } -r ← (M '%'⊸= (∨´⊣)◶⟨"1"≍○<⊢, Trim¨(+`-2⊸×)⊸⊔⟩ ⊢)¨ c +r ← (M '%'⊸= (∨´⊣)◶⟨"1"⋈⊢, Trim¨(+`-2⊸×)⊸⊔⟩ ⊢)¨ c •Out ("All "∾(•Repr≠c)∾" passed!")⍟(0=≠) ¯1↓∾r diff --git a/test/dzrt.bqn b/test/dzrt.bqn index a915a7ad..c3cf6933 100644 --- a/test/dzrt.bqn +++ b/test/dzrt.bqn @@ -10,7 +10,7 @@ provide ← { g←𝕩∊glyphs ⋄ (⍋⍋g)⊏extra∾•BQN∘⥊¨g/𝕩 } rt‿SetPrims ← ⟨provide,!∘0¨⟩ DRun src PrimInd ← rt⊸⊐⌾< -Decompose ← ((≠glyphs)>PrimInd)◶⟨•Decompose,0⊸≍⟩ +Decompose ← ((≠glyphs)>PrimInd)◶⟨•Decompose,0⊸⋈⟩ SetPrims ⟨ Decompose, PrimInd ⟩ rt diff --git a/test/fuzz.bqn b/test/fuzz.bqn index dd1d3b57..a5b379a4 100644 --- a/test/fuzz.bqn +++ b/test/fuzz.bqn @@ -116,7 +116,7 @@ gen ← { } _testConsistent_ ← {Match←𝔾 - v ← <˘⍉> (5⌊´≠¨)⊸((Rand⟜≠⊏⊢)¨) ListVariations¨ a←𝕨≍○<𝕩 + v ← <˘⍉> (5⌊´≠¨)⊸((Rand⟜≠⊏⊢)¨) ListVariations¨ a←𝕨⋈𝕩 (ClearRefs@) ⊢ (∧´ ⊏ Match¨ 1⊸↓) (𝕨 (𝔽⊑∘⊢)⊘(𝔽´⊢) Variation¨⟜a)¨ v } @@ -128,7 +128,7 @@ _testMonArith ← { RandDyShape ← { Prefix ← (∨`⌾⌽ 𝕩 ≥ ×`)⊸/ (Rand 1+≠)⊸↑ - (Rand 2) ⌽ ≍○<⟜Prefix RandShape 𝕩 + (Rand 2) ⌽ ⋈⟜Prefix RandShape 𝕩 } _testDyArith ← {f←𝕗 ch ← 0<+´≠¨ pmn ← (∊⟜f⥊¨⊢) +‿-‿¬ 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 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 |
