Skip to content

Commit f74bffb

Browse files
JulowNathanReb
andauthored
Update lib/lexer_mdx.mll
Co-authored-by: Nathan Rebours <[email protected]>
1 parent e656753 commit f74bffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lexer_mdx.mll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let labels l =
1616
failwith msg
1717
}
1818

19-
let eol = '\n' | '\r' '\n' | eof
19+
let eol = '\n' | "\r\n" | eof
2020
let ws = [' ' '\t']
2121

2222
let until_eol = [^'\n' '\r']

0 commit comments

Comments
 (0)