xref: /freebsd/contrib/one-true-awk/testdir/t.match1 (revision 96b917bfcf2c558340f8f6e620e64efededa1daf)
1NF > 0 && match($NF, $1) {
2	print $0, RSTART, RLENGTH
3	if (RLENGTH != length($1))
4		printf "match error at %d: %d %d\n",
5			NR, RLENGTH, RSTART >"/dev/tty"
6}
7