[Jamwiki-commit] SF.net SVN: jamwiki: [2199] wiki/trunk/jamwiki-core/src
Brought to you by:
wrh2
From: <wr...@us...> - 2008-04-29 04:15:40
|
Revision: 2199 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2199&view=rev Author: wrh2 Date: 2008-04-28 21:15:34 -0700 (Mon, 28 Apr 2008) Log Message: ----------- Parser: * Fix another corner case that broke parsing - a heading tag preceded by two newlines was not parsed as a heading. * The parser is still not entirely correct - it should take three empty newlines to produce an empty paragraph, and an extra newline is being added - but at least now the heading is properly parsed. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-processor.jflex Added Paths: ----------- wiki/trunk/jamwiki-core/src/test/resources/data/results/Heading5 wiki/trunk/jamwiki-core/src/test/resources/data/topics/Heading5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |