Commit Graph

13 Commits (master)

Author SHA1 Message Date
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
Rob Emery 0cc555fe1b HexToDec: Convert to text template (#3054)
* HexToDec: Converting to text template

* HexToDec: Refactoring tests
2016-05-15 17:13:24 +01:00
Chris Wilson 2f11d6cc76 Update Binary IA to Uppercase. Fix All Test Cases for Uppercase Changes. 2015-01-09 19:46:54 +11:00
Duncan Keall b1e6788ee9 HexToDec: More test cases to ensure it only triggers when needed 2014-12-09 10:38:18 +13:00
Duncan Keall 40d447c8ed HexToDec: More lenient triggers 2014-12-08 16:08:15 +13:00
Matt Miller 942cbfb341 HexToDec: add structured answer. 2014-11-15 21:33:00 +02:00
Matt Miller 8b83fb39ee HexToDec: use more appropriate answer_type. 2014-09-20 16:21:57 -04:00
Matt Miller 108e5e1725 HexToDec: tighten up trigger to hex number only.
This was interfering with the HexToASCII goodie.  We will assume that
with other context they want something besides the conversion.

It should still be possible to add any explicit triggers into this
Goodie if so are desired. The tests indicate no such intention;
assuming this is fine for now.
2014-09-20 16:21:08 -04:00
Matt Miller ebd15f598a Move goodies to new styling mechanism.
- Rename 'style.css' to appropriate ID-based name.
- Remove explicit inclusion of CSS, as it will now be auto-included.
- Update tests which explicitly checked for styling.
2014-09-10 17:28:30 -04:00
Dylan Lloyd f82ad596e5 use Math::BigInt b/c sprintf can't handle >64b 2014-07-03 13:29:16 -07:00
Dylan Lloyd b98409231b include octal/bin conversions 2014-07-01 23:23:04 -07:00
Dylan Lloyd bd14c275a5 be pretty 2014-06-30 16:29:34 -07:00
Dylan Lloyd 1ba01add51 wrote HexToDec & test 2014-06-27 17:11:32 -07:00