Lines Matching full:tolowercase
26 "This test checks that toLowerCase and toUpperCase handle certain non-trivial cases correctly."
30 shouldBe('String("A?").toLowerCase()', '"a?"');
32 shouldBe('String("?????? ??????").toLowerCase()', '"?????? ??????"');
37 shouldBe('String("FFI").toLowerCase()', '"ffi"');
38 shouldBe('String("?").toLowerCase()', '"?"');
41 // Construct the tests so that it passes if the toLowerCase()/toUpperCase()
62 shouldBeTrue('expected[String.fromCharCode(0xA78D).toLowerCase()]');
78 shouldBeTrue('expected[String.fromCharCode(0x10C7).toLowerCase()]');
82 shouldBeTrue('expected[String.fromCharCode(0x2D2D).toLowerCase()]');
86 shouldBeTrue('expected[String.fromCharCode(0x2CF2).toLowerCase()]');
90 shouldBeTrue('expected[String.fromCharCode(0xA792).toLowerCase()]');
94 shouldBeTrue('expected[String.fromCharCode(0xA7AA).toLowerCase()]');