We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38d5cf commit f4c74f2Copy full SHA for f4c74f2
src/parser/lexer.mll
@@ -617,7 +617,7 @@ and code_span buffer nesting_level start_offset input = parse
617
~in_what:(Token.describe (`Code_span "")));
618
Buffer.add_char buffer ' ';
619
code_span buffer nesting_level start_offset input lexbuf }
620
- | newline horizontal_space+
+ | newline horizontal_space*
621
{ Buffer.add_char buffer ' ';
622
623
0 commit comments