Blame test/onlynl.awk

Packit 575503
BEGIN { RS = "" }
Packit 575503
{ print "got", $0 }