Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31674/src/org/htmlparser/tests/lexerTests
Modified Files:
KitTest.java LexerTests.java PageTests.java TagTests.java
Log Message:
Documentation revamp part four.
Remove some checkstyle warnings.
Index: LexerTests.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/LexerTests.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** LexerTests.java 10 Apr 2005 23:20:46 -0000 1.24
--- LexerTests.java 15 May 2005 11:49:05 -0000 1.25
***************
*** 611,614 ****
--- 611,618 ----
mAcceptable.add ("SCRIPT");
mAcceptable.add ("NOSCRIPT");
+ mAcceptable.add ("STYLE");
+ mAcceptable.add ("SPAN");
+ mAcceptable.add ("UL");
+ mAcceptable.add ("LI");
}
Index: PageTests.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/PageTests.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** PageTests.java 31 Jul 2004 16:42:31 -0000 1.18
--- PageTests.java 15 May 2005 11:49:05 -0000 1.19
***************
*** 409,411 ****
}
! }
\ No newline at end of file
--- 409,411 ----
}
! }
Index: KitTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/KitTest.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** KitTest.java 10 Apr 2005 23:20:46 -0000 1.9
--- KitTest.java 15 May 2005 11:49:05 -0000 1.10
***************
*** 599,602 ****
--- 599,606 ----
*
* $Log$
+ * Revision 1.10 2005/05/15 11:49:05 derrickoswald
+ * Documentation revamp part four.
+ * Remove some checkstyle warnings.
+ *
* Revision 1.9 2005/04/10 23:20:46 derrickoswald
* Documentation revamp part one.
***************
*** 648,650 ****
*
*
! */
\ No newline at end of file
--- 652,654 ----
*
*
! */
Index: TagTests.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/TagTests.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** TagTests.java 13 Mar 2005 14:51:46 -0000 1.13
--- TagTests.java 15 May 2005 11:49:05 -0000 1.14
***************
*** 426,428 ****
assertStringEquals ("html", html, tag.toHtml ());
}
! }
\ No newline at end of file
--- 426,428 ----
assertStringEquals ("html", html, tag.toHtml ());
}
! }
|