diff options
author | systemcoder <systemcoder@protonmail.com> | 2020-03-15 08:34:44 +0000 |
---|---|---|
committer | systemcoder <systemcoder@protonmail.com> | 2020-03-15 08:34:44 +0000 |
commit | 784076d51c3d95443b53416e593c38c612c14bbe (patch) | |
tree | fdbe7e3870f7c5a17c3a9ce6b5f9fb4706b84804 /Tests/files | |
parent | 0184655779b6e72449db0b711ee591b6cd991652 (diff) | |
download | H64D-2-784076d51c3d95443b53416e593c38c612c14bbe.tar.gz H64D-2-784076d51c3d95443b53416e593c38c612c14bbe.zip |
Output as hex works, first version that produces results.
Diffstat (limited to 'Tests/files')
-rw-r--r-- | Tests/files/test_01 | 1 | ||||
-rw-r--r-- | Tests/files/test_02 | 10 | ||||
-rw-r--r-- | Tests/files/test_03 | 8 |
3 files changed, 19 insertions, 0 deletions
diff --git a/Tests/files/test_01 b/Tests/files/test_01 new file mode 100644 index 0000000..720691a --- /dev/null +++ b/Tests/files/test_01 @@ -0,0 +1 @@ +Hello this is me diff --git a/Tests/files/test_02 b/Tests/files/test_02 new file mode 100644 index 0000000..57d07c3 --- /dev/null +++ b/Tests/files/test_02 @@ -0,0 +1,10 @@ +LINE01 +LINE02 +LINE03 +LINE04 +LINE05 +LINE06 +LINE07 +LINE08 +LINE09 +LINE10 diff --git a/Tests/files/test_03 b/Tests/files/test_03 new file mode 100644 index 0000000..6b1a644 --- /dev/null +++ b/Tests/files/test_03 @@ -0,0 +1,8 @@ +AAAAAAAAAA +BBBBBBBBBB +CCCCCCCCCC +DDDDDDDDDD +EEEEEEEEEE +FFFFFFFFFF +GGGGGGGGGG +HHHHHHHHHH |