Skip to content

Commit

Permalink
Remove >
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Aug 26, 2020
1 parent 922db87 commit 6f73eda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit/class-rest-sidebars-controller-test.php
Expand Up @@ -569,7 +569,7 @@ public function test_update_item_slashing() {
array(
'id' => 'text-1',
'settings' => array(
'text' => 'Updated \\" \\\' > text test',
'text' => 'Updated \\" \\\' text test',
),
'id_base' => 'text',
'widget_class' => 'WP_Widget_Text',
Expand All @@ -592,7 +592,7 @@ public function test_update_item_slashing() {
array(
'id' => 'text-1',
'settings' => array(
'text' => 'Updated \\" \\\' > text test',
'text' => 'Updated \\" \\\' text test',
'title' => '',
'filter' => false,
),
Expand All @@ -601,7 +601,7 @@ public function test_update_item_slashing() {
'name' => 'Text',
'description' => 'Arbitrary text.',
'number' => 1,
'rendered' => '<div class="textwidget">Updated \\" \\\' &gt; text test</div>',
'rendered' => '<div class="textwidget">Updated \\" \\\' text test</div>',
),
),
),
Expand Down

0 comments on commit 6f73eda

Please sign in to comment.