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