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