Skip to content

Commit 7ff7344

Browse files
committed
fix another windows end lines problem
1 parent 431a4e7 commit 7ff7344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FlightTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public function testKeepThePreviousStateOfOneViewComponentByDefault(): void
400400
<input type="number" />
401401
html;
402402

403-
$html = str_replace(["\n", "\r\n"], '', $html);
403+
$html = str_replace(["\n", "\r"], '', $html);
404404

405405
$this->expectOutputString($html);
406406

0 commit comments

Comments
 (0)