summaryrefslogtreecommitdiff
path: root/perltest.sh
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-09-13 15:56:32 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-09-13 15:56:32 +0000
commit0edcbc5e42409ea801908af0917ae11eb70a1435 (patch)
tree5736d8ae7682b5c8b267d0606c4f4b16b52991c3 /perltest.sh
parent00daac3fbc798884028754a482999e8fc1ce63f9 (diff)
downloadpcre2-0edcbc5e42409ea801908af0917ae11eb70a1435.tar.gz
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
Diffstat (limited to 'perltest.sh')
-rwxr-xr-xperltest.sh3
1 files changed, 3 insertions, 0 deletions
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