aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/testref.bqn8
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"
-⟩