diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-12-19 22:08:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-12-19 22:08:43 +0200 |
commit | 3b50111ac31a64e01a2e64a06c7c276f6b9424cf (patch) | |
tree | 00f75b630efe8f70632fac5086038625d767e990 /test/inf-nan-torture.awk | |
parent | 8224cc546f7cfb0922fb69f3ad3f91313cf80e37 (diff) | |
download | egawk-3b50111ac31a64e01a2e64a06c7c276f6b9424cf.tar.gz egawk-3b50111ac31a64e01a2e64a06c7c276f6b9424cf.tar.bz2 egawk-3b50111ac31a64e01a2e64a06c7c276f6b9424cf.zip |
First steps fixing +inform, +nancy.
Diffstat (limited to 'test/inf-nan-torture.awk')
-rw-r--r-- | test/inf-nan-torture.awk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/inf-nan-torture.awk b/test/inf-nan-torture.awk new file mode 100644 index 00000000..8d145f2a --- /dev/null +++ b/test/inf-nan-torture.awk @@ -0,0 +1,4 @@ +{ + for (i = 1; i <= NF; i++) + print i, $i, $i + 0 +} |