better newline handling for windows
This commit is contained in:
parent
c85c0242c5
commit
3e914cc4c5
1 changed files with 1 additions and 1 deletions
|
@ -1636,7 +1636,7 @@ public class ISBPL {
|
|||
|
||||
private String cleanCode(String code) {
|
||||
return code
|
||||
.replaceAll("\r", "\n")
|
||||
.replaceAll("\r\n", "\n")
|
||||
.replaceAll("\n", " ")
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue