pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1: - test_true([["$Id: testsuite.in,v 1.655 2003/06/05 11:43:48 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.656 2003/06/05 11:44:11 grubba Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])   test_compile_any([[#pike 7.4]])   test_compile_any([[#pike 7.0]])   test_compile_any([[#pike 0.6]])      cond([[all_constants()->_verify_internals]],   [[    test_do(_verify_internals())
pike.git/src/testsuite.in:8494:   test_equal(lower_case("Foo"),"foo")   test_equal(lower_case("Foo1234-*~\n"),"foo1234-*~\n")   test_equal(lower_case("foo\x3000"),"foo\x3000")   test_equal(lower_case("Foo\x3000"),"foo\x3000")   test_equal(lower_case("Foo1234-*~\n\x3000"),"foo1234-*~\n\x3000")   test_equal(lower_case("foo\x13000"),"foo\x13000")   test_equal(lower_case("Foo\x13000"),"foo\x13000")   test_equal(lower_case("Foo1234-*~\n\x13000"),"foo1234-*~\n\x13000")   test_equal(lower_case("Foo\x178"),"foo\xff")   test_equal(lower_case("Foo\x39c"),"foo\x3bc") -  - 0x001e00, 0x001e96, 0x001e9b, 0x001e9c, - 0x001ea0, 0x001efa, 0x001f00, 0x001f08, - 0x001f10, 0x001f16, 0x001f18, 0x001f1e, - 0x001f20, 0x001f28, 0x001f30, 0x001f38, - 0x001f40, 0x001f46, 0x001f48, 0x001f4e, - 0x001f51, 0x001f52, 0x001f53, 0x001f54, - 0x001f55, 0x001f56, 0x001f57, 0x001f58, - 0x001f59, 0x001f5a, 0x001f5b, 0x001f5c, - 0x001f5d, 0x001f5e, 0x001f5f, 0x001f60, - 0x001f68, 0x001f70, 0x001f72, 0x001f76, - 0x001f78, 0x001f7a, 0x001f7c, 0x001f7e, - 0x001f80, 0x001f88, 0x001f90, 0x001f98, - 0x001fa0, 0x001fa8, 0x001fb0, 0x001fb2, - 0x001fb3, 0x001fb4, 0x001fb8, 0x001fba, - 0x001fbc, 0x001fbd, 0x001fbe, 0x001fbf, - 0x001fc3, 0x001fc4, 0x001fc8, 0x001fcc, - 0x001fcd, 0x001fd0, 0x001fd2, 0x001fd8, - 0x001fda, 0x001fdc, 0x001fe0, 0x001fe2, - 0x001fe5, 0x001fe6, 0x001fe8, 0x001fea, - 0x001fec, 0x001fed, 0x001ff3, 0x001ff4, - 0x001ff8, 0x001ffa, 0x001ffc, 0x001ffd, - 0x002126, 0x002127, 0x00212a, 0x00212b, - 0x00212c, 0x002160, 0x002180, 0x0024b6, - 0x0024d0, 0x0024ea, 0x00ff21, 0x00ff3b, - 0x00ff41, 0x00ff5b, 0x010400, 0x010428, - 0x010450, -  -  +    test_equal(lower_case((string) ({   // These characters correspond to the cases in case_info.h   // Please update this and the corresponding upper_case table   // when UnicodeData.txt is changed.   // Part 1: 0x0000 - 0x0FFF   0x0000, 0x0041, 0x005b, 0x0061, 0x007b, 0x00b5, 0x00b6, 0x00c0,   0x00d7, 0x00d8, 0x00df, 0x00e0, 0x00f7, 0x00f8, 0x00ff, 0x0100,   0x0130, 0x0131, 0x0132, 0x0138, 0x0139, 0x0149, 0x014a, 0x0178,   0x0179, 0x017f, 0x0180, 0x0181, 0x0182, 0x0186, 0x0187, 0x0189,   0x018b, 0x018d, 0x018e, 0x018f, 0x0190, 0x0191, 0x0193, 0x0194,