aboutsummaryrefslogtreecommitdiffstats
path: root/test/gensub.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/gensub.awk')
-rw-r--r--test/gensub.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gensub.awk b/test/gensub.awk
index 33a2a5e4..f91d84dc 100644
--- a/test/gensub.awk
+++ b/test/gensub.awk
@@ -4,3 +4,4 @@ BEGIN { a = "this is a test of gawk"
}
NR == 1 { print gensub(/b/, "BB", 2) }
NR == 2 { print gensub(/c/, "CC", "global") }
+END { print gensub(/foo/, "bar", 1, "DON'T PANIC") }