summaryrefslogtreecommitdiff
path: root/test/fmtspcl.tok
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-07-13 13:56:10 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-07-13 13:56:10 +0300
commit8dba5f4c900239d01897e2197ddd79bcf5d9b034 (patch)
treeef1ede8e0f191df3b41df219f4a98fbbe3b0d9d2 /test/fmtspcl.tok
parent18ff7b4b066fdd606a66e90b1f3b489840e09560 (diff)
downloadgawk-8dba5f4c900239d01897e2197ddd79bcf5d9b034.tar.gz
Output +inf, +nan etc. also, so that output can be input. Doc, tests, fixed.
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