test all unixtime triggers

master
Dylan Lloyd 2013-05-13 13:01:55 -04:00
parent 4a41c0ae60
commit 6e495a8afe
1 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,9 @@ ddg_goodie_test(
[qw(
DDG::Goodie::UnixTime
)],
'time 0' => test_zci('Unix Time Conversion: Thu Jan 01 00:00:00 1970 +0000'),
'time 0000000000000' => test_zci('Unix Time Conversion: Thu Jan 01 00:00:00 1970 +0000')
map {
"$_ 0" => test_zci('Unix Time Conversion: Thu Jan 01 00:00:00 1970 +0000'),
}, [ 'unixtime', 'time', 'timestamp', 'datetime', 'epoch', 'unix time', 'unix epoch' ]
);
done_testing;