aboutsummaryrefslogtreecommitdiffstats
path: root/test/jarebug.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-05-09 19:52:17 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-05-09 19:52:17 +0300
commit2af8e280532731492ee91cd91fe713b3ca1538eb (patch)
treefedccb38fa2febeacff4c5b2a38aceb7181ffc95 /test/jarebug.awk
parent002a1fb117731667209dbf1278f138c8ad97bc10 (diff)
downloadegawk-2af8e280532731492ee91cd91fe713b3ca1538eb.tar.gz
egawk-2af8e280532731492ee91cd91fe713b3ca1538eb.tar.bz2
egawk-2af8e280532731492ee91cd91fe713b3ca1538eb.zip
Add test for gsub in JP-EUC-JP locale.
Diffstat (limited to 'test/jarebug.awk')
-rwxr-xr-xtest/jarebug.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/jarebug.awk b/test/jarebug.awk
new file mode 100755
index 00000000..906d1846
--- /dev/null
+++ b/test/jarebug.awk
@@ -0,0 +1 @@
+/.*/ { gsub ("·½", "ERROR"); print; }