Blame test/rsstart2.awk

Packit Service f629e6
BEGIN { RS = "^Ax*\n" }
Packit Service f629e6
END { print NR }