From 0edcbc5e42409ea801908af0917ae11eb70a1435 Mon Sep 17 00:00:00 2001 From: ph10 Date: Sun, 13 Sep 2020 15:56:32 +0000 Subject: Fix delimiters in tests 1 and 4 for correct Perl behaviour (Bugzilla #2641). Also move \K in lookaround tests to test 2 (Perl no longer supports). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1269 6239d852-aaf2-0410-a92c-79f79f948069 --- perltest.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perltest.sh') diff --git a/perltest.sh b/perltest.sh index 8368781..31406c5 100755 --- a/perltest.sh +++ b/perltest.sh @@ -68,6 +68,9 @@ fi # #newline_default commands, which are needed in the relevant pcre2test files, # are ignored. Any other #-command is ignored, with a warning message. # +# The pattern lines should use only / as the delimiter. The other characters +# that pcre2test supports cause problems with this script. +# # The data lines must not have any pcre2test modifiers. Unless # "subject_literal" is on the pattern, data lines are processed as # Perl double-quoted strings, so if they contain " $ or @ characters, these -- cgit v1.2.1