diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-05-09 19:52:17 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-05-09 19:52:17 +0300 |
commit | 2af8e280532731492ee91cd91fe713b3ca1538eb (patch) | |
tree | fedccb38fa2febeacff4c5b2a38aceb7181ffc95 /test/jarebug.awk | |
parent | 002a1fb117731667209dbf1278f138c8ad97bc10 (diff) | |
download | egawk-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-x | test/jarebug.awk | 1 |
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; } |