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