tracks/perl6/exercises/two-fer/.meta/exercise-data.yaml in trackler-2.2.1.100 vs tracks/perl6/exercises/two-fer/.meta/exercise-data.yaml in trackler-2.2.1.101
- old
+ new
@@ -2,11 +2,11 @@
version: 2
plan: 3
tests: |-
# Go through the cases and check that &two-fer gives us the correct response.
for $c-data<cases>.values {
- is .<input> ??
- two-fer(.<input>) !!
+ is .<input><name> ??
+ two-fer(.<input><name>) !!
two-fer,
|.<expected description>;
}
version_comment: The version we will be matching against the exercise.