Skip to content

Commit e94c84d

Browse files
committed
t/lib/warnings/utf8: Use modern name in comment
Don't confuse the reader with a historical name for a function
1 parent 90f96e7 commit e94c84d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/lib/warnings/utf8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
utf8.c AOK
33

4-
[utf8_to_uvchr_buf]
4+
[utf8_to_uv]
55
Malformed UTF-8 character
66
my $a = ord "\x80" ;
77

@@ -14,7 +14,7 @@
1414
<<<<<< Add a test when something actually calls utf16_to_utf8
1515

1616
__END__
17-
# utf8.c [utf8_to_uvchr_buf] -W
17+
# utf8.c [utf8_to_uv] -W
1818
# NAME Malformed under 'use utf8' in double-quoted string
1919
BEGIN {
2020
if (ord('A') == 193) {

0 commit comments

Comments
 (0)