summaryrefslogtreecommitdiff
path: root/vendor/soundasleep/html2text/tests/html/pre.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/soundasleep/html2text/tests/html/pre.html')
-rw-r--r--vendor/soundasleep/html2text/tests/html/pre.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/soundasleep/html2text/tests/html/pre.html b/vendor/soundasleep/html2text/tests/html/pre.html
new file mode 100644
index 000000000..1a6306ffb
--- /dev/null
+++ b/vendor/soundasleep/html2text/tests/html/pre.html
@@ -0,0 +1,10 @@
+Here is the code
+<pre>
+#include &lt;stdlib.h&gt;
+#include &lt;stdio.h&gt;
+
+int main(){
+ return 0;
+};
+
+</pre> \ No newline at end of file