Skip to content

Commit

Permalink
Support CRLF end of line in fake_ide.
Browse files Browse the repository at this point in the history
  • Loading branch information
silene committed Jun 9, 2015
1 parent 5fab341 commit 0736bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fake_ide.ml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module Parser = struct (* {{{ *)
in find ~-1 0
else raise (Err ("Balanced "^String.make 1 c^" not found in: "^s))

let eat_blanks s = snd (eat_rex "[ \n\t]*") s
let eat_blanks s = snd (eat_rex "[ \r\n\t]*") s

let s = ref ""

Expand Down

0 comments on commit 0736bef

Please sign in to comment.