Skip to content

Commit

Permalink
Re-add new lines to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pierlon committed May 22, 2020
1 parent bd4714c commit 46bcdfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/php/test-class-amp-hulu-embed-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ public function get_conversion_data() {
return [
'url_simple' => [
'https://www.hulu.com/watch/771496',
'<p><amp-hulu width="500" height="289" data-eid="771496"></amp-hulu></p>',
'<p><amp-hulu width="500" height="289" data-eid="771496"></amp-hulu></p>' . PHP_EOL,
],

'url_with_params' => [
'https://www.hulu.com/watch/771496?foo=bar',
'<p><amp-hulu width="500" height="289" data-eid="771496"></amp-hulu></p>',
'<p><amp-hulu width="500" height="289" data-eid="771496"></amp-hulu></p>'. PHP_EOL,
],

];
Expand Down

0 comments on commit 46bcdfd

Please sign in to comment.