Morse: Removing commented test helpers

master
Rob Emery 2016-05-17 20:55:51 +01:00
parent ceec3492ba
commit 9b55fc2daf
1 changed files with 0 additions and 5 deletions

View File

@ -10,11 +10,6 @@ use DDG::Test::Goodie;
zci answer_type => 'morse';
zci is_cached => 1;
#my @sos = ('... --- ...', structured_answer => { input => ['SOS'], operation => 'Morse code conversion', result => '... --- ...'});
#my @duck = ('.... . .-.. .-.. --- --..-- -.. ..- -.-. -.-', structured_answer => { input => ['hello, duck'], operation => 'Morse code conversion', result => '.... . .-.. .-.. --- --..-- -.. ..- -.-. -.-'});
my $sos = '... --- ...';
my $duck = '.... . .-.. .-.. --- --..-- -.. ..- -.-. -.-';