aboutsummaryrefslogtreecommitdiffstats
path: root/test/fmtspcl.tok
diff options
context:
space:
mode:
Diffstat (limited to 'test/fmtspcl.tok')
-rw-r--r--test/fmtspcl.tok32
1 files changed, 32 insertions, 0 deletions
diff --git a/test/fmtspcl.tok b/test/fmtspcl.tok
index 6fa0d1da..e85e170c 100644
--- a/test/fmtspcl.tok
+++ b/test/fmtspcl.tok
@@ -1,10 +1,42 @@
gawk: fmtspcl.awk:10: warning: sqrt: called with negative argument -1
gawk: fmtspcl.awk:3: warning: %a format is POSIX standard but not portable to other awks
+gawk: fmtspcl.awk:3: warning: [s]printf: value positive_nan is out of range for `%a' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value positive_nan is out of range for `%e' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value positive_nan is out of range for `%f' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value positive_nan is out of range for `%g' format
gawk: fmtspcl.awk:3: warning: [s]printf: value positive_nan is out of range for `%x' format
gawk: fmtspcl.awk:3: warning: [s]printf: value positive_nan is out of range for `%d' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value negative_nan is out of range for `%a' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value negative_nan is out of range for `%e' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value negative_nan is out of range for `%f' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value negative_nan is out of range for `%g' format
gawk: fmtspcl.awk:3: warning: [s]printf: value negative_nan is out of range for `%x' format
gawk: fmtspcl.awk:3: warning: [s]printf: value negative_nan is out of range for `%d' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value positive_infinity is out of range for `%a' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value positive_infinity is out of range for `%e' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value positive_infinity is out of range for `%f' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value positive_infinity is out of range for `%g' format
gawk: fmtspcl.awk:3: warning: [s]printf: value positive_infinity is out of range for `%x' format
gawk: fmtspcl.awk:3: warning: [s]printf: value positive_infinity is out of range for `%d' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value negative_infinity is out of range for `%a' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value negative_infinity is out of range for `%e' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value negative_infinity is out of range for `%f' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value negative_infinity is out of range for `%g' format
gawk: fmtspcl.awk:3: warning: [s]printf: value negative_infinity is out of range for `%x' format
gawk: fmtspcl.awk:3: warning: [s]printf: value negative_infinity is out of range for `%d' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value POSITIVE_NAN is out of range for `%A' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value POSITIVE_NAN is out of range for `%E' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value POSITIVE_NAN is out of range for `%F' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value POSITIVE_NAN is out of range for `%G' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value NEGATIVE_NAN is out of range for `%A' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value NEGATIVE_NAN is out of range for `%E' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value NEGATIVE_NAN is out of range for `%F' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value NEGATIVE_NAN is out of range for `%G' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value POSITIVE_INFINITY is out of range for `%A' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value POSITIVE_INFINITY is out of range for `%E' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value POSITIVE_INFINITY is out of range for `%F' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value POSITIVE_INFINITY is out of range for `%G' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value NEGATIVE_INFINITY is out of range for `%A' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value NEGATIVE_INFINITY is out of range for `%E' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value NEGATIVE_INFINITY is out of range for `%F' format
+gawk: fmtspcl.awk:3: warning: [s]printf: value NEGATIVE_INFINITY is out of range for `%G' format