Show More
@@ -12,28 +12,13 b' def debugformat(title, text, width):' | |||
|
12 | 12 | paragraphs = """ |
|
13 | 13 | This is some text in the first paragraph. |
|
14 | 14 | |
|
15 |
A |
|
|
16 | with just two lines. | |
|
17 | ||
|
18 | ||
|
19 | The third paragraph. It is followed by some | |
|
20 | random lines with spurious spaces. | |
|
15 | A small indented paragraph. | |
|
16 | It is followed by some lines | |
|
17 | containing random whitespace. | |
|
21 | 18 | |
|
22 | 19 | |
|
23 | 20 | |
|
24 | ||
|
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 | ||
|
21 | The third and final paragraph. | |
|
37 | 22 | """ |
|
38 | 23 | |
|
39 | 24 | debugformat('paragraphs', paragraphs, 60) |
@@ -2,15 +2,10 b' paragraphs formatted to fit within 60 ch' | |||
|
2 | 2 | ---------------------------------------------------------------------- |
|
3 | 3 | This is some text in the first paragraph. |
|
4 | 4 | |
|
5 |
A |
|
|
6 | ||
|
7 | The third paragraph. It is followed by some random lines | |
|
8 | with spurious spaces. | |
|
5 | A small indented paragraph. It is followed by some lines | |
|
6 | containing random whitespace. | |
|
9 | 7 | |
|
10 | No indention here, despite the uneven left margin. | |
|
11 | ||
|
12 | Only the left-most line (this line!) is significant for | |
|
13 | the indentation | |
|
8 | The third and final paragraph. | |
|
14 | 9 | ---------------------------------------------------------------------- |
|
15 | 10 | |
|
16 | 11 | paragraphs formatted to fit within 30 characters: |
@@ -18,19 +13,12 b' paragraphs formatted to fit within 30 ch' | |||
|
18 | 13 | This is some text in the first |
|
19 | 14 | paragraph. |
|
20 | 15 | |
|
21 |
A |
|
|
22 | just two lines. | |
|
23 | ||
|
24 | The third paragraph. It is | |
|
25 | followed by some random lines | |
|
26 | with spurious spaces. | |
|
16 | A small indented paragraph. | |
|
17 | It is followed by some lines | |
|
18 | containing random | |
|
19 | whitespace. | |
|
27 | 20 | |
|
28 | No indention here, despite the | |
|
29 | uneven left margin. | |
|
30 | ||
|
31 | Only the left-most line | |
|
32 | (this line!) is significant | |
|
33 | for the indentation | |
|
21 | The third and final paragraph. | |
|
34 | 22 | ---------------------------------------------------------------------- |
|
35 | 23 | |
|
36 | 24 | definitions formatted to fit within 60 characters: |
General Comments 0
You need to be logged in to leave comments.
Login now