summaryrefslogtreecommitdiff
path: root/lib/utf8.t
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2012-08-15 10:34:32 +1000
committerTony Cook <tony@develop-help.com>2012-08-15 10:35:34 +1000
commit892522a605b5b55c985ef64637281fbd363f4c16 (patch)
tree8b1bd2ccef75adefafc60379eec5bcbb5de6bd64 /lib/utf8.t
parent0ace302a2635019d2fcbe257549cdf1497c4f585 (diff)
downloadperl-892522a605b5b55c985ef64637281fbd363f4c16.tar.gz
fix a comment: this tests perl #91852 not 91850
noted by mauke (James Rustle) in #p5p
Diffstat (limited to 'lib/utf8.t')
-rw-r--r--lib/utf8.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8.t b/lib/utf8.t
index 76ab7df261..66e490d3d4 100644
--- a/lib/utf8.t
+++ b/lib/utf8.t
@@ -450,7 +450,7 @@ SKIP: {
}
{
- # utf8::decode should stringify refs [perl #91850].
+ # utf8::decode should stringify refs [perl #91852].
package eieifg { use overload '""' => sub { "\x{c3}\x{b3}" },
fallback => 1 }