Commit Graph

16 Commits (master)

Author SHA1 Message Date
Ben Moon 83b9bbd6b7 Fix newline at end of file 2016-05-16 14:19:39 +01:00
Ben Moon 5f85cf4121 Update Goodies to use Test::Deep
* Ensure Test::Deep is imported.

* Replace '-ANY-' with ignore()

* Replace regexes with re(...)
2016-05-16 14:07:57 +01:00
ilv 9dc03e6c46 Added missing underscore in Latex sum example 2016-02-12 05:14:03 +00:00
Matt Miller da70710f7d EOL: remove trailing whitespace. 2014-10-28 20:36:15 +02:00
Matt Miller 68fc7c8dec Set explicit caching everywhere.
This explicity sets the caching behavior for all goodies. Goodies which
did not have caching behavior set in their package have had it added.
Similarly for the tests.

This resulted in a number of changes for caching behavior, mostly
moving towards more frequent caching.

I identified three cases where goodies should not be cached. They are when
the result depends upon:

- some random element,
- the time of day or year (as with relative dates), or
- the location of the requesting user

In all other cases, I presumed that the goodies were sufficiently
deterministic in their output to warrant caching.
2014-09-27 10:35:17 -04:00
Eric Johnson 9c29b27338 Added tests for example queries which are not currently tested.
Conflicts:

	t/TimezoneConverter.t
2014-02-10 21:36:14 +00:00
Jag Talon 1eb7569b2b Latex: Fix tests. 2013-12-18 14:03:26 -05:00
Jag Talon d0d677f561 Latex: Fix tests. 2013-12-18 13:00:38 -05:00
Jag Talon b0212cbfe3 Latex: Fix tests. 2013-12-13 00:05:57 -05:00
jd 4eef6c11c9 fixed indents and test file 2013-11-21 16:18:20 -05:00
jd 7d609bf199 update 2013-11-21 15:57:03 -05:00
jd 35b516d5bf more latex commands and test file 2013-11-21 11:01:10 -05:00
Dax the Duck 2b243ae56a formatting and added more key words to latex goodie 2013-11-21 07:32:11 -05:00
jd d9cb56e46b Latex goodie that displays the Latex command based on the keyword. 2013-11-20 20:21:43 -05:00
jd 5c3e98a327 Latex goodie that shows latex commands based on a keyword 2013-11-20 20:19:32 -05:00
jd 6191e0c324 latex goodie 2013-11-20 19:52:48 -05:00