ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
557 stars 72 forks source link

Fix quoting of quotes in process error messages #666

Closed talex5 closed 9 months ago

talex5 commented 9 months ago

When displaying an argument with quotes, they should be escaped to avoid ambiguity (Fmt.quote doesn't do this; it just puts quotes around the outside of the string).