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 | |
parent | 09a6e6fecf9691ea9a0ceb2aef26197f821868cd (diff) | |
download | egawk-91cdc24dc028b758e409ac6e92759b52b2a079d6.tar.gz egawk-91cdc24dc028b758e409ac6e92759b52b2a079d6.tar.bz2 egawk-91cdc24dc028b758e409ac6e92759b52b2a079d6.zip |
Add new test files for characters-as-bytes fix.
-rwxr-xr-x | test/charasbytes.awk | 1 | ||||
-rw-r--r-- | test/charasbytes.in | 1 | ||||
-rw-r--r-- | test/charasbytes.ok | 3 |
3 files changed, 5 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) } diff --git a/test/charasbytes.in b/test/charasbytes.in new file mode 100644 index 00000000..4a8d4a1e --- /dev/null +++ b/test/charasbytes.in @@ -0,0 +1 @@ +– diff --git a/test/charasbytes.ok b/test/charasbytes.ok new file mode 100644 index 00000000..a1702e64 --- /dev/null +++ b/test/charasbytes.ok @@ -0,0 +1,3 @@ +0000000 Z Z Z \n + 5a 5a 5a 0a +0000004 |