##// END OF EJS Templates
graft: use status verbosity for reporting grafts
graft: use status verbosity for reporting grafts

File last commit:

r15125:bdc59505 default
r15260:be2c67a8 default
Show More
test-minirst.py.out
428 lines | 11.4 KiB | text/plain | TextLexer
/ tests / test-minirst.py.out
Martin Geisler
minimal reStructuredText parser
r9156 paragraphs formatted to fit within 60 characters:
----------------------------------------------------------------------
This is some text in the first paragraph.
Martin Geisler
test-minirst: don't test on invalid reST input...
r9736 A small indented paragraph. It is followed by some lines
containing random whitespace.
Martin Geisler
minimal reStructuredText parser
r9156
Martin Geisler
test-minirst: don't test on invalid reST input...
r9736 The third and final paragraph.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minimal reStructuredText parser
r9156 ----------------------------------------------------------------------
paragraphs formatted to fit within 30 characters:
----------------------------------------------------------------------
This is some text in the first
paragraph.
Martin Geisler
test-minirst: don't test on invalid reST input...
r9736 A small indented paragraph.
It is followed by some lines
containing random
whitespace.
Martin Geisler
minimal reStructuredText parser
r9156
Martin Geisler
test-minirst: don't test on invalid reST input...
r9736 The third and final paragraph.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minimal reStructuredText parser
r9156 ----------------------------------------------------------------------
definitions formatted to fit within 60 characters:
----------------------------------------------------------------------
A Term
Definition. The indented lines make up the definition.
Martin Geisler
minirst: add margin around definition items...
r10936
Martin Geisler
minimal reStructuredText parser
r9156 Another Term
Another definition. The final line in the definition
determines the indentation, so this will be indented
with four spaces.
Martin Geisler
minirst: add margin around definition items...
r10936
Martin Geisler
minimal reStructuredText parser
r9156 A Nested/Indented Term
Definition.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minimal reStructuredText parser
r9156 ----------------------------------------------------------------------
definitions formatted to fit within 30 characters:
----------------------------------------------------------------------
A Term
Definition. The indented
lines make up the
definition.
Martin Geisler
minirst: add margin around definition items...
r10936
Martin Geisler
minimal reStructuredText parser
r9156 Another Term
Another definition. The
final line in the
definition determines the
indentation, so this will
be indented with four
spaces.
Martin Geisler
minirst: add margin around definition items...
r10936
Martin Geisler
minimal reStructuredText parser
r9156 A Nested/Indented Term
Definition.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minimal reStructuredText parser
r9156 ----------------------------------------------------------------------
literals formatted to fit within 60 characters:
----------------------------------------------------------------------
The fully minimized form is the most convenient form:
Martin Geisler
minirst: indent literal blocks with two spaces...
r9291 Hello
literal
world
Martin Geisler
minimal reStructuredText parser
r9156
In the partially minimized form a paragraph simply ends with
space-double-colon.
Martin Geisler
minirst: indent literal blocks with two spaces...
r9291 ////////////////////////////////////////
long un-wrapped line in a literal block
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Martin Geisler
minimal reStructuredText parser
r9156
Martin Geisler
minirst: indent literal blocks with two spaces...
r9291 This literal block is started with '::',
the so-called expanded form. The paragraph
with '::' disappears in the final output.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minimal reStructuredText parser
r9156 ----------------------------------------------------------------------
literals formatted to fit within 30 characters:
----------------------------------------------------------------------
The fully minimized form is
the most convenient form:
Martin Geisler
minirst: indent literal blocks with two spaces...
r9291 Hello
literal
world
Martin Geisler
minimal reStructuredText parser
r9156
In the partially minimized
form a paragraph simply ends
with space-double-colon.
Martin Geisler
minirst: indent literal blocks with two spaces...
r9291 ////////////////////////////////////////
long un-wrapped line in a literal block
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Martin Geisler
minimal reStructuredText parser
r9156
Martin Geisler
minirst: indent literal blocks with two spaces...
r9291 This literal block is started with '::',
the so-called expanded form. The paragraph
with '::' disappears in the final output.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minimal reStructuredText parser
r9156 ----------------------------------------------------------------------
lists formatted to fit within 60 characters:
----------------------------------------------------------------------
- This is the first list item.
Second paragraph in the first list item.
- List items need not be separated by a blank line.
- And will be rendered without one in any case.
We can have indented lists:
- This is an indented list item
- Another indented list item:
Martin Geisler
minirst: indent literal blocks with two spaces...
r9291 - A literal block in the middle
of an indented list.
Martin Geisler
minimal reStructuredText parser
r9156
Martin Geisler
minirst: indent literal blocks with two spaces...
r9291 (The above is not a list item since we are in the literal block.)
Martin Geisler
minimal reStructuredText parser
r9156
Martin Geisler
minirst: indent literal blocks with two spaces...
r9291 Literal block with no indentation (apart from
the two spaces added to all literal blocks).
Martin Geisler
minirst: support enumerated lists
r9739
1. This is an enumerated list (first item).
2. Continuing with the second item.
(1) foo
(2) bar
1) Another
2) List
Martin Geisler
minirst: support line blocks
r10447
Line blocks are also a form of list:
This is the first line. The line continues here.
This is the second line.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minimal reStructuredText parser
r9156 ----------------------------------------------------------------------
lists formatted to fit within 30 characters:
----------------------------------------------------------------------
- This is the first list item.
Second paragraph in the
first list item.
- List items need not be
separated by a blank line.
- And will be rendered without
one in any case.
We can have indented lists:
- This is an indented list
item
- Another indented list
item:
Martin Geisler
minirst: indent literal blocks with two spaces...
r9291 - A literal block in the middle
of an indented list.
Martin Geisler
minimal reStructuredText parser
r9156
Martin Geisler
minirst: indent literal blocks with two spaces...
r9291 (The above is not a list item since we are in the literal block.)
Martin Geisler
minimal reStructuredText parser
r9156
Martin Geisler
minirst: indent literal blocks with two spaces...
r9291 Literal block with no indentation (apart from
the two spaces added to all literal blocks).
Martin Geisler
minirst: support enumerated lists
r9739
1. This is an enumerated list
(first item).
2. Continuing with the second
item.
(1) foo
(2) bar
1) Another
2) List
Martin Geisler
minirst: support line blocks
r10447
Line blocks are also a form of
list:
This is the first line. The
line continues here.
This is the second line.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minimal reStructuredText parser
r9156 ----------------------------------------------------------------------
options formatted to fit within 60 characters:
----------------------------------------------------------------------
There is support for simple option lists, but only with long
options:
Erik Zielke
minirst: improved support for option lists....
r13011 -X --exclude filter an option with a short and long option
with an argument
-I --include an option with both a short option and
a long option
--all Output all.
--both Output both (this description is quite
long).
--long Output all day long.
--par This option has two paragraphs in its
description. This is the first.
Martin Geisler
minimal reStructuredText parser
r9156
Erik Zielke
minirst: improved support for option lists....
r13011 This is the second. Blank lines may
be omitted between options (as above)
or left in (as here).
Martin Geisler
minimal reStructuredText parser
r9156
The next paragraph looks like an option list, but lacks the
two-space marker after the option. It is treated as a normal
paragraph:
--foo bar baz
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minimal reStructuredText parser
r9156 ----------------------------------------------------------------------
options formatted to fit within 30 characters:
----------------------------------------------------------------------
There is support for simple
option lists, but only with
long options:
Erik Zielke
minirst: improved support for option lists....
r13011 -X --exclude filter an
option
with a
short
and
long
option
with an
argumen
t
-I --include an
option
with
both a
short
option
and a
long
option
--all Output
all.
--both Output
both
(this d
escript
ion is
quite
long).
--long Output
all day
long.
--par This
option
has two
paragra
phs in
its des
criptio
n. This
is the
first.
Martin Geisler
minimal reStructuredText parser
r9156
Erik Zielke
minirst: improved support for option lists....
r13011 This is
the
second.
Blank
lines
may be
omitted
between
options
(as
above)
or left
in (as
here).
Martin Geisler
minimal reStructuredText parser
r9156
The next paragraph looks like
an option list, but lacks the
two-space marker after the
option. It is treated as a
normal paragraph:
--foo bar baz
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minimal reStructuredText parser
r9156 ----------------------------------------------------------------------
Martin Geisler
minirst: parse field lists
r9293 fields formatted to fit within 60 characters:
----------------------------------------------------------------------
Martin Geisler
minirst: improve layout of field lists...
r10065 a First item.
ab Second item. Indentation and wrapping is handled
automatically.
Martin Geisler
minirst: parse field lists
r9293
Martin Geisler
minirst: improve layout of field lists...
r10065 Next list:
small The larger key below triggers full indentation
here.
much too large
This key is big enough to get its own line.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minirst: parse field lists
r9293 ----------------------------------------------------------------------
fields formatted to fit within 30 characters:
----------------------------------------------------------------------
Martin Geisler
minirst: improve layout of field lists...
r10065 a First item.
ab Second item. Indentation
and wrapping is handled
automatically.
Next list:
Martin Geisler
minirst: parse field lists
r9293
Martin Geisler
minirst: improve layout of field lists...
r10065 small The larger key
below triggers
full indentation
here.
much too large
This key is big
enough to get its
own line.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minirst: parse field lists
r9293 ----------------------------------------------------------------------
Martin Geisler
minirst: support containers...
r10443 containers (normal) formatted to fit within 60 characters:
----------------------------------------------------------------------
Normal output.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minirst: support containers...
r10443 ----------------------------------------------------------------------
containers (verbose) formatted to fit within 60 characters:
----------------------------------------------------------------------
Normal output.
Verbose output.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minirst: support containers...
r10443 ----------------------------------------------------------------------
Martin Geisler
minirst: report pruned container types
r10444 ['debug', 'debug']
----------------------------------------------------------------------
Martin Geisler
minirst: support containers...
r10443
containers (debug) formatted to fit within 60 characters:
----------------------------------------------------------------------
Normal output.
Initial debug output.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minirst: support containers...
r10443 ----------------------------------------------------------------------
Martin Geisler
minirst: report pruned container types
r10444 ['verbose']
----------------------------------------------------------------------
Martin Geisler
minirst: support containers...
r10443
containers (verbose debug) formatted to fit within 60 characters:
----------------------------------------------------------------------
Normal output.
Initial debug output.
Verbose output.
Debug output.
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minirst: support containers...
r10443 ----------------------------------------------------------------------
Martin Geisler
minirst: report pruned container types
r10444 []
----------------------------------------------------------------------
Martin Geisler
minirst: support containers...
r10443
Martin Geisler
doc, minirst: support hg interpreted text role
r10972 roles formatted to fit within 60 characters:
----------------------------------------------------------------------
Please see "hg add".
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
doc, minirst: support hg interpreted text role
r10972 ----------------------------------------------------------------------
Martin Geisler
minirst: add test for sections
r10977 sections formatted to fit within 20 characters:
----------------------------------------------------------------------
Martin Geisler
minirst: support all recommended title adornments
r10984 Title
=====
Section
-------
Subsection
''''''''''
Martin Geisler
minirst: correctly format sections containing inline markup...
r10983
Markup: "foo" and "hg help"
---------------------------
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minirst: add test for sections
r10977 ----------------------------------------------------------------------
Erik Zielke
minirst: Support for admonitions...
r12388 admonitions formatted to fit within 30 characters:
----------------------------------------------------------------------
Note:
This is a note
- Bullet 1
- Bullet 2
Warning!
This is a warning Second
input line of warning
!Danger!
This is danger
Matt Mackall
minirst: end all blocks with newlines...
r15125
Erik Zielke
minirst: Support for admonitions...
r12388 ----------------------------------------------------------------------
Martin Geisler
minirst: ignore comments
r12819 comments formatted to fit within 30 characters:
----------------------------------------------------------------------
Some text.
Some indented text.
Erik Zielke
minirst: modified minirst to also recognize empty comments....
r13009
Empty comment above
Matt Mackall
minirst: end all blocks with newlines...
r15125
Martin Geisler
minirst: ignore comments
r12819 ----------------------------------------------------------------------
Matt Mackall
minirst: add a helper function to build an RST table from an array
r15039 === === ========================================
a b c
=== === ========================================
1 2 3
foo bar baz this list is very very very long man
=== === ========================================
Matt Mackall
minirst: add simple table support...
r15037 table formatted to fit within 30 characters:
----------------------------------------------------------------------
a b c
------------------------------
1 2 3
Matt Mackall
minirst: add a helper function to build an RST table from an array
r15039 foo bar baz this list is
very very very long
man
Matt Mackall
minirst: add simple table support...
r15037
----------------------------------------------------------------------