2015-08-18 12:34:05 +02:00
|
|
|
# This set of tests is run only with the 8-bit library. It tests the POSIX
|
|
|
|
# interface with UTF/UCP support, which is supported only with the 8-bit
|
|
|
|
# library. This test should not be run with JIT (which is not available for the
|
|
|
|
# POSIX interface).
|
2015-01-23 17:51:47 +01:00
|
|
|
|
2015-08-18 12:34:05 +02:00
|
|
|
#pattern posix
|
2015-01-23 17:51:47 +01:00
|
|
|
|
2015-08-18 12:34:05 +02:00
|
|
|
/a\x{1234}b/utf
|
|
|
|
a\x{1234}b
|
2015-01-23 17:51:47 +01:00
|
|
|
|
2015-08-18 12:34:05 +02:00
|
|
|
/\w/
|
2015-09-16 18:49:48 +02:00
|
|
|
\= Expect no match
|
2015-08-18 12:34:05 +02:00
|
|
|
+++\x{c2}
|
2015-01-23 17:51:47 +01:00
|
|
|
|
2015-08-18 12:34:05 +02:00
|
|
|
/\w/ucp
|
|
|
|
+++\x{c2}
|
|
|
|
|
2017-06-05 20:25:47 +02:00
|
|
|
/"^AB" 00 "\x{1234}$"/hex,utf
|
|
|
|
AB\x{00}\x{1234}\=posix_startend=0:6
|
|
|
|
|
2015-08-18 12:34:05 +02:00
|
|
|
# End of testdata/testinput19
|