Commit Graph

14 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
Ben Moon 716bae7baa Add Wikipedia as source 2016-02-27 11:14:20 +00:00
Ben Moon b79f825e81 Add more triggers for decode information 2016-02-27 11:05:36 +00:00
Ben Moon 43c739ad02 Ignore case when matching decode query 2016-02-27 11:02:40 +00:00
Ben Moon 32f18a8cc4 Add tests for decode information 2016-02-27 10:46:02 +00:00
Ben Moon 1c87b33c94 Use html_enc to encode subtitles
It hurts dammit!
2016-01-24 10:06:23 +00:00
Ben Moon 4c560ff3a8 Update tests 2016-01-04 16:00:58 +00:00
Ben Moon c02d82f827 Add new trigger
`shift cipher` is another name for the Caesar cipher.
2015-12-12 10:08:59 +00:00
Ben Moon c3ae723b71 Remove rogue bangs 2015-12-11 19:41:51 +00:00
Ben Moon 924845c64d Fix indenting
Correct 2 spaces to 4 for some tests.

Also change file mode (remove executable status).
2015-12-11 19:28:07 +00:00
Ben Moon 8774b442ac Add tests 2015-12-11 18:47:33 +00:00