From 8e6f78bc9798188277e078a9762ed60eaf865b55 Mon Sep 17 00:00:00 2001 From: jilles Date: Wed, 17 Feb 2010 22:22:20 +0000 Subject: sh: arith: Test an octal constant as well. --- tools/regression/bin/sh/expansion/arith2.0 | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/regression') diff --git a/tools/regression/bin/sh/expansion/arith2.0 b/tools/regression/bin/sh/expansion/arith2.0 index c4fdccd..3e4bb2f 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 -- cgit v1.1