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

Commit

Permalink
Merge pull request #3869 from duckduckgo/mattr/chronometer
Browse files Browse the repository at this point in the history
Stopwatch: add "chronometer" trigger
  • Loading branch information
gautamkrishnar authored Jan 26, 2017
2 parents 0f76eed + edfa892 commit ac73384
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 ac73384

Please sign in to comment.