converter/src/app/converter
Manuel Friedli fee4622044 Fixed ROT13Converter file name, changed its ID and added tests. 2018-09-01 00:44:24 +02:00
..
base64-decoder.spec.ts Declare "sut" (= subject under test) variable in all tests. 2018-09-01 00:34:41 +02:00
base64-decoder.ts Fix Base64{De,En}coder filenames and add tests. 2018-08-31 23:22:15 +02:00
base64-encoder.spec.ts Declare "sut" (= subject under test) variable in all tests. 2018-09-01 00:34:41 +02:00
base64-encoder.ts Fixed BinToDecConverter file name and added more tests, also negative 2018-08-31 23:35:14 +02:00
bin-to-dec-converter.spec.ts Declare "sut" (= subject under test) variable in all tests. 2018-09-01 00:34:41 +02:00
bin-to-dec-converter.ts Fixed HexToDecConverter file name and added tests; made conversion from 2018-08-31 23:59:52 +02:00
converter.ts Fixed TSLint. Now I'll have to fix the actual linting errors. 2017-04-15 18:51:22 +02:00
dec-to-bin-converter.spec.ts Declare "sut" (= subject under test) variable in all tests. 2018-09-01 00:34:41 +02:00
dec-to-bin-converter.ts Fixed DectoBinConverter file name and added tests. 2018-08-31 23:38:22 +02:00
dec-to-hex-converter.spec.ts Declare "sut" (= subject under test) variable in all tests. 2018-09-01 00:34:41 +02:00
dec-to-hex-converter.ts Fixed DecToHexConverter filename, added test and fixed other tests. 2018-08-31 23:40:47 +02:00
hex-to-dec-converter.spec.ts Declare "sut" (= subject under test) variable in all tests. 2018-09-01 00:34:41 +02:00
hex-to-dec-converter.ts Fixed HexToDecConverter file name and added tests; made conversion from 2018-08-31 23:59:52 +02:00
htmlentities-decoder.spec.ts Declare "sut" (= subject under test) variable in all tests. 2018-09-01 00:34:41 +02:00
htmlentities-decoder.ts Fixed HTMLEntities{De,En}coder file names and added tests. 2018-09-01 00:08:37 +02:00
htmlentities-encoder.spec.ts Declare "sut" (= subject under test) variable in all tests. 2018-09-01 00:34:41 +02:00
htmlentities-encoder.ts Fixed HTMLEntities{De,En}coder file names and added tests. 2018-09-01 00:08:37 +02:00
punycode-decoder.spec.ts Declare "sut" (= subject under test) variable in all tests. 2018-09-01 00:34:41 +02:00
punycode-decoder.ts Fixed named for Punycode{De,En}coder and added tests. 2018-09-01 00:26:35 +02:00
punycode-encoder.spec.ts Declare "sut" (= subject under test) variable in all tests. 2018-09-01 00:34:41 +02:00
punycode-encoder.ts Fixed named for Punycode{De,En}coder and added tests. 2018-09-01 00:26:35 +02:00
quoted-printable-decoder.spec.ts Fixed QuotedPrintable{De,En}coder file names and added tests. 2018-09-01 00:38:42 +02:00
quoted-printable-decoder.ts Fixed QuotedPrintable{De,En}coder file names and added tests. 2018-09-01 00:38:42 +02:00
quoted-printable-encoder.spec.ts Fixed QuotedPrintable{De,En}coder file names and added tests. 2018-09-01 00:38:42 +02:00
quoted-printable-encoder.ts Fixed QuotedPrintable{De,En}coder file names and added tests. 2018-09-01 00:38:42 +02:00
rot13-converter.spec.ts Fixed ROT13Converter file name, changed its ID and added tests. 2018-09-01 00:44:24 +02:00
rot13-converter.ts Fixed ROT13Converter file name, changed its ID and added tests. 2018-09-01 00:44:24 +02:00
uricomponentdecoder.ts Corrected some linting errors. 2017-04-15 19:04:49 +02:00
uricomponentencoder.ts Corrected some linting errors. 2017-04-15 19:04:49 +02:00
uridecoder.ts Corrected some linting errors. 2017-04-15 19:04:49 +02:00
uriencoder.ts Corrected some linting errors. 2017-04-15 19:04:49 +02:00
utf8decoder.ts Corrected NativeLibraryWrapperService. 2018-08-31 23:09:40 +02:00
utf8encoder.ts Corrected NativeLibraryWrapperService. 2018-08-31 23:09:40 +02:00