Skip to content

Commit a18ebd5

Browse files
EmileTrotignonjonludlam
authored andcommitted
format
1 parent 134a7b4 commit a18ebd5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/test.ml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,6 +1699,7 @@ let%expect_test _ =
16991699
(paragraph
17001700
(((f.ml (1 0) (1 9)) (simple ((f.ml (1 2) (1 9)) "(.*{})") ())))))))
17011701
(warnings ())) |}]
1702+
17021703
let quotes_with_dash =
17031704
test "{!\"my-name\"}";
17041705
[%expect
@@ -1708,19 +1709,21 @@ let%expect_test _ =
17081709
(paragraph
17091710
(((f.ml (1 0) (1 12)) (simple ((f.ml (1 2) (1 12)) "\"my-name\"") ())))))))
17101711
(warnings ())) |}]
1712+
17111713
let quotes_with_curly_braces =
17121714
test "{!\"}\"}";
17131715
[%expect
1714-
{|
1716+
{|
17151717
((output
17161718
(((f.ml (1 0) (1 6))
17171719
(paragraph
17181720
(((f.ml (1 0) (1 6)) (simple ((f.ml (1 2) (1 6)) "\"}\"") ())))))))
17191721
(warnings ())) |}]
1722+
17201723
let quotes_with_curly_braces =
1721-
test "{!(.*()}" ;
1724+
test "{!(.*()}";
17221725
[%expect
1723-
{|
1726+
{|
17241727
((output
17251728
(((f.ml (1 0) (1 8))
17261729
(paragraph

0 commit comments

Comments
 (0)