diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-16 19:45:59 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-16 20:27:44 -0400 |
| commit | 0a594027db299c37740726e282bfd513c8e1fa2b (patch) | |
| tree | 6472e72ba68c36e33da6c810b91ae868a4ce724f /test/cases | |
| parent | 7b26c3a970c8df20d780352b02d39fb46f0ae056 (diff) | |
Fix behavior of ⚇, ˘, and pervasion when matching array to non-data atom
Diffstat (limited to 'test/cases')
| -rw-r--r-- | test/cases/prim.bqn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cases/prim.bqn b/test/cases/prim.bqn index 1bf0a599..99488a56 100644 --- a/test/cases/prim.bqn +++ b/test/cases/prim.bqn @@ -178,6 +178,7 @@ (<2)≡1+<1 ! % (↕4)×(↕3)⊢⌜↕2 (=¨⟜(⥊⟜(↕×´)3‿4)≡(↕4)=⌜˜4|⊢)1‿6‿8 +0‿1≡+‿-=⊑⟨-⟩ # LAYER 3 2≡⊑2 @@ -275,6 +276,7 @@ (<0)≡≡˘0 (<1)≡≡˘<0 (2⥊<<"ab") ≡ ≍○<˜˘<"ab" +(3⥊0) ≡ {-}=˘↕3 (↕4)(×⌜≡×⎉0‿2)↕5 (↕4)(⋆˜⌜˜≡⋆⎉∞‿¯4)↕5 (⟨2⟩⊸∾⍟(2‿2⥊0‿1‿1‿1)2‿3)≡≢¨≍⎉(⌊○=)⌜˜⟨↕3,2‿3⥊↕6⟩ @@ -284,6 +286,7 @@ (-≡-⚇¯1)5 ⟨5,⟨15,1⟩⟩≡+´⚇1⟨⟨3,2⟩,⟨⟨4,5,6⟩,⟨1⟩⟩⟩ 5‿6‿15≡∾´+´⚇1⟨⟨0,1⟩,⟨⟨⟩⟩⟩⥊⊸∾⚇¯2‿1⟨⟨2,3⟩,⟨4,5,6⟩⟩ +(5⥊1)≡(↕5)=○=⚇0{≍} ! % 2+⍟1‿'c'4 ! % ⋆⍟1.5 2 4≡2+⍟¯1 6 |
