summaryrefslogtreecommitdiff
path: root/vendor/soundasleep/html2text/tests/html/newlines.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/soundasleep/html2text/tests/html/newlines.html')
-rw-r--r--vendor/soundasleep/html2text/tests/html/newlines.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/vendor/soundasleep/html2text/tests/html/newlines.html b/vendor/soundasleep/html2text/tests/html/newlines.html
new file mode 100644
index 000000000..e3fbbeea3
--- /dev/null
+++ b/vendor/soundasleep/html2text/tests/html/newlines.html
@@ -0,0 +1,50 @@
+<html>
+<body>
+<div>
+Hello
+<br>
+</div>
+<div>
+How are you?
+<br>
+</div>
+
+<p>
+How are you?
+<br>
+</p>
+
+<p>
+How are you?
+<br>
+</p>
+
+<div>
+Just two divs
+</div>
+<div>
+Hanging out
+</div>
+
+This is not the end!
+<div>
+How are you again?
+<br>
+</div>
+This is the end!
+<br>
+Just kidding
+<h1>Header 1</h1>
+Some text
+<hr>
+Some more text
+<p>Paragraph tag!</p>
+<h2>Header 2</h2>
+<hr>
+<h3>Header 3</h3>
+Some text
+<h4>Header 4</h4>
+<p>Paragraph tag!</p>
+Final line
+</body>
+</html> \ No newline at end of file