Skip to content

Commit 460c512

Browse files
SL-Gundamtzi
authored andcommitted
Adjusted test case for this commit d0da9e0
1 parent 161266d commit 460c512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ConverterTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ public function providerFixBreaks()
486486
$data['break1']['html'] = "<strong>Hello,<br>How are you doing?</strong>";
487487
$data['break1']['md'] = "**Hello, \nHow are you doing?**";
488488
$data['break2']['html'] = "<b>Hey,<br> How you're doing?</b><br><br><b>Sorry<br><br> You can't get through</b>";
489-
$data['break2']['md'] = "**Hey, \nHow you're doing?** \n \n**Sorry \n \nYou can't get through**";
489+
$data['break2']['md'] = "**Hey, \nHow you're doing?** \n \n**Sorry \n \nYou can't get through**";
490490

491491
return $data;
492492
}

0 commit comments

Comments
 (0)