Formatting

aligned some thingers
master
Daniel Bech 2016-05-01 23:00:53 +08:00
parent 2273cc50a5
commit 77a76939b0
1 changed files with 5 additions and 5 deletions

View File

@ -26,13 +26,13 @@ sub build_test { test_zci(build_structured_answer(@_)) }
ddg_goodie_test(
[qw( DDG::Goodie::HexToASCII )],
'ascii 0x7465ff7374' => undef,
'ascii 0x7465007374' => build_test('0x7465007374', 'te<code title="null">[NUL]</code>st'),
'ascii 0x74657374' => build_test('0x74657374', 'test'),
'ascii 0x7465ff7374' => undef,
'ascii 0x7465007374' => build_test('0x7465007374', 'te<code title="null">[NUL]</code>st'),
'ascii 0x74657374' => build_test('0x74657374', 'test'),
'0x74657374 hex to ascii' => build_test('0x74657374', 'test'),
'0x74657374 to ascii' => build_test('0x74657374', 'test'),
'0x74657374 to ascii' => build_test('0x74657374', 'test'),
'ascii 0x5468697320697320612074657374' => build_test('0x5468697320697320612074657374', 'This is a test'),
'ascii 0x466f7220736f6d6520726561736f6e2c2049206465636964656420746f2061736b20612073656172636820656e67696e6520746f20636f6e766572742068657820746f2041534349492e0d0a436f6f6c2c20746869732073656172636820656e67696e6520646f65732069742c20756e74696c20492072756e206f7574206f662073706163652e' => build_test('0x466f7220736f6d6520726561736f6e2c2049206465636964656420746f2061736b20612073656172636820656e67696e6520746f20636f6e766572742068657820746f2041534349492e0d0a436f6f6c2c20746869732073656172636820656e67696e6520646f65732069742c20756e74696c20492072756e206f7574206f662073706163652e', 'For some reason, I decided to ask a search engine to convert hex to ASCII.<code title="carriage return">[CR]</code><code title="linefeed">[LF]</code>Cool, this search engine does it, until I run out of &hellip;'),
'ascii 0x466f7220736f6d6520726561736f6e2c2049206465636964656420746f2061736b20612073656172636820656e67696e6520746f20636f6e766572742068657820746f2041534349492e0d0a436f6f6c2c20746869732073656172636820656e67696e6520646f65732069742c20756e74696c20492072756e206f7574206f662073706163652e' => build_test('0x466f7220736f6d6520726561736f6e2c2049206465636964656420746f2061736b20612073656172636820656e67696e6520746f20636f6e766572742068657820746f2041534349492e0d0a436f6f6c2c20746869732073656172636820656e67696e6520646f65732069742c20756e74696c20492072756e206f7574206f662073706163652e', 'For some reason, I decided to ask a search engine to convert hex to ASCII.<code title="carriage return">[CR]</code><code title="linefeed">[LF]</code>Cool, this search engine does it, until I run out of &hellip;'),
);
done_testing;