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 2025-01-20 14:30:49.733659540 +0000
+++ out 2025-01-20 14:30:49.718659515 +0000
@@ -1,12 +1,11 @@
-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
12 empty width
--- exp 2025-01-20 14:30:49.747659564 +0000
+++ out 2025-01-20 14:30:49.745659560 +0000
@@ -1,4 +1,4 @@
-97
-97
+0
+0
0
0
--- exp_err 2025-01-20 14:30:49.752659572 +0000
+++ err 2025-01-20 14:30:49.748659565 +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)