[bisq-network/bisq] Handle cli-output_windows.txt with CRLF line endings (#2032)

Devin Bileck notifications at github.com
Mon Dec 3 06:37:03 UTC 2018


On Windows, it is likely that cli-output_windows.txt will have CRLF line
endings since core.autocrlf is normally true which converts LF endings
to CRLF on checkout. This causes BisqHelpFormatterTest to fail since
the actual content it is compared against uses LF endings.

As a result, when loading the cli-output_windows.txt file normalize
line endings to LF.
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/2032

-- Commit Summary --

  * Handle cli-output_windows.txt with CRLF line endings

-- File Changes --

    M core/src/test/java/bisq/core/app/BisqHelpFormatterTest.java (5)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/2032.patch
https://github.com/bisq-network/bisq/pull/2032.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2032
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181202/3dc5f1bb/attachment-0001.html>


More information about the bisq-github mailing list