You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3) DTL\Extension\Fink\Tests\Unit\Console\Display\ReportListDisplayTest::testRendersListOfReports
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'[200] https://www.example1.com\n
+'[200] https://www.example1.com\r\n
[200] https://www.example2.com'
as all serious editors on windows are able to handle linux file endings, i suggest (as windows user) to not use PHP_EOL but hardcoded linux line endings or a setting/parameter where linux line endings are default.
The text was updated successfully, but these errors were encountered:
as all serious editors on windows are able to handle linux file endings, i suggest (as windows user) to not use
PHP_EOL
but hardcoded linux line endings or a setting/parameter where linux line endings are default.The text was updated successfully, but these errors were encountered: