Blame test/icasers.awk

Packit 575503
BEGIN { RS = "[[:upper:]\\n]+" }
Packit 575503
{ print ; IGNORECASE = ! IGNORECASE }