tracks/perl6/exercises/hamming/.meta/exercise-data.yaml in trackler-2.2.1.100 vs tracks/perl6/exercises/hamming/.meta/exercise-data.yaml in trackler-2.2.1.101
- old
+ new
@@ -2,12 +2,12 @@
version: 3
plan: 15
tests: |-
for $c-data<cases>.values {
if .<expected><error> {
- throws-like {hamming-distance(|.<strand1 strand2>)}, Exception, .<description>;
+ throws-like {hamming-distance(|.<input><strand1 strand2>)}, Exception, .<description>;
} else {
- is hamming-distance(|.<strand1 strand2>), |.<expected description>;
+ is hamming-distance(|.<input><strand1 strand2>), |.<expected description>;
}
}
unit: module
example: |-