xref: /freebsd/contrib/one-true-awk/testdir/t.match1 (revision a3266ba2697a383d2ede56803320d941866c7e76)
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