You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to have a standard set of test inputs and outputs for each exercise to
make it easier to port them to new languages, as well as to help keep the
exercises in sync.
Closes#593.
Of the seven tracks that had already implemented this exercise, five
(C#, F#, Haskell, OCaml, Scala) had the exact same test cases, and the
other two (Erlang, Elixir) had the same test cases plus a few more
(identical) test cases. I opted to simply list all of the test cases I
found in the order they were in.
I ran the test against the canonical-schema.json and it said the file is
valid.
We want to have a standard set of test inputs and outputs for each exercise to
make it easier to port them to new languages, as well as to help keep the
exercises in sync.
The Zipper exercise can be found in the ./exercises/zipper/ directory.
The step-by-step instructions for how to compile a canonical-data.json file is
described in this section of the contributing guide.
See http://exercism.io/contribute/canonical-data/zipper for the up-to-date list of
language tracks that have an implementation of the Zipper exercise.
The tracking issue has more context.
The text was updated successfully, but these errors were encountered: