Skip to content

Commit

Permalink
Add test case from ocaml-ppx#2469
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Nov 7, 2023
1 parent a0c9aae commit 5f5532e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/passing/tests/cinaps.ml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,20 @@ let foo = foo
["+"; "-"; "*"; "/"]
*)
(*$*)

(*$
(*
x
*)
*)
(*$*)

(*$
let _ =
[ x (*
*)
; y
]
;;
*)
(*$*)
17 changes: 17 additions & 0 deletions test/passing/tests/cinaps.ml.ref
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,20 @@ let foo = foo
["+"; "-"; "*"; "/"]
*)
(*$*)

(*$
(*
x
*)
*)
(*$*)

(*$
let _ =
[ x (*
*)
; y
]
;;
*)
(*$*)

0 comments on commit 5f5532e

Please sign in to comment.