Sha256: ee816679d22cbf799d07e5b633102334cc4614ae915c8f5eda3bde3bdeed2182
Contents?: true
Size: 302 Bytes
Versions: 1
Compression:
Stored size: 302 Bytes
Contents
/-- 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} /^\x{ffff}?/i \x{ffff} /^\x{ffff}*/i \x{ffff} /^\x{ffff}{3}/i \x{ffff}\x{ffff}\x{ffff} /^\x{ffff}{0,3}/i \x{ffff} /-- End of testinput20 --/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
esruby-0.0.0 | resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput20 |