Commit Graph

13 Commits (master)

Author SHA1 Message Date
Sahil Dua f13d396b5d Remove use of html_enc (#3571)
* Rot13: Remove HTML Encoding from output text

* Scramble: Remove HTML Encoding from output text

* Remove html encoding from TimezoneConverter and TitleCase IAs

* RIPEMD: Remove HTML encoding from output text

* Regexp: Remove HTML encoding

* Remove html_enc from NameDays and MD5 IAs

* Remove html_enc from MD4 and IDN

* FIGlet: Remove html enc

* Remove html enc from CaesarCipher and Braille

* Atbash: Remove html_enc from output text

* MD4: Simplify string concatenation in perl way

* NameDays: Simplify string concatenation the perl way

* NameDays: Refactor string concatenation
2016-08-31 19:58:57 +01:00
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
Zach Thompson 73d8f72fc0 Remove id/name from Perl modules and tests 2016-03-18 11:49:33 -06:00
Zaahir Moolla 1976e7a333 Remove unused/incorrect HTML::Escape package 2016-02-02 13:06:42 -05:00
Zaahir Moolla 6b40f1d3ed add html_enc(), update tests 2016-02-01 23:31:29 -05:00
Rob Emery c1adb17a6a Atbash: Reverting minor casing change in testcase 2015-12-27 11:26:37 +00:00
Rob Emery fefb04d67d Atbash: normalising whitespace to 4 spaces 2015-12-27 11:25:46 +00:00
Rob Emery 0254ed9629 AtBash: Updating tests with TextTemplate 2015-12-27 11:23:08 +00:00
Matt Miller 73d127c0c5 Atbash: update with structured answer 2014-11-15 21:33:00 +02: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
Dylan Lloyd 75c4e6f6f1 added atbash wikipedia example as test case 2013-01-26 07:40:29 -05:00
tagawa 1d55fac7a4 Cipher plugin using Atbash (somewhat similar to ROT13) 2013-01-25 16:30:15 +09:00