Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jun 4, 2024
1 parent 6edd9f8 commit 3a3c078
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions ppx/test/component.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ We need to output ML syntax here, otherwise refmt could not parse it.
let make =
((fun ?(name= "") ->
React.jsx React.jsxFragment
[|(ReactDOM.jsx "div"
(((ReactDOM.domProps)[@merlin.hide ])
~children:(React.string ("First " ^ name)) ()));(
React.jsx Hello.make
(Hello.makeProps ~children:(React.string ("2nd " ^ name))
~one:"1" ()))|])
(((ReactDOM.domProps)[@merlin.hide ])
~children:[|(ReactDOM.jsx "div"
(((ReactDOM.domProps)[@merlin.hide ])
~children:(React.string ("First " ^ name))
()));(React.jsx Hello.make
(Hello.makeProps
~children:(React.string
("2nd " ^ name))
~one:"1" ()))|] ()))
[@warning "-16"])
let make =
let Output$Upper_case_with_fragment_as_root
Expand Down

0 comments on commit 3a3c078

Please sign in to comment.