Sha256: f72c15e7f48f6adcf23710ed1b8ffb1c397d8071ff73dccedb81431e14776931
Contents?: true
Size: 423 Bytes
Versions: 1
Compression:
Stored size: 423 Bytes
Contents
/-- Tests for the 32-bit library only */ /-- Check maximum character size --/ /\x{110000}/ /\x{7fffffff}/ /\x{80000000}/ /\x{ffffffff}/ /\x{7fffffff}\x{7fffffff}/I /\x{80000000}\x{80000000}/I /\x{ffffffff}\x{ffffffff}/I /-- Non-UTF characters --/ /\C{2,3}/ \x{400000}\x{400001}\x{400002}\x{400003} /\x{400000}\x{800000}/iDZ /-- Check character ranges --/ /[\H]/BZSI /[\V]/BZSI /-- End of testinput25 --/
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/testinput25 |