RC4: Tabs to spaces

master
Rob 2016-05-24 17:40:46 +01:00
parent 4b6722259f
commit fa7f24a38f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ ddg_goodie_test(
DDG::Goodie::Rc4
)],
'rc4 en mysecretkey hello' => build_test("Encrypt", "hello", "mysecretkey", "grYU1K8="),
'rc4 de duck yWrJniG/nNg=' => build_test("Decrypt", "yWrJniG/nNg=", "duck", "DdgRocks"),
'rc4 de duck yWrJniG/nNg=' => build_test("Decrypt", "yWrJniG/nNg=", "duck", "DdgRocks"),
'rc4 ' => undef,
'rc4 enc missing' => undef,
'rc4 no operation' => undef