Stopwatch: add chronometer (fixes #3843)

master
Matthew Ramina 2017-01-20 15:49:36 -05:00
parent 598ea8b6aa
commit edfa892e18
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use strict;
zci answer_type => 'stopwatch';
zci is_cached => 1;
triggers startend => 'stopwatch', 'stop watch';
triggers startend => 'stopwatch', 'stop watch', 'chronometer', 'chronograph';
# Handle statement
handle remainder => sub {

View File

@ -31,6 +31,7 @@ ddg_goodie_test(
'stopwatch' => build_test(),
'online stop watch' => build_test(),
'stopwatch online' => build_test(),
'chronometer' => build_test(),
'blahblah stopwatch' => undef
);