mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 02:03:31 +00:00
sh: arith: Test an octal constant as well.
This commit is contained in:
parent
d6bdd318a3
commit
70293312f8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204016
@ -22,6 +22,7 @@ check "4611686018427387904" 4611686018427387904
|
|||||||
check "0x4000000000000000" 4611686018427387904
|
check "0x4000000000000000" 4611686018427387904
|
||||||
check "0400000000000000000000" 4611686018427387904
|
check "0400000000000000000000" 4611686018427387904
|
||||||
check "0x4Ab0000000000000" 5381801554707742720
|
check "0x4Ab0000000000000" 5381801554707742720
|
||||||
|
check "010" 8
|
||||||
|
|
||||||
# try out all operators
|
# try out all operators
|
||||||
v=42
|
v=42
|
||||||
|
Loading…
Reference in New Issue
Block a user