aboutsummaryrefslogtreecommitdiffstats
path: root/test/charasbytes.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-06-19 21:25:32 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-06-19 21:25:32 +0300
commit91cdc24dc028b758e409ac6e92759b52b2a079d6 (patch)
tree289411f2bd220b843d34e4880e141c676843f477 /test/charasbytes.awk
parent09a6e6fecf9691ea9a0ceb2aef26197f821868cd (diff)
downloadegawk-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-xtest/charasbytes.awk1
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) }