File tree Expand file tree Collapse file tree
tests/phpunit/tests/html-api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function test_modifiable_text_special_textarea() {
3535 * @ticket 64607
3636 */
3737 public function test_modifiable_text_special_pre () {
38- $ set_text = "\nAFTER NEWLINE " ;
38+ $ set_text = "\nAFTER NEWLINE " ;
3939 $ processor = WP_HTML_Processor::create_fragment ( '<pre>REPLACEME<!--x--></pre> ' );
4040 $ processor ->next_tag ();
4141 $ processor ->next_token ();
@@ -58,7 +58,7 @@ public function test_modifiable_text_special_pre() {
5858 * @ticket 64607
5959 */
6060 public function test_modifiable_text_special_pre_leading_whitespace () {
61- $ set_text = "\nAFTER NEWLINE. " ;
61+ $ set_text = "\nAFTER NEWLINE. " ;
6262 $ processor = WP_HTML_Processor::create_fragment ( "<pre> \nREPLACEME<!--x--></pre> " );
6363 $ processor ->next_tag ();
6464 $ processor ->next_token ();
@@ -144,7 +144,7 @@ public function test_modifiable_text_special_pre_leading_whitespace() {
144144 * @ticket 64607
145145 */
146146 public function test_modifiable_text_special_listing () {
147- $ set_text = "\nAFTER NEWLINE " ;
147+ $ set_text = "\nAFTER NEWLINE " ;
148148 $ processor = WP_HTML_Processor::create_fragment ( '<listing>REPLACEME<!--x--></listing> ' );
149149 $ processor ->next_tag ();
150150 $ processor ->next_token ();
Original file line number Diff line number Diff line change @@ -663,7 +663,7 @@ public function test_modifiable_text_special_textarea() {
663663 * @ticket 64607
664664 */
665665 public function test_modifiable_text_special_pre () {
666- $ set_text = "\nAFTER NEWLINE " ;
666+ $ set_text = "\nAFTER NEWLINE " ;
667667 $ processor = new WP_HTML_Tag_Processor ( '<pre>REPLACEME<!--x--></pre> ' );
668668 $ processor ->next_tag ();
669669 $ processor ->next_token ();
@@ -689,7 +689,7 @@ public function test_modifiable_text_special_pre() {
689689 * @ticket 64607
690690 */
691691 public function test_modifiable_text_special_listing () {
692- $ set_text = "\nAFTER NEWLINE " ;
692+ $ set_text = "\nAFTER NEWLINE " ;
693693 $ processor = new WP_HTML_Tag_Processor ( '<listing>REPLACEME<!--x--></listing> ' );
694694 $ processor ->next_tag ();
695695 $ processor ->next_token ();
You can’t perform that action at this time.
0 commit comments