Skip to content

Commit

Permalink
Print property names as quoted strings in dump files
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Apr 25, 2022
1 parent c449f83 commit 038d17c
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 038d17c

Please sign in to comment.