##// END OF EJS Templates
test-minirst: don't test on invalid reST input...
Martin Geisler -
r9736:26d3ade6 default
parent child Browse files
Show More
@@ -12,28 +12,13 b' def debugformat(title, text, width):'
12 paragraphs = """
12 paragraphs = """
13 This is some text in the first paragraph.
13 This is some text in the first paragraph.
14
14
15 An indented paragraph
15 A small indented paragraph.
16 with just two lines.
16 It is followed by some lines
17
17 containing random whitespace.
18
19 The third paragraph. It is followed by some
20 random lines with spurious spaces.
21
18
22
19
23
20
24
21 The third and final paragraph.
25
26 No indention
27 here, despite
28 the uneven left
29 margin.
30
31 Only the
32 left-most line
33 (this line!)
34 is significant
35 for the indentation
36
37 """
22 """
38
23
39 debugformat('paragraphs', paragraphs, 60)
24 debugformat('paragraphs', paragraphs, 60)
@@ -2,15 +2,10 b' paragraphs formatted to fit within 60 ch'
2 ----------------------------------------------------------------------
2 ----------------------------------------------------------------------
3 This is some text in the first paragraph.
3 This is some text in the first paragraph.
4
4
5 An indented paragraph with just two lines.
5 A small indented paragraph. It is followed by some lines
6
6 containing random whitespace.
7 The third paragraph. It is followed by some random lines
8 with spurious spaces.
9
7
10 No indention here, despite the uneven left margin.
8 The third and final paragraph.
11
12 Only the left-most line (this line!) is significant for
13 the indentation
14 ----------------------------------------------------------------------
9 ----------------------------------------------------------------------
15
10
16 paragraphs formatted to fit within 30 characters:
11 paragraphs formatted to fit within 30 characters:
@@ -18,19 +13,12 b' paragraphs formatted to fit within 30 ch'
18 This is some text in the first
13 This is some text in the first
19 paragraph.
14 paragraph.
20
15
21 An indented paragraph with
16 A small indented paragraph.
22 just two lines.
17 It is followed by some lines
23
18 containing random
24 The third paragraph. It is
19 whitespace.
25 followed by some random lines
26 with spurious spaces.
27
20
28 No indention here, despite the
21 The third and final paragraph.
29 uneven left margin.
30
31 Only the left-most line
32 (this line!) is significant
33 for the indentation
34 ----------------------------------------------------------------------
22 ----------------------------------------------------------------------
35
23
36 definitions formatted to fit within 60 characters:
24 definitions formatted to fit within 60 characters:
General Comments 0
You need to be logged in to leave comments. Login now