Initial Commit

This commit is contained in:
root
2017-02-25 23:55:24 +01:00
commit 1fe2e8ab62
4868 changed files with 1487355 additions and 0 deletions

17
pcre-8.40/testdata/testoutput26 vendored Normal file
View File

@@ -0,0 +1,17 @@
/-- Tests for the 32-bit library with UTF-32 support only */
< forbid W
/-- Non-UTF characters --/
/\x{110000}/8
Failed: character value in \x{} or \o{} is too large at offset 9
/\o{4200000}/8
Failed: character value in \x{} or \o{} is too large at offset 10
/\C/8
\x{110000}
Error -10 (bad UTF-32 string) offset=0 reason=3
/-- End of testinput26 --/