From 42bcb6246432790af31958d5445cd035fe9966a5 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 4 Oct 2014 23:29:29 +0300 Subject: Fix --gen-pot with long strings. --- test/genpot.awk | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/genpot.awk (limited to 'test/genpot.awk') diff --git a/test/genpot.awk b/test/genpot.awk new file mode 100644 index 00000000..990b0b5c --- /dev/null +++ b/test/genpot.awk @@ -0,0 +1 @@ +{print _"This string is so long that gawk --gen-pot will break it and lose a letter at the break."} -- cgit v1.2.3