xref: /freebsd/contrib/one-true-awk/testdir/t.reFS (revision 28f6c2f292806bf31230a959bc4b19d7081669a7)
1BEGIN	{ FS = "\t+" }
2	{ print $1, $2 }
3