summaryrefslogtreecommitdiff
path: root/vendor/soundasleep/html2text/tests/html/basic.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/soundasleep/html2text/tests/html/basic.html')
-rw-r--r--vendor/soundasleep/html2text/tests/html/basic.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/soundasleep/html2text/tests/html/basic.html b/vendor/soundasleep/html2text/tests/html/basic.html
new file mode 100644
index 000000000..3bf68d24d
--- /dev/null
+++ b/vendor/soundasleep/html2text/tests/html/basic.html
@@ -0,0 +1,21 @@
+<html>
+<title>Ignored Title</title>
+<body>
+ <h1>Hello, World!</h1>
+
+ <p>This is some e-mail content.
+ Even though it has whitespace and newlines, the e-mail converter
+ will handle it correctly.
+
+ <p>Even mismatched tags.</p>
+
+ <div>A div</div>
+ <div>Another div</div>
+ <div>A div<div>within a div</div></div>
+
+ <p>Another line<br />Yet another line</p>
+
+ <a href="http://foo.com">A link</a>
+
+</body>
+</html> \ No newline at end of file