File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1699,6 +1699,7 @@ let%expect_test _ =
1699
1699
(paragraph
1700
1700
(((f.ml (1 0) (1 9)) (simple ((f.ml (1 2) (1 9)) "(.*{})") ())))))))
1701
1701
(warnings ())) |}]
1702
+
1702
1703
let quotes_with_dash =
1703
1704
test "{!\"my-name\"}";
1704
1705
[%expect
@@ -1708,19 +1709,21 @@ let%expect_test _ =
1708
1709
(paragraph
1709
1710
(((f.ml (1 0) (1 12)) (simple ((f.ml (1 2) (1 12)) "\"my-name\"") ())))))))
1710
1711
(warnings ())) |}]
1712
+
1711
1713
let quotes_with_curly_braces =
1712
1714
test "{!\"}\"}";
1713
1715
[%expect
1714
- {|
1716
+ {|
1715
1717
((output
1716
1718
(((f.ml (1 0) (1 6))
1717
1719
(paragraph
1718
1720
(((f.ml (1 0) (1 6)) (simple ((f.ml (1 2) (1 6)) "\"}\"") ())))))))
1719
1721
(warnings ())) |}]
1722
+
1720
1723
let quotes_with_curly_braces =
1721
- test "{!(.*()}" ;
1724
+ test "{!(.*()}";
1722
1725
[%expect
1723
- {|
1726
+ {|
1724
1727
((output
1725
1728
(((f.ml (1 0) (1 8))
1726
1729
(paragraph
You can’t perform that action at this time.
0 commit comments