summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorjvoisin2019-02-08 00:26:47 +0100
committerjvoisin2019-02-08 23:05:18 +0100
commit6cc034e81bd0cea98dffe4d7311f3bd16178b63e (patch)
tree319ec5a697a1a1c49089084c09b0a30cbd4983f7 /tests/data
parente1dd439fc86ba15816e2331e8bed67dd7147e368 (diff)
Add support for html files
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/dirty.html14
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>