Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Stopwatch: add chronometer (fixes #3843)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattr555 committed Jan 20, 2017
1 parent 598ea8b commit edfa892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DDG/Goodie/Stopwatch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions t/Stopwatch.t
Original file line number Diff line number Diff line change
Expand Up @@ -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
);

Expand Down

0 comments on commit edfa892

Please sign in to comment.