summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-03-17 19:36:39 -0600
committerKarl Williamson <public@khwilliamson.com>2013-03-18 12:23:20 -0600
commit0d0b4b3bcdca1518f23f812b554dc4edc23dfb15 (patch)
tree8d19b46dab1b0668abd2944ade4e5f3ce16a9510 /t
parent9b73678dbbd06e700aa59a369b47be44fed1fb55 (diff)
downloadperl-0d0b4b3bcdca1518f23f812b554dc4edc23dfb15.tar.gz
pod/perldiag: Document new messages for qr/(?[ ])/
Diffstat (limited to 't')
-rw-r--r--t/porting/diag.t17
1 files changed, 0 insertions, 17 deletions
diff --git a/t/porting/diag.t b/t/porting/diag.t
index 73e5bae08e..f09ee6951c 100644
--- a/t/porting/diag.t
+++ b/t/porting/diag.t
@@ -637,23 +637,6 @@ Wrong syntax (suid) fd script name "%s"
Useless (%s%c) - %suse /%c modifier in regex; marked by <-- HERE in m/%s/
Useless (%sc) - %suse /gc modifier in regex; marked by <-- HERE in m/%s/
Useless use of (?-p) in regex; marked by <-- HERE in m/%s/
-Unmatched '%c' in POSIX class in regex; marked by <-- HERE in m/%s/
-Unmatched '[' in POSIX class in regex; marked by <-- HERE in m/%s/
-(?[...]) not valid in locale in regex; marked by <-- HERE in m/%s/
-The regex_sets feature is experimental
-Syntax error in (?[...]) in regex m/%s/
-Unexpected character in regex; marked by <-- HERE in m/%s/
-Unexpected binary operator '%c' with no preceding operand in regex; marked by <-- HERE in m/%s/
-Unexpected '(' with no preceding operator in regex; marked by <-- HERE in m/%s/
-Unexpected ')' in regex; marked by <-- HERE in m/%s/
-Operand with no preceding operator in regex; marked by <-- HERE in m/%s/
-Property '%s' is unknown in regex; marked by <-- HERE in m/%s/
-Need exactly 3 octal digits in regex; marked by <-- HERE in m/%s/
-Unrecognized escape \%c in character class in regex; marked by <-- HERE in m/%s/
-Incomplete expression within '(?[ ])' in regex; marked by <-- HERE in m/%s/
-Non-octal character in regex; marked by <-- HERE in m/%s/
-Non-hex character in regex; marked by <-- HERE in m/%s/
-Use \\x{...} for more than two hex characters in regex; marked by <-- HERE in m/%s/
__CATEGORIES__
Code point 0x%X is not Unicode, all \p{} matches fail; all \P{} matches succeed