ladybird/Tests/LibWeb/Text/expected/URL/url-search-params-sort-utf16-code-units.txt
Shannon Booth d56da8cf9a LibWeb: Sort URLSearchParams using UTF-16 code units
We were previously sorting using code points which could give the wrong
result for certain inputs.

Fixes the last two failing tests on:

https://wpt.live/url/urlsearchparams-sort.any.html
2024-08-17 07:44:13 +02:00

4 lines
92 B
Text

%EF%BF%BC=&%EF%BF%BD=x&%EF%BF%BD=a
'\ufffc' => ''
'\ufffd' => '\u0078'
'\ufffd' => '\u0061'