Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19476/src/org/htmlparser/util
Modified Files:
NodeList.java
Log Message:
Add test case for bug #982175 False Positives on ® entity.
Not reproducible (version 1.5).
Index: NodeList.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/NodeList.java,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** NodeList.java 10 Jan 2004 00:06:03 -0000 1.54
--- NodeList.java 22 Jul 2004 02:22:32 -0000 1.55
***************
*** 242,246 ****
public void keepAllNodesThatMatch (NodeFilter filter, boolean recursive)
{
- String name;
Node node;
NodeList children;
--- 242,245 ----
|