diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/cases/bytecode.bqn | 1 | ||||
| -rw-r--r-- | test/cases/header.bqn | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/cases/bytecode.bqn b/test/cases/bytecode.bqn index 72fdb8cb..0ec71d9f 100644 --- a/test/cases/bytecode.bqn +++ b/test/cases/bytecode.bqn @@ -16,6 +16,7 @@ 6 % {๐ฉ}6 # 1 DFND 3 % Aโ{๐จ}โ3 A 4 # dyadic block function 7 % aโฟbโ7โฟ2โa # 11 ARRO, 12 ARRM +2 % ยทโฟbโ7โฟ2โb # 36 VARN 2 % 0{๐จ๐1}2 # 19 FN2O (doesn't test call type) 5 % {({๐จ}๐จ)๐๐ฉ}5 # 18 FN1O not called 8 % {๐ฉ{aโฟbโ๐จ}๐จ,๐ฉ}8 # 19 FN2O not called diff --git a/test/cases/header.bqn b/test/cases/header.bqn index 0d9efecb..7c9d5a04 100644 --- a/test/cases/header.bqn +++ b/test/cases/header.bqn @@ -158,6 +158,7 @@ 4 % 2{โจa,bโฉ_r:a+b;a _r: aโฟa _r} 55 % 1โฟ1{๐_r 1:0โ๐ ; ๐_r 2:1โ๐ ; _r: +ยด ๐_rยจ ๐ฉ-1โฟ2} 10 34 % 1โฟ1{๐_r_๐ 1:0โ๐ ; ๐_r_๐ 2:1โ๐ ; _r_: ๐พยด ๐ยจ ๐ฉ-1โฟ2}+ 9 +5 % {๐ยท:5}4 # Namespace destructuring 2 % {bโ3} รทโ{โจaโฉ:a+1; ๐ค,8} {aโ3} |
