aboutsummaryrefslogtreecommitdiff
path: root/test/cases
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-04 20:58:48 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-04 20:58:48 -0400
commit63daa3ddcab9912dcb138385051c70a30908b43b (patch)
tree19b253fe6e8c16d182463e2de005fc452148e395 /test/cases
parentca4cabe18c71b3ca58cf39b6f8463610f44c4dd5 (diff)
Support function 𝔾 in ⎉ in structural Under
Diffstat (limited to 'test/cases')
-rw-r--r--test/cases/under.bqn1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cases/under.bqn b/test/cases/under.bqn
index f831edeb..94ecba6d 100644
--- a/test/cases/under.bqn
+++ b/test/cases/under.bqn
@@ -56,6 +56,7 @@
("dbc"≍"aef") ≡ ⌽⌾(⊏˘) "abc"≍"def"
("aef"≍"dbc") ≡ ⌽⌾(2‿1⊏⎉1⊢) "abc"≍"def"
("abe"≍"dcf") ≡ ⌽⌾(2‿1⊏⎉¯1⊢) "abc"≍"def"
+("aef"≍"dbc") ≡ ⌽⌾(2‿1⊏⎉(-˜○=)⊢) "abc"≍"def"
# Fills
! % ⌽⌾(1↓4↑⊢)"abc"