[Jamwiki-commit] SF.net SVN: jamwiki: [985] wiki/trunk
Brought to you by:
wrh2
From: <wr...@us...> - 2006-10-13 00:58:17
|
Revision: 985 http://svn.sourceforge.net/jamwiki/?rev=985&view=rev Author: wrh2 Date: 2006-10-12 17:58:07 -0700 (Thu, 12 Oct 2006) Log Message: ----------- Parser: * Add CharacterTag to properly parse characters. * Ampersands should now be properly escaped in output. * Add CharacterTagTest JUnit tests. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/java/org/jamwiki/test/JAMWikiTestSuite.java wiki/trunk/src/lex/jamwiki-postprocessor.jflex wiki/trunk/src/lex/jamwiki-preprocessor.jflex wiki/trunk/src/lex/jamwiki-processor.jflex wiki/trunk/src/lex/jamwiki-spliceprocessor.jflex Added Paths: ----------- wiki/trunk/src/java/org/jamwiki/parser/jflex/CharacterTag.java wiki/trunk/src/java/org/jamwiki/test/parser/jflex/CharacterTagTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |