]> arthur.barton.de Git - bup.git/commit
tests: web: also add some invalid UTF-8
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 17 May 2020 19:43:45 +0000 (21:43 +0200)
committerRob Browning <rlb@defaultvalue.org>
Sun, 21 Jun 2020 16:20:58 +0000 (11:20 -0500)
commit3c4bcbb7c3bca6cb0644ba5dbf335cd1f001064f
tree6225736de1b02e5014d092730345afb7552d7623
parenteae77cd328514bc9e8e8751cb99a16951600f39a
tests: web: also add some invalid UTF-8

The '¡excitement!' really tests only valid UTF-8 since it
comes from the original bash file, add another test that
explicitly creates a byte sequence that is invalid utf-8
and ensures that this is preserved properly as well.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
t/test-web.sh