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