diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-06-19 13:33:46 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-06-19 13:33:46 -0400 |
| commit | 9cb38df9b93ddd2643a33b3705588070018802f0 (patch) | |
| tree | c285ae51bb2854b2e5c3a56503f014e923fddf32 /test | |
| parent | ee770a91da15c50876333705120f224fe6a2d0a7 (diff) | |
Verify that π¨ is passed in blocks where it's needed
Diffstat (limited to 'test')
| -rw-r--r-- | test/cases/syntax.bqn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/cases/syntax.bqn b/test/cases/syntax.bqn index e6efdeec..ec7c549e 100644 --- a/test/cases/syntax.bqn +++ b/test/cases/syntax.bqn @@ -102,6 +102,16 @@ 3 % {xβπ©βπ©β©2βx}3 2 % 1{π£,π©}2 24 % 1 { (0βΈ<)βΆβ¨π, (πΓπ©)_π£β© π©-1 } 4 +! % {π¨}0 +! % {+Β΄π¨}0 +! % {{Γ·π¨}}0 +! % {nβπ¨,1}0 +! % {π¨βΏ1}0 +! % {β¨1,π¨β©}0 +! % {π¨Β¨β2}0 +! % {π¨ββ2}0 +! % {-βπ¨2}0 +! % {(πΓ)3}0 # Nesting ! % ( |
