[Docstring-develop] Re: Bug or misfeature? Negative integers in tables
Status: Pre-Alpha
Brought to you by:
goodger
|
From: David G. <go...@us...> - 2002-04-21 03:33:07
|
Ueli wrote:
> Incidentally, I once meant to enter an option list, but typed::
>
> -1 Option "1"
> -2
> - 4 Option "4". Option "2" proves that options need no
> description.
>
> first. I found the warning ::
>
> Reporter: WARNING (2) Unindent without blank line at line <deleted>.
>
> not very helpful...
I've improved the system messages. The parser now reports:
Reporter: WARNING (2) Option list ends without a blank line;
unexpected unindent at line 2.
Other cases of a construct ending without a blank line (which is often
because of a markup problem) now offer similarly improved diagnostics. If
you find any other, please let me know!
--
David Goodger <go...@us...> Open-source projects:
- Python Docutils: http://docutils.sourceforge.net/
- The Go Tools Project: http://gotools.sourceforge.net/
|