printf.log ( failed)
test link: tests/printf/printf.shFAIL: tests/printf/printf
=========================
printf: '-3': expected a numeric value
printf: '-2': expected a numeric value
printf: '-2147483649': expected a numeric value
--- exp 2024-11-21 09:56:27.992453110 +0000
+++ out 2024-11-21 09:56:27.980453084 +0000
@@ -1,11 +1,10 @@
-1 x y
-2 failed, as expected
+1 xy
3 @
4 @
5 +234
6 !
-7 =y =y =y *2y
+7 =y =y =y =y
8 =y =y =y =y
-9 0 x
+9 0x
10 0x
11 x
--- exp 2024-11-21 09:56:28.005453139 +0000
+++ out 2024-11-21 09:56:28.003453134 +0000
@@ -1,4 +1,4 @@
-97
-97
+0
+0
0
0
--- exp_err 2024-11-21 09:56:28.010453150 +0000
+++ err 2024-11-21 09:56:28.007453143 +0000
@@ -1,3 +1,4 @@
-printf: warning: ": character(s) following character constant have been ignored
+printf: '"a': expected a numeric value
+printf: '"a"': expected a numeric value
printf: '"': expected a numeric value
printf: 'a': expected a numeric value
FAIL tests/printf/printf.sh (exit status: 1)