From 3df885abe340c5feaed212536139ee24d60e40a2 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 14 Jun 2023 11:33:59 +0200 Subject: shell/math: fix the order of variable resolution in binops function old new delta arith_apply 1134 1143 +9 Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-arith/arith-comma1.right | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 shell/hush_test/hush-arith/arith-comma1.right (limited to 'shell/hush_test/hush-arith/arith-comma1.right') diff --git a/shell/hush_test/hush-arith/arith-comma1.right b/shell/hush_test/hush-arith/arith-comma1.right new file mode 100644 index 0000000..be1264c --- /dev/null +++ b/shell/hush_test/hush-arith/arith-comma1.right @@ -0,0 +1,3 @@ +10:10 +a=b=10 +b=10 -- cgit v1.1