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