diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-04-07 19:13:20 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-04-07 19:13:20 -0400 |
| commit | 6ce0c822ae744af14a772e59e3e5435cc442ff71 (patch) | |
| tree | bf83e11b24cf4be27b66868f33275a99ff5264b7 /test/cases | |
| parent | 51204f407c14d8650afcdafe29fe65ac81abdcbd (diff) | |
Fix handling of lists in nothing statements: drop instruction goes after lists if tied
Diffstat (limited to 'test/cases')
| -rw-r--r-- | test/cases/syntax.bqn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cases/syntax.bqn b/test/cases/syntax.bqn index c3105fd6..e375e774 100644 --- a/test/cases/syntax.bqn +++ b/test/cases/syntax.bqn @@ -19,6 +19,7 @@ -4 % (1+·)-4 1 % ·⋄1 2 % (·-⊑)¯2‿3 +2 % ⟨1⟩+· ⋄ 2 ! % · ! % +´· ! % {÷·} |
