File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -730,6 +730,9 @@ and media tok_descr buffer nesting_level start_offset input = parse
730
730
~what: (Token. describe `End )
731
731
~in_what: tok_descr);
732
732
Buffer. contents buffer}
733
+ | (newline)
734
+ { Buffer. add_char buffer ' ' ;
735
+ media tok_descr buffer nesting_level start_offset input lexbuf }
733
736
| _ as c
734
737
{ Buffer. add_char buffer c;
735
738
media tok_descr buffer nesting_level start_offset input lexbuf }
Original file line number Diff line number Diff line change @@ -2167,8 +2167,7 @@ let%expect_test _ =
2167
2167
{|
2168
2168
((output
2169
2169
(((f.ml (1 0) (2 5))
2170
- (simple ((f.ml (1 8) (2 -6)) (Reference foo)) "bar \
2171
- \n baz" image))))
2170
+ (simple ((f.ml (1 8) (2 -6)) (Reference foo)) "bar baz" image))))
2172
2171
(warnings ())) |}]
2173
2172
end in
2174
2173
()
You can’t perform that action at this time.
0 commit comments