diff options
| author | jvoisin | 2019-02-08 00:26:47 +0100 |
|---|---|---|
| committer | jvoisin | 2019-02-08 23:05:18 +0100 |
| commit | 6cc034e81bd0cea98dffe4d7311f3bd16178b63e (patch) | |
| tree | 319ec5a697a1a1c49089084c09b0a30cbd4983f7 /tests/data/dirty.html | |
| parent | e1dd439fc86ba15816e2331e8bed67dd7147e368 (diff) | |
Add support for html files
Diffstat (limited to 'tests/data/dirty.html')
| -rw-r--r-- | tests/data/dirty.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/data/dirty.html b/tests/data/dirty.html new file mode 100644 index 0000000..1aa1723 --- /dev/null +++ b/tests/data/dirty.html | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | <html> | ||
| 2 | <head> | ||
| 3 | <meta content="vim" name="generator"/> | ||
| 4 | <meta content="jvoisin" name="author"/> | ||
| 5 | </head> | ||
| 6 | <body> | ||
| 7 | <p> | ||
| 8 | <h1>Hello</h1> | ||
| 9 | I am a web page. | ||
| 10 | Please <b>love</b> me. | ||
| 11 | Here, have a pretty picture: <img src='dirty.jpg' alt='a pretty picture'/> | ||
| 12 | </p> | ||
| 13 | </body> | ||
| 14 | </html> | ||
