Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13581/tests/lexerTests
Modified Files:
LexerTests.java
Log Message:
Update tests for addition of Paragraph tag.
Index: LexerTests.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/LexerTests.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** LexerTests.java 19 Sep 2005 02:35:05 -0000 1.26
--- LexerTests.java 12 Nov 2005 16:44:54 -0000 1.27
***************
*** 617,620 ****
--- 617,621 ----
mAcceptable.add ("UL");
mAcceptable.add ("LI");
+ mAcceptable.add ("IFRAME");
}
|