Skip to content

Commit

Permalink
Tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Sep 21, 2024
1 parent 28f0525 commit a48ac11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/tests/oembed/filterResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ public function data_wp_filter_pre_oembed_custom_result() {
'<blockquote class="wp-embedded-content"><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="Hola" width="100"></iframe></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="Hola"></iframe>',
),
array(
"<blockquote><iframe title=" width=&quot;"></iframe></blockquote><iframe title=\"&apos; height=\" title=&apos; width=\"></iframe>",
'<blockquote class="wp-embedded-content"><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title=" width=&quot;"></iframe></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title=" width=&quot;" height=\' title=\' width="\'\' height=\'123\'"></iframe>',
"<blockquote><iframe title=' width=\"'></iframe></blockquote><iframe title='' height=' title=' width=\"'' height='123'\"></iframe>",
'<blockquote class="wp-embedded-content"><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title=" width=&quot;"></iframe></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title=" width=&quot;" height=" title=&apos; width="></iframe>',
),
);
}
Expand Down

0 comments on commit a48ac11

Please sign in to comment.