Open aantron opened 3 years ago
Thanks for the report. We should indeed fix this.
I didn't try with ppx_expect master because the metadata appears to require ppxlib < 0.18.0.
We recentely updated our internal copy of ppxlib, so this should be fixed by the next push to github.
With
test.ml
:dune
:and ppx_expect 1.14.1, I get
Note that there is no newline in
test.ml
. ppx_expect works fine if I add the newline.I didn't try with ppx_expect
master
because the metadata appears to require ppxlib < 0.18.0.