1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/apps/public/pcre-8.32/testdata/testoutput20
2024-07-22 01:58:46 -03:00

28 lines
398 B
Plaintext
Executable File

/-- 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}
0: \x{ffff}
/^\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}
0: \x{ffff}\x{ffff}\x{ffff}
/^\x{ffff}{0,3}/i
\x{ffff}
0: \x{ffff}
1:
/-- End of testinput20 --/