summaryrefslogtreecommitdiff
path: root/test/fmtspcl.tok
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 14:49:57 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 14:49:57 +0300
commit6a2caf2157d87b4b582b2494bdd7d6a688dd0b1f (patch)
tree9a2862cc11be4832f188cfbdce175120ceba5024 /test/fmtspcl.tok
parent315bd501ca696bc3e3c938b4604d8dac7a6f512f (diff)
downloadgawk-6a2caf2157d87b4b582b2494bdd7d6a688dd0b1f.tar.gz
Move to gawk-3.1.6.gawk-3.1.6
Diffstat (limited to 'test/fmtspcl.tok')
-rw-r--r--test/fmtspcl.tok9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fmtspcl.tok b/test/fmtspcl.tok
new file mode 100644
index 00000000..6bfb077d
--- /dev/null
+++ b/test/fmtspcl.tok
@@ -0,0 +1,9 @@
+gawk: fmtspcl.awk:10: warning: sqrt: called with negative argument -1
+gawk: fmtspcl.awk:6: warning: [s]printf: value positive_nan is out of range for `%x' format
+gawk: fmtspcl.awk:6: warning: [s]printf: value positive_nan is out of range for `%d' format
+gawk: fmtspcl.awk:6: warning: [s]printf: value negative_nan is out of range for `%x' format
+gawk: fmtspcl.awk:6: warning: [s]printf: value negative_nan is out of range for `%d' format
+gawk: fmtspcl.awk:6: warning: [s]printf: value positive_infinity is out of range for `%x' format
+gawk: fmtspcl.awk:6: warning: [s]printf: value positive_infinity is out of range for `%d' format
+gawk: fmtspcl.awk:6: warning: [s]printf: value negative_infinity is out of range for `%x' format
+gawk: fmtspcl.awk:6: warning: [s]printf: value negative_infinity is out of range for `%d' format