1 This test checks String.localeCompare().
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS "a".localeCompare("aa") < 0 is true
7 PASS "a".localeCompare("b") < 0 is true
8 PASS "a".localeCompare("a") === 0 is true
9 PASS "ạ̈".localeCompare("ạ̈") === 0 is true
10 PASS "aa".localeCompare("a") > 0 is true
11 PASS "b".localeCompare("a") > 0 is true
12 PASS successfullyParsed is true