aboutsummaryrefslogtreecommitdiffstats
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, 2 insertions, 0 deletions
diff --git a/test/icasers.awk b/test/icasers.awk
new file mode 100644
index 00000000..933e3bf7
--- /dev/null
+++ b/test/icasers.awk
@@ -0,0 +1,2 @@
+BEGIN { RS = "[[:upper:]]+" }
+{ print ; IGNORECASE = ! IGNORECASE }