diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-19 21:25:32 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-19 21:25:32 +0300 |
commit | 91cdc24dc028b758e409ac6e92759b52b2a079d6 (patch) | |
tree | 289411f2bd220b843d34e4880e141c676843f477 /test/charasbytes.awk | |
parent | 09a6e6fecf9691ea9a0ceb2aef26197f821868cd (diff) | |
download | egawk-91cdc24dc028b758e409ac6e92759b52b2a079d6.tar.gz egawk-91cdc24dc028b758e409ac6e92759b52b2a079d6.tar.bz2 egawk-91cdc24dc028b758e409ac6e92759b52b2a079d6.zip |
Add new test files for characters-as-bytes fix.
Diffstat (limited to 'test/charasbytes.awk')
-rwxr-xr-x | test/charasbytes.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/charasbytes.awk b/test/charasbytes.awk new file mode 100755 index 00000000..feb195c8 --- /dev/null +++ b/test/charasbytes.awk @@ -0,0 +1 @@ +{ print gensub(/\xE2\x80./, "ZZZ", "g", $0) } |