From c53801af74f4e7e6debed7b5ec81e64302da49a5 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 1 Dec 2021 21:39:08 -0500 Subject: =?UTF-8?q?Fix=20handling=20of=20parenthesized=20=C2=B7=20in=20ass?= =?UTF-8?q?ignment=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/cases/syntax.bqn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/cases') diff --git a/test/cases/syntax.bqn b/test/cases/syntax.bqn index 9bf44895..078369b8 100644 --- a/test/cases/syntax.bqn +++ b/test/cases/syntax.bqn @@ -40,6 +40,8 @@ 8 % _m←˜⋄+_m 4 8 % _c_←⊸ , 4 _c_ × 2 1 % a‿b‿·←↕3,b +1 % ((·))←↕3,1 +3 % ⟨(·)⟩←⟨5⟩,3 ! % ← ! % a← ! % a←- -- cgit v1.2.3