Skip to content
Snippets Groups Projects
Commit f4f02a0f authored by chris's avatar chris
Browse files

bug#701 - partial fix

This patch resolves issues with how call writers merge their instructions into
the main handler instruction list.
- writeCalls will now only merge instructions into the list of the next higher
  call writer
- all call writers have been given a finalise() method to use when the call
  writer needs to be terminated gracefully at the end of parsing when the wiki
  markup didn't provide its expected exit syntax.

I have only tested finalise with lists. It still requires testing with wiki markup
which results in improperly closed tables, quotes and preformatted text (it may
not be possible to improperly terminate some of these syntax modes).

darcs-hash:20060606131200-9b6ab-1fcde7e25e173de014e2f99bfdee22279b2d911d.gz
parent 8e50a607
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment