diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-03-23 17:23:11 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-03-23 17:23:11 +0000 |
commit | 77732424426bcf152c120af1509b03321a49be24 (patch) | |
tree | e1659b00ca5a2fd04d5a8b870d2c85b5b4587a9e /tests/utf8_sequences.txt | |
parent | dcdfeb96d7afbe8eb3dbd77245a455bd4a903d64 (diff) | |
download | prosody-77732424426bcf152c120af1509b03321a49be24.tar.gz prosody-77732424426bcf152c120af1509b03321a49be24.zip |
utf8_sequences.txt: Oops
Diffstat (limited to 'tests/utf8_sequences.txt')
-rw-r--r-- | tests/utf8_sequences.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utf8_sequences.txt b/tests/utf8_sequences.txt index 408b8f08..1b967b2e 100644 --- a/tests/utf8_sequences.txt +++ b/tests/utf8_sequences.txt @@ -49,4 +49,4 @@ Should fail: F0 8F BF BF # Overlong Should fail: F8 87 BF BF BF # Overlong Should fail: FC 83 BF BF BF BF # Overlong Should pass: EF BF BE # U+FFFE (invalid unicode, valid UTF-8) -Should fail: EF BF BF # U+FFFF (invalid unicode, valid UTF-8) +Should pass: EF BF BF # U+FFFF (invalid unicode, valid UTF-8) |