summaryrefslogtreecommitdiff
path: root/vendor/soundasleep/html2text/tests/txt/blockquotes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/soundasleep/html2text/tests/txt/blockquotes.txt')
-rw-r--r--vendor/soundasleep/html2text/tests/txt/blockquotes.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/vendor/soundasleep/html2text/tests/txt/blockquotes.txt b/vendor/soundasleep/html2text/tests/txt/blockquotes.txt
new file mode 100644
index 000000000..7821f00d9
--- /dev/null
+++ b/vendor/soundasleep/html2text/tests/txt/blockquotes.txt
@@ -0,0 +1,44 @@
+Hello
+
+> Nest some block quotes with preformated text
+>
+>> Here is the code
+>>
+>> #include <stdlib.h>
+>> #include <stdio.h>
+>>
+>> int main(){
+>> return 0;
+>> };
+>>
+>> Put some tags at the end
+>
+> Some text and tags here
+>
+>> First line
+>>
+>> Header 1
+>>
+>> Some text
+>> ---------------------------------------------------------------
+>> Some more text
+>>
+>> Paragraph tag!
+>>
+>> Header 2
+>>
+>> ---------------------------------------------------------------
+>>
+>> Header 3
+>>
+>> Some text
+>>
+>> Header 4
+>>
+>>> More quoted text!
+>>
+>> Paragraph tag!
+>>
+>> Final line
+
+Some ending text just to make sure \ No newline at end of file