File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2903,19 +2903,19 @@ let%expect_test _ =
2903
2903
{|{delim@ocaml[ let x = ]delim[ {err@mdx-error[ here's the error ]} ]err}
2904
2904
]delim}|};
2905
2905
[%expect
2906
- "
2906
+ {|
2907
2907
((output
2908
2908
(((f.ml (1 0) (2 15))
2909
2909
(code_block (((f.ml (1 7) (1 12)) ocaml) ())
2910
- ((f.ml (1 13) (1 22)) \ "let x = \ ")
2910
+ ((f.ml (1 13) (1 22)) "let x = ")
2911
2911
((code_block (((f.ml (1 35) (1 44)) mdx-error) ())
2912
- ((f.ml (1 45) (1 66)) \ "here's the error ]} \ "))
2912
+ ((f.ml (1 45) (1 66)) "here's the error ]} "))
2913
2913
(paragraph
2914
2914
(((f.ml (2 8) (2 9)) (word ])) ((f.ml (2 9) (2 14)) (word delim)))))))))
2915
2915
(warnings
2916
- ( \ "File \\\ "f.ml\\\ ", line 2, characters 8-9:\ \
2917
- \\ nUnpaired ']' (end of code).\ \
2918
- \\ nSuggestion: try '\\\\ ]'.\ ")))" ]
2916
+ ( "File \"f.ml\", line 2, characters 8-9:\
2917
+ \nUnpaired ']' (end of code).\
2918
+ \nSuggestion: try '\\]'.")))|} ]
2919
2919
2920
2920
let delimited_code_block_with_output =
2921
2921
test "{delim@ocaml[ foo ]delim[ ]}";
You can’t perform that action at this time.
0 commit comments