File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5358,13 +5358,22 @@ let%expect_test _ =
5358
5358
(paragraph (((f.ml (1 0) (1 20)) (math inline "\\sub_{i=0}^n x^i")))))))
5359
5359
(warnings ())) |}]
5360
5360
5361
- let inline_false_terminator =
5361
+ let inline_false_nesting =
5362
5362
test "{m \\{ \\mathbb{only_left}}";
5363
5363
[%expect {|
5364
5364
((output
5365
5365
(((f.ml (1 0) (1 25))
5366
5366
(paragraph
5367
5367
(((f.ml (1 0) (1 25)) (math inline "\\{ \\mathbb{only_left}")))))))
5368
5368
(warnings ())) |}]
5369
+
5370
+ let inline_false_terminator =
5371
+ test "{m \\mathbb{only_left}\\}}";
5372
+ [%expect {|
5373
+ ((output
5374
+ (((f.ml (1 0) (1 24))
5375
+ (paragraph
5376
+ (((f.ml (1 0) (1 24)) (math inline "\\mathbb{only_left}\\}")))))))
5377
+ (warnings ())) |}]
5369
5378
end in
5370
5379
()
You can’t perform that action at this time.
0 commit comments