Annotation of embedaddon/pcre/testdata/testinput21, revision 1.1.1.2
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.2 ! misho 7: %-- Generated from: ^[aL](?P<name>(?:[AaLl]+)[^xX-]*?)(?P<other>[\x{150}-\x{250}\x{300}]|[^\x{800}aAs-uS-U\x{d800}-\x{dfff}])++[^#\b\x{500}\x{1000}]{3,5}$
! 8: In 16-bit mode with options: S>testdata/saved16LE-1
! 9: FS>testdata/saved16BE-1
! 10: In 32-bit mode with options: S>testdata/saved32LE-1
! 11: FS>testdata/saved32BE-1
! 12: --%x
1.1 misho 13:
14: <!testsaved16LE-1
15:
16: <!testsaved16BE-1
17:
1.1.1.2 ! misho 18: <!testsaved32LE-1
! 19:
! 20: <!testsaved32BE-1
! 21:
1.1 misho 22: /-- End of testinput21 --/
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>