exercism / ocaml

Exercism exercises in OCaml.
https://exercism.org/tracks/ocaml
MIT License
93 stars 50 forks source link

Broken test-generation for exercise phone-number #472

Open georgyo opened 1 year ago

georgyo commented 1 year ago

This exercise has been marked as having a broken test generator. There are a lots of reasons for test generation to break for a given exercise including

Useful links

GitHub doesn't allow for linking the diff of an individual file making the relevant canonical-data.json diff impossible to link to. It may be easier to run this in your terminal

git submodule update --init
git -C problem-specifications diff 2af3c9b0074f16c62366c5c533eaacd3ff27b583 -- exercises/phone-number/canonical-data.json

Check List