summaryrefslogtreecommitdiff
path: root/t/porting
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-01-06 22:28:33 -0700
committerKarl Williamson <public@khwilliamson.com>2013-01-11 11:50:35 -0700
commit80f4111be994e38b20d72125cb8851f563eeeba9 (patch)
tree9ae26bf467c65bbf7843b05ac6d2f0c9d8e42997 /t/porting
parentb8de99caf269c77d01411e0f81d45f696af02dd2 (diff)
downloadperl-80f4111be994e38b20d72125cb8851f563eeeba9.tar.gz
Add optional strict mode to grok_bslash_[xo]
This mode croaks on any iffy constructs that currently compile. It is not currently used; documentation of the error messages will be delivered later.
Diffstat (limited to 't/porting')
-rw-r--r--t/porting/diag.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/porting/diag.t b/t/porting/diag.t
index 9d84ebbeec..3901f2a2fe 100644
--- a/t/porting/diag.t
+++ b/t/porting/diag.t
@@ -640,3 +640,6 @@ Operation "%s" returns its argument for non-Unicode code point 0x%X
Operation "%s" returns its argument for UTF-16 surrogate U+%X
Unicode surrogate U+%X is illegal in UTF-8
UTF-16 surrogate U+%X
+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/