diff options
| author | jvoisin | 2019-02-20 16:28:11 -0800 |
|---|---|---|
| committer | jvoisin | 2019-02-20 16:28:11 -0800 |
| commit | 02ff21b158c76fcd355a74ddb940e1c54fc2d7ed (patch) | |
| tree | 701c6f5e316265e5a95a162356965ecf2fb8d6b2 /tests/data | |
| parent | 6b45064c784d03bb21ffaf7e50c9ba684e6985a9 (diff) | |
Implement epub support
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/dirty.css | 14 | ||||
| -rw-r--r-- | tests/data/dirty.epub | bin | 0 -> 296324 bytes |
2 files changed, 14 insertions, 0 deletions
diff --git a/tests/data/dirty.css b/tests/data/dirty.css new file mode 100644 index 0000000..f52caf9 --- /dev/null +++ b/tests/data/dirty.css | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | /** | ||
| 2 | * This is my super css framework | ||
| 3 | * version: 1.0 | ||
| 4 | * author : jvoisin | ||
| 5 | */ | ||
| 6 | |||
| 7 | body { | ||
| 8 | color: red; | ||
| 9 | background-color: blue; | ||
| 10 | } | ||
| 11 | |||
| 12 | .underline { | ||
| 13 | text-decoration: underline; /* underline is cool */ | ||
| 14 | } | ||
diff --git a/tests/data/dirty.epub b/tests/data/dirty.epub new file mode 100644 index 0000000..6389963 --- /dev/null +++ b/tests/data/dirty.epub | |||
| Binary files differ | |||
