diff options
author | Denys Vlasenko | 2023-06-13 15:17:14 +0200 |
---|---|---|
committer | Denys Vlasenko | 2023-06-13 15:21:22 +0200 |
commit | 8ccb3f7b1375862f8ef82cd9d225da986b80f054 (patch) | |
tree | 23f0d99fd8f327c8be4d3fb6b783a77c25f965af /shell/ash_test/ash-arith/arith-comma1.right | |
parent | a4f30f3c70550ee6ceea6768864bfb2e3a99a887 (diff) | |
download | busybox-8ccb3f7b1375862f8ef82cd9d225da986b80f054.zip busybox-8ccb3f7b1375862f8ef82cd9d225da986b80f054.tar.gz |
shell: add a few yet-failing arithmentic tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-arith/arith-comma1.right')
-rw-r--r-- | shell/ash_test/ash-arith/arith-comma1.right | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ash_test/ash-arith/arith-comma1.right b/shell/ash_test/ash-arith/arith-comma1.right new file mode 100644 index 0000000..be1264c --- /dev/null +++ b/shell/ash_test/ash-arith/arith-comma1.right @@ -0,0 +1,3 @@ +10:10 +a=b=10 +b=10 |