File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/phpunit/tests/html-api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2887,11 +2887,11 @@ public static function data_updating_attributes_in_malformed_html() {
28872887 ),
28882888 'HTML tag opening inside attribute value ' => array (
28892889 'input ' => '<pre id="<code" class="wp-block-code <code is poetry>"><code>This <is> a <strong is="true">thing.</code></pre><span>test</span> ' ,
2890- 'expected ' => '<pre foo="bar" id="<code" class="wp-block-code <code is poetry& gt; firstTag"><code class="secondTag">This <is> a <strong is="true">thing.</code></pre><span>test</span> ' ,
2890+ 'expected ' => '<pre foo="bar" id="<code" class="wp-block-code <code is poetry> firstTag"><code class="secondTag">This <is> a <strong is="true">thing.</code></pre><span>test</span> ' ,
28912891 ),
28922892 'HTML tag brackets in attribute values and data markup ' => array (
28932893 'input ' => '<pre id="<code->-block->" class="wp-block-code <code is poetry>"><code>This <is> a <strong is="true">thing.</code></pre><span>test</span> ' ,
2894- 'expected ' => '<pre foo="bar" id="<code->-block->" class="wp-block-code <code is poetry& gt; firstTag"><code class="secondTag">This <is> a <strong is="true">thing.</code></pre><span>test</span> ' ,
2894+ 'expected ' => '<pre foo="bar" id="<code->-block->" class="wp-block-code <code is poetry> firstTag"><code class="secondTag">This <is> a <strong is="true">thing.</code></pre><span>test</span> ' ,
28952895 ),
28962896 'Single and double quotes in attribute value ' => array (
28972897 'input ' => '<p title="Demonstrating how to use single quote ( \') and double quote (")"><span>test</span> ' ,
You can’t perform that action at this time.
0 commit comments