diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-12 12:25:37 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-12 12:25:37 +0200 |
commit | b51e8a24c0aa1b5e6f247fb8d290bd79c0b50652 (patch) | |
tree | 2f7d35e3e6aaece3b3d60a8761a1c44cdfe3346e /test/fpat1.ok | |
parent | 40b3741f63c19e38077d57f4ce4737916ec5073e (diff) | |
download | egawk-b51e8a24c0aa1b5e6f247fb8d290bd79c0b50652.tar.gz egawk-b51e8a24c0aa1b5e6f247fb8d290bd79c0b50652.tar.bz2 egawk-b51e8a24c0aa1b5e6f247fb8d290bd79c0b50652.zip |
Commit all changes for development gawk.
Diffstat (limited to 'test/fpat1.ok')
-rw-r--r-- | test/fpat1.ok | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/fpat1.ok b/test/fpat1.ok new file mode 100644 index 00000000..e478aa53 --- /dev/null +++ b/test/fpat1.ok @@ -0,0 +1,16 @@ +NF = 7 +$1 = <Robbins> +$2 = <Arnold> +$3 = <"1234 A Pretty Place, NE"> +$4 = <Sometown> +$5 = <NY> +$6 = <12345-6789> +$7 = <USA> +NF = 7 +$1 = <Smith> +$2 = <> +$3 = <"1234 A Pretty Place, NE"> +$4 = <Sometown> +$5 = <NY> +$6 = <12345-6789> +$7 = <USA> |