tracks/perl6/exercises/bob/example.yaml in trackler-2.2.1.86 vs tracks/perl6/exercises/bob/example.yaml in trackler-2.2.1.87
- old
+ new
@@ -2,10 +2,10 @@
version: 2
plan: 28
methods: hey
tests: |-
# Go through the cases and check that Bob gives us the correct responses.
- is ::($exercise).?hey(.<input>), |.<expected description> for @($c-data<cases>);
+ is ::($exercise).?hey(.<input><heyBob>), |.<expected description> for @($c-data<cases>);
exercise_comment: The name of this exercise.
module_comment: The name of the module file to be loaded.
version_comment: The version we will be matching against the exercise.
lib_comment: Look for the module inside the same directory as this test file.