Annotation of embedaddon/pcre/testdata/testoutput26, revision 1.1.1.1

1.1       misho       1: /-- Tests for the 32-bit library with UTF-32 support only */
                      2: 
                      3: /-- Non-UTF characters --/
                      4: 
                      5: /\x{110000}/8
                      6: Failed: character value in \x{...} sequence is too large at offset 9
                      7: 
                      8: /\C/8
                      9:     \x{110000}
                     10: Error -10 (bad UTF-32 string) offset=0 reason=3
                     11: 
                     12: /-- End of testinput26 --/

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>