--- embedaddon/pcre/testdata/testoutput20 2012/02/21 23:50:25 1.1.1.1 +++ embedaddon/pcre/testdata/testoutput20 2013/07/22 08:25:57 1.1.1.2 @@ -1,5 +1,5 @@ -/-- These tests are for the handling of characters greater than 255 in 16-bit, - non-UTF-16 mode. --/ +/-- These DFA tests are for the handling of characters greater than 255 in + 16- or 32-bit, non-UTF mode. --/ /^\x{ffff}+/i \x{ffff} @@ -8,10 +8,12 @@ /^\x{ffff}?/i \x{ffff} 0: \x{ffff} + 1: /^\x{ffff}*/i \x{ffff} 0: \x{ffff} + 1: /^\x{ffff}{3}/i \x{ffff}\x{ffff}\x{ffff} @@ -20,5 +22,6 @@ /^\x{ffff}{0,3}/i \x{ffff} 0: \x{ffff} + 1: /-- End of testinput20 --/