Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
#88: HTML comment test improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
TotalWipeOut committed Aug 16, 2019
1 parent 1653fab commit 0ce8431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/StripTagsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,8 @@ public function badCommentProvider()
['A <!----> B', 'A B'],
['A <!-- --> B', 'A B'],
['A <!--> B <!--> C', 'A C'],
['A <!-- -- > -- > -->', 'A '],
["A <!-- B\n C\n D -->", 'A '],
['A <!-- -- > -- > --> B', 'A B'],
["A <!-- B\n C\n D --> E", 'A E'],
["A <!-- B\n <!-- C\n D --> E", 'A E'],
['A <!-- B <!-- C --> D --> E', 'A D -- E'],
["A <!--\n B\n <!-- C\n D \n\n\n--> E", 'A E'],
Expand Down

0 comments on commit 0ce8431

Please sign in to comment.