diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-18 23:00:31 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-18 23:00:31 +0200 |
commit | 6f3612539c425da2bc1d34db621696e6a273b01c (patch) | |
tree | 9623b3ac2c54a93e5eed3be2b1dda7f4e4bf0e47 /test/dumpvars.ok | |
parent | 4e3701015635401df2fc4da58abaab7645f4ebd3 (diff) | |
download | gawk-6f3612539c425da2bc1d34db621696e6a273b01c.tar.gz |
Bring latest byte code gawk into git. Hurray!
Diffstat (limited to 'test/dumpvars.ok')
-rw-r--r-- | test/dumpvars.ok | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/dumpvars.ok b/test/dumpvars.ok new file mode 100644 index 00000000..361c2507 --- /dev/null +++ b/test/dumpvars.ok @@ -0,0 +1,24 @@ +ARGC: 1 +ARGIND: 0 +ARGV: array, 1 elements +BINMODE: 0 +CONVFMT: "%.6g" +ERRNO: "" +FIELDWIDTHS: "" +FILENAME: "-" +FNR: 3 +FPAT: " " +FS: " " +IGNORECASE: 0 +LINT: 0 +NF: 1 +NR: 3 +OFMT: "%.6g" +OFS: " " +ORS: "\n" +RLENGTH: 0 +RS: "\n" +RSTART: 0 +RT: "\n" +SUBSEP: "\034" +TEXTDOMAIN: "messages" |