diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/CRLF_line_ends.html | 5 | ||||
-rw-r--r-- | tests/misc/CRLF_line_ends.txt | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/misc/CRLF_line_ends.html b/tests/misc/CRLF_line_ends.html new file mode 100644 index 0000000..8e6849f --- /dev/null +++ b/tests/misc/CRLF_line_ends.html @@ -0,0 +1,5 @@ +<p>foo +</p> +<div> +bar +</div>
\ No newline at end of file diff --git a/tests/misc/CRLF_line_ends.txt b/tests/misc/CRLF_line_ends.txt new file mode 100644 index 0000000..7d5e324 --- /dev/null +++ b/tests/misc/CRLF_line_ends.txt @@ -0,0 +1,5 @@ +foo
+
+<div>
+bar
+</div>
|