All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
3 A multiline class docstring.
5 def AnEquallyLonelyMethod(self):
7 A multiline method docstring'''
12 '''This is a docstring with a single line of text.'''
16 def shockingly_the_quotes_are_normalized():
17 '''This is a multiline docstring.
18 This is a multiline docstring.
19 This is a multiline docstring.
25 """This is a docstring with
26 some lines of text here
32 '''"This" is a string with some
39 Lorem ipsum dolor sit amet.
41 Consectetur adipiscing elit:
42 - sed do eiusmod tempor incididunt ut labore
44 - enim ad minim veniam
45 - quis nostrud exercitation ullamco laboris nisi
46 - aliquip ex ea commodo consequat
53 These lines are indented in a way that does not
61 This has a shallow indent
62 - But some lines are deeper
63 - And the closing quote is too deep
69 """But with a newline after it!
95 def believe_it_or_not_this_is_in_the_py_stdlib(): '''
99 def shockingly_the_quotes_are_normalized_v2():
101 Docstring Docstring Docstring
106 def backslash_space():
110 def multiline_backslash_1():
116 def multiline_backslash_2():
121 def multiline_backslash_3():
123 already escaped \\ '''
129 A multiline class docstring.
132 def AnEquallyLonelyMethod(self):
134 A multiline method docstring'''
139 '''This is a docstring with a single line of text.'''
143 def shockingly_the_quotes_are_normalized():
144 '''This is a multiline docstring.
145 This is a multiline docstring.
146 This is a multiline docstring.
152 """This is a docstring with
153 some lines of text here
159 '''"This" is a string with some
166 Lorem ipsum dolor sit amet.
168 Consectetur adipiscing elit:
169 - sed do eiusmod tempor incididunt ut labore
170 - dolore magna aliqua
171 - enim ad minim veniam
172 - quis nostrud exercitation ullamco laboris nisi
173 - aliquip ex ea commodo consequat
180 These lines are indented in a way that does not
188 This has a shallow indent
189 - But some lines are deeper
190 - And the closing quote is too deep
196 """But with a newline after it!"""
220 def believe_it_or_not_this_is_in_the_py_stdlib():
225 def shockingly_the_quotes_are_normalized_v2():
227 Docstring Docstring Docstring
232 def backslash_space():
236 def multiline_backslash_1():
242 def multiline_backslash_2():
247 def multiline_backslash_3():
249 already escaped \\'''