From 6ce0c822ae744af14a772e59e3e5435cc442ff71 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 7 Apr 2021 19:13:20 -0400 Subject: Fix handling of lists in nothing statements: drop instruction goes after lists if tied --- test/cases/syntax.bqn | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 ! % · ! % +´· ! % {÷·} -- cgit v1.2.3