From 70293312f82f7fa6433ceeca13c6fc94c3b1fe33 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Wed, 17 Feb 2010 22:22:20 +0000 Subject: [PATCH] sh: arith: Test an octal constant as well. --- tools/regression/bin/sh/expansion/arith2.0 | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/regression/bin/sh/expansion/arith2.0 b/tools/regression/bin/sh/expansion/arith2.0 index c4fdccd5531b..3e4bb2f99d55 100644 --- a/tools/regression/bin/sh/expansion/arith2.0 +++ b/tools/regression/bin/sh/expansion/arith2.0 @@ -22,6 +22,7 @@ check "4611686018427387904" 4611686018427387904 check "0x4000000000000000" 4611686018427387904 check "0400000000000000000000" 4611686018427387904 check "0x4Ab0000000000000" 5381801554707742720 +check "010" 8 # try out all operators v=42