Skip to content

Commit ed4d597

Browse files
authored
Merge branch 'WordPress:trunk' into trunk
2 parents e0d22d5 + 2a434d1 commit ed4d597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/post/truncatePostSlug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function data_truncate_post_slug_should_truncate() {
9494
'expected' => 'myslug',
9595
'message' => '"myslug%C4%85" should have been truncated to "myslug".',
9696
),
97-
'URL-encoded accent characters and "length" includes the fifth URL-encoded character' => array(
97+
'URL-encoded accent characters and "length" includes the sixth URL-encoded character' => array(
9898
'slug' => 'myslug%C4%85',
9999
'length' => 12,
100100
'expected' => 'myslug%C4%85',

0 commit comments

Comments
 (0)