Skip to content

Commit

Permalink
[*]: add one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Feb 5, 2019
1 parent 2e6d5ca commit 2b7aa38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/BasicTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ public function basicDataProvider(): array
'html' => 'Hello, \"<b>world</b>\"',
'expected' => 'Hello, \"WORLD\"',
],
'Empty b tag in HTML content' => [
'html' => 'Hello, <b></b>',
'expected' => 'Hello,',
],
'Zero is not empty' => [
'html' => '0',
'expected' => '0',
Expand Down

0 comments on commit 2b7aa38

Please sign in to comment.