mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
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
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
%EF%BF%BC=&%EF%BF%BD=x&%EF%BF%BD=a
|
|
'\ufffc' => ''
|
|
'\ufffd' => '\u0078'
|
|
'\ufffd' => '\u0061'
|