diff options
Diffstat (limited to 'challenge-255/roger-bell-west/tests.yaml')
| -rw-r--r-- | challenge-255/roger-bell-west/tests.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/challenge-255/roger-bell-west/tests.yaml b/challenge-255/roger-bell-west/tests.yaml new file mode 100644 index 0000000000..ce23ff681d --- /dev/null +++ b/challenge-255/roger-bell-west/tests.yaml @@ -0,0 +1,30 @@ +--- +ch-1: + - function: oddcharacter + multiarg: true + arguments: + - Perl + - Preel + result: e + - multiarg: true + arguments: + - Weekly + - Weeakly + result: a + - multiarg: true + arguments: + - Box + - Boxy + result: y +ch-2: + - function: mostfrequentword + multiarg: true + arguments: + - Joe hit a ball, the hit ball flew far after it was hit. + - hit + result: ball + - multiarg: true + arguments: + - Perl and Raku belong to the same family. Perl is the most popular language in the weekly challenge. + - the + result: Perl |
