exercism / perl5

Exercism exercises in Perl 5.
https://exercism.org/tracks/perl5
MIT License
28 stars 51 forks source link

Reorder data in roman-numerals test #522

Closed kytrinyx closed 1 year ago

kytrinyx commented 1 year ago

This reorders the test data to match the upstream, which changed the order to increase numerically.

This gets the generator tests to pass, so that we can rebase the two configlet-based PRs onto main, and get them merged.

kytrinyx commented 1 year ago

@kotp @m-dango would one of you please approve this so that we can get the other two PRs rebased and merged?