Lines Matching refs:toUpperCase
24 This test checks that toLowerCase and toUpperCase handle certain non-trivial cases correctly.
30 FAIL String("a").toUpperCase() should be A. Was A.
32 PASS String("ß").toUpperCase() is "SS"
33 PASS String("ʼn").toUpperCase() is "ʼN"
34 PASS String("ǰ").toUpperCase() is "J̌"
35 PASS String("ffi").toUpperCase() is "FFI"
39 PASS expected[String.fromCharCode(0x0265).toUpperCase()] is true
41 PASS expected[String.fromCharCode(0x2D27).toUpperCase()] is true
43 PASS expected[String.fromCharCode(0x10CD).toUpperCase()] is true
45 PASS expected[String.fromCharCode(0x2CF3).toUpperCase()] is true
47 PASS expected[String.fromCharCode(0xA793).toUpperCase()] is true
49 PASS expected[String.fromCharCode(0x0266).toUpperCase()] is true