diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-07 16:43:25 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-07 16:43:25 -0400 |
| commit | 16d349260134e25bc14eb01c1e3d0faf3ff134c0 (patch) | |
| tree | d8ad92c07d9f735ba7bcccd44d9787d00519497f /test | |
| parent | 2bd3a9f655c2bc501cc612883dd5d3a0ed97dfd2 (diff) | |
dzaima/BQN now supports >256-element lists
Diffstat (limited to 'test')
| -rw-r--r-- | test/testref.bqn | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/testref.bqn b/test/testref.bqn index a9229cdf..46f5535a 100644 --- a/test/testref.bqn +++ b/test/testref.bqn @@ -1,8 +1,8 @@ # Tests of primitive functionality # Ordering matches the reference implementations -•←/¬∾⟨ -⟨ # LAYER 0 +•←/¬⟨ + # LAYER 0 # [0,34) 0≡¯2+2 1e4≡5e3+5e3 @@ -252,8 +252,7 @@ (≍1∾¨1‿2‿2)≡(↕¨/↕)2‿3 ⟨⟩(/≡⊢)≍"ab" -⟩ -⟨ # LAYER 6 + # LAYER 6 # [230,270) ≡⟜(∾⥊¨)"abc" (∾´≡∾)"ab"‿"cde"‿"" @@ -296,4 +295,3 @@ 2‿0‿3‿1‿4≡⍋"bdace" "edcba"≡∨"bdace" ⟩ -⟩ |
