Annotation of embedaddon/pcre/testdata/testinput21, revision 1.1.1.3

1.1.1.2   misho       1: /-- Tests for reloading pre-compiled patterns. The first one gives an error
                      2: right away, and can be any old pattern compiled in 8-bit mode ("abc" is
                      3: typical). The others require the link size to be 2. */x
1.1       misho       4: 
                      5: <!testsaved8
                      6: 
1.1.1.3 ! misho       7: %-- Generated from: 
        !             8:     /^[aL](?P<name>(?:[AaLl]+)[^xX-]*?)(?P<other>[\x{150}-\x{250}\x{300}]|
        !             9:       [^\x{800}aAs-uS-U\x{d800}-\x{dfff}])++[^#\b\x{500}\x{1000}]{3,5}$
        !            10:       /x
        !            11: 
1.1.1.2   misho      12:     In 16-bit mode with options:  S>testdata/saved16LE-1
                     13:                                  FS>testdata/saved16BE-1
                     14:     In 32-bit mode with options:  S>testdata/saved32LE-1
                     15:                                  FS>testdata/saved32BE-1
                     16: --%x
1.1       misho      17: 
                     18: <!testsaved16LE-1
                     19: 
                     20: <!testsaved16BE-1
                     21: 
1.1.1.2   misho      22: <!testsaved32LE-1
                     23: 
                     24: <!testsaved32BE-1
                     25: 
1.1       misho      26: /-- End of testinput21 --/

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>