Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
My blod is typo
  • Loading branch information
ramonjd committed Dec 3, 2021
commit eaa4e5b037a85cd21effff1b31dc8fed52e6ea3f
2 changes: 1 addition & 1 deletion tests/phpunit/tests/kses.php
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ function data_wp_kses_object_data_url_with_port_number_allowed() {
'<object type="application/pdf" data="http://example.org:3333/cat/foo.pdf" />',
'',
),
'url with without protocol' => array(
'url without protocol' => array(
'<object type="application/pdf" data="http://example.org/cat/foo.pdf" />',
'',
),
Expand Down