diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-12-02 18:42:33 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-12-02 18:42:33 +0000 |
commit | 1093d5f04fd3a6f60eb64f87fc224930d409791d (patch) | |
tree | b1be6e22d70c8b6ef0b1f6b9a251753ca4bf9a1b /regress/misc | |
parent | 5b28c4c1f86317dbd78b91b7900aa6dde5aefb05 (diff) |
add a tiny utf8 test (for tr, failing)
more to come?
Diffstat (limited to 'regress/misc')
-rw-r--r-- | regress/misc/utf8/t1.exp | 1 | ||||
-rw-r--r-- | regress/misc/utf8/t1.sh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/regress/misc/utf8/t1.exp b/regress/misc/utf8/t1.exp new file mode 100644 index 00000000000..eb1081e4b07 --- /dev/null +++ b/regress/misc/utf8/t1.exp @@ -0,0 +1 @@ +üpp diff --git a/regress/misc/utf8/t1.sh b/regress/misc/utf8/t1.sh new file mode 100644 index 00000000000..ab20dbad49e --- /dev/null +++ b/regress/misc/utf8/t1.sh @@ -0,0 +1,2 @@ +echo üpöp | tr -d ö > t1.out +diff t1.exp t1.out |