-
-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove trailing carriage returns from answers (#559)
`comms.Question` removes the tailing '\n' (added when pressing enter), hence callers expect a result where the result of pressing "enter" when answering is removed. However, on Windows, pressing enter adds not only `\n` but `\r\n`, causing the code that compare the output with a given string work only on unix and ios. (causing, e.g. #558)
- Loading branch information
1 parent
73a9898
commit eb19ecd
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters