diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-04 23:33:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-04 23:33:23 +0300 |
commit | 5bbb7a9ec75b08d29557876bb77f9c4349e17ce8 (patch) | |
tree | d1747c8329e7c71c6072f359686dc797a2060c35 /test/genpot.awk | |
parent | abff9b12506c0b8d971a7b6c9b08ada126d67e0d (diff) | |
parent | 0054d8fc4f53f27817764dee7bac7ec36fd312f8 (diff) | |
download | egawk-5bbb7a9ec75b08d29557876bb77f9c4349e17ce8.tar.gz egawk-5bbb7a9ec75b08d29557876bb77f9c4349e17ce8.tar.bz2 egawk-5bbb7a9ec75b08d29557876bb77f9c4349e17ce8.zip |
Merge branch 'master' into comment
Diffstat (limited to 'test/genpot.awk')
-rw-r--r-- | test/genpot.awk | 1 |
1 files changed, 1 insertions, 0 deletions
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."} |