diff options
Diffstat (limited to 'test/HTML/pre.html')
-rw-r--r-- | test/HTML/pre.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/HTML/pre.html b/test/HTML/pre.html new file mode 100644 index 0000000..8e1a66d --- /dev/null +++ b/test/HTML/pre.html @@ -0,0 +1,5 @@ +<html> +<body> +<pre><a href="toto"></a><img src="titi"></pre> +</body> +</html> |