1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 13:25:05 +03:00
libxml2/test/HTML/pre.html
Daniel Veillard f0c5376a03 - HTMLtree.c: when in a pre element no formatting space should
be added.
- test/HTML/pre.html result/HTML/pre.html*: added a regression test
Daniel
2001-06-07 16:07:07 +00:00

6 lines
77 B
HTML

<html>
<body>
<pre><a href="toto"></a><img src="titi"></pre>
</body>
</html>