janestreet / ppx_expect

Cram like framework for OCaml
MIT License
141 stars 28 forks source link

Make ppx_expect compatible with ppxlib.0.18.0 #24

Open NathanReb opened 3 years ago

NathanReb commented 3 years ago

ppxlib.0.18.0 upgrades to the 4.11 AST which results in a change in string constants representation. This PR makes ppx_expect compatible with the latest ppxlib.

You might want for the actual release of ppxlib.0.18.0 before merging this!

Signed-off-by: Nathan Rebours nathan.p.rebours@gmail.com