dune
dune copied to clipboard
test(coq): Demonstrate bug in coqdep parsing when paths contain spaces
Yeah that's a bug. I don't suggest merging until we have a fix ready.
Yeah that's a bug. I don't suggest merging until we have a fix ready.
It seems we need to split before doing the unescaping, I am not sure what is the best approach to this, would a regex suffice?