[infer] Avoid twice of xml escaping

Reviewed By: jvillard

Differential Revision: D10216538

fbshipit-source-id: 8c5efbc59
master
Sungkeun Cho 6 years ago committed by Facebook Github Bot
parent 41e43b5c1e
commit 67d14d692e

@ -104,8 +104,7 @@ struct
if debug then (
L.d_strln
( Format.asprintf "@[PRE: %a@]@\n@[INSTRS: %a@]@[POST: %a@]@." Domain.pp pre
(Instrs.pp Pp.(html Green))
instrs Domain.pp astate_post
(Instrs.pp Pp.text) instrs Domain.pp astate_post
|> Escape.escape_xml ) ;
NodePrinter.finish_session (Node.underlying_node node) ) ;
let inv_map' = InvariantMap.add node_id {pre; post= astate_post; visit_count} inv_map in

Loading…
Cancel
Save