Skip to content

Commit

Permalink
Merge pull request #889 from daniel-larraz/dumped-prop-names
Browse files Browse the repository at this point in the history
Print property names as quoted strings in dump files
  • Loading branch information
daniel-larraz authored Apr 25, 2022
2 parents c449f83 + 038d17c commit 51dac81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nativeInput.ml
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ let pp_print_prop_source sys ppf = function
let pp_print_property sys ppf {Property.prop_name; prop_source; prop_term} =
Format.fprintf
ppf
"@[<hv 1>(%s@ %a@ %a)@]"
"@[<hv 1>(\"%s\"@ %a@ %a)@]"
prop_name
pp_print_term prop_term
(pp_print_prop_source sys) prop_source
Expand Down

0 comments on commit 51dac81

Please sign in to comment.