Sha256: ce3f18acf356070c0b9bca078f8c0ffa6475479646fb4d7b3f41880414b5a99a

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

/-- Tests for the 16-bit library only */

/-- Check maximum non-UTF character size --/

/\x{ffff}/
    A\x{ffff}B
 0: \x{ffff}

/\x{10000}/
Failed: character value in \x{...} sequence is too large at offset 8

/-- Check character ranges --/

/[\H]/BZSI
------------------------------------------------------------------
        Bra
        [\x00-\x08\x0a-\x1f!-\x9f\x{a1}-\x{167f}\x{1681}-\x{180d}\x{180f}-\x{1fff}\x{200b}-\x{202e}\x{2030}-\x{205e}\x{2060}-\x{2fff}\x{3001}-\x{ffff}]
        Ket
        End
------------------------------------------------------------------
Capturing subpattern count = 0
No options
No first char
No need char
Subject length lower bound = 1
No set of starting bytes

/[\V]/BZSI
------------------------------------------------------------------
        Bra
        [\x00-\x09\x0e-\x84\x{86}-\x{2027}\x{202a}-\x{ffff}]
        Ket
        End
------------------------------------------------------------------
Capturing subpattern count = 0
No options
No first char
No need char
Subject length lower bound = 1
No set of starting bytes

/-- End of testinput23 --/

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/testoutput23