Last active
April 15, 2018 13:22
-
-
Save Maximus5/ef2cae5e0dd546a9f01bb023d216a540 to your computer and use it in GitHub Desktop.
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
Tests for the issue https://github.com/Maximus5/ConEmu/issues/1511 | |
Files should be checkouted AS-IS (`git config core.autocrlf false`). | |
The problem was related to bare `\n` processing. | |
Some lines had `\r\n` line endings, but after lines with `\n` line ending | |
there were spare unexpected empty line. |
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
c]9;10\[K | |
# Please enter the commit message for your changes. Lines starting[K | |
# with '#' will be ignored, and an empty message aborts the commit.[K | |
# On branch daily[K | |
# Your branch is up-to-date with 'origin/daily'.[K | |
#[K | |
# Changes to be committed:[K | |
# modified: src/ConEmu/ConEmuSize.cpp[K | |
# modified: src/ConEmuHk/Ansi.cpp[K | |
#[K |
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
# Please enter the commit message for your changes. Lines starting | |
# with '#' will be ignored, and an empty message aborts the commit. | |
# On branch daily | |
# Your branch is up-to-date with 'origin/daily'. | |
# | |
# Changes to be committed: | |
# modified: src/ConEmu/ConEmuSize.cpp | |
# modified: src/ConEmuHk/Ansi.cpp | |
# |
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
c]9;10\ | |
#[K | |
# |
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
c]9;10\ | |
#[20l[K | |
# | |
1 2 | |
3 |
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
# | |
# | |
2 1 | |
3 |
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
c]9;10\ | |
#[20h[K | |
# | |
1 2 | |
3 |
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
# | |
# | |
2 | |
3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment