Blame test/icasers.awk

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