# This set of tests is for features that are compatible with all versions of # Perl >= 5.10, in non-UTF mode. It should run clean for the 8-bit, 16-bit, and # 32-bit PCRE libraries, and also using the perltest.sh script. # WARNING: Use only / as the pattern delimiter. Although pcre2test supports # a number of delimiters, all those other than / give problems with the # perltest.sh script. #forbid_utf #newline_default lf #perltest /¬1234(?# test newlines inside)/ 1234 /¬1234(?# test newlines?inside)/ 1234 /(.*)$/ test newlines?inside /(.*)\z/ test newlines?inside /(.*)\Z/ test newlines?inside /(.*)\R/ test newlines?inside /(.*)\n/ test newlines?inside /(.*)\r/ test newlines?inside /(.*)\f/ test newlines?inside /(\N*)\f/ test newlines?inside /(\N*)$/ test newlines?inside /(.*)\s/ test newlines?inside /(\N*)\s/ test newlines?inside /(\S*)\s/ test newlines?inside /(\N*)/ test newlines?inside /(.*)/s test newlines?inside /(.*)$/ test newlines\ninside /(.*)\z/ test newlines\ninside /(.*)\Z/ test newlines\ninside /(.*)\R/ test newlines\ninside /(.*)\n/ test newlines\ninside /(.*)\r/ test newlines\ninside /(.*)\f/ test newlines\ninside /(\N*)\f/ test newlines\ninside /(\N*)$/ test newlines\ninside /(.*)\s/ test newlines\ninside /(\N*)\s/ test newlines\ninside /(\S*)\s/ test newlines\ninside /(\N*)/ test newlines\ninside /(.*)/s test newlines\ninside