moved to pub
git-svn-id: svn://10.0.0.236/trunk@165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
12
mozilla/htmlparser/tests/html/entity001.html
Normal file
12
mozilla/htmlparser/tests/html/entity001.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<body>
|
||||
entity in bold as <B>"</B>, <I>></I>, and so on.
|
||||
<br>Another line of text.
|
||||
<br>text with entity > should work
|
||||
Tags can have entities in their attribut values, and it is
|
||||
common to have a amps at the end of a CGI link.
|
||||
<br>
|
||||
<a href="http://foo.bar.com/.../cgi-bin&">text</a>
|
||||
<br>last text
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user