summaryrefslogtreecommitdiff
path: root/test/icasers.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/icasers.awk')
-rw-r--r--test/icasers.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/icasers.awk b/test/icasers.awk
index 933e3bf7..8fdc826b 100644
--- a/test/icasers.awk
+++ b/test/icasers.awk
@@ -1,2 +1,2 @@
-BEGIN { RS = "[[:upper:]]+" }
+BEGIN { RS = "[[:upper:]\\n]+" }
{ print ; IGNORECASE = ! IGNORECASE }