| Index: LayoutTests/fast/encoding/char-encoding-expected.txt
|
| diff --git a/LayoutTests/fast/encoding/char-encoding-expected.txt b/LayoutTests/fast/encoding/char-encoding-expected.txt
|
| index 988f73baeb6241dceb39efce3f95d27852f8a8e7..6354b882f1ee4a09c0ed0a0ab9e6fba36c2ad71f 100644
|
| --- a/LayoutTests/fast/encoding/char-encoding-expected.txt
|
| +++ b/LayoutTests/fast/encoding/char-encoding-expected.txt
|
| @@ -4,6 +4,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS encode('UTF-8', 'U+00A0') is '%C2%A0'
|
| +PASS encode('UTF-8', '0xD800') is '%EF%BF%BD'
|
| +PASS encode('UTF-8', '0xDC00') is '%EF%BF%BD'
|
| PASS encode('GBK', 'U+00A5') is '%A3%A4'
|
| PASS encode('gb2312', 'U+00A5') is '%A3%A4'
|
| PASS encode('GB_2312-80', 'U+00A5') is '%A3%A4'
|
|
|