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.
1 # flags: --skip-string-normalization
4 A multiline class docstring.
6 def AnEquallyLonelyMethod(self):
8 A multiline method docstring'''
13 '''This is a docstring with a single line of text.'''
17 def shockingly_the_quotes_are_normalized():
18 '''This is a multiline docstring.
19 This is a multiline docstring.
20 This is a multiline docstring.
26 """This is a docstring with
27 some lines of text here
33 '''"This" is a string with some
40 Lorem ipsum dolor sit amet.
42 Consectetur adipiscing elit:
43 - sed do eiusmod tempor incididunt ut labore
45 - enim ad minim veniam
46 - quis nostrud exercitation ullamco laboris nisi
47 - aliquip ex ea commodo consequat
54 These lines are indented in a way that does not
62 This has a shallow indent
63 - But some lines are deeper
64 - And the closing quote is too deep
70 """But with a newline after it!
96 def believe_it_or_not_this_is_in_the_py_stdlib(): '''
100 def shockingly_the_quotes_are_normalized_v2():
102 Docstring Docstring Docstring
107 def backslash_space():
111 def multiline_backslash_1():
117 def multiline_backslash_2():
122 def multiline_backslash_3():
124 already escaped \\ '''
130 A multiline class docstring.
133 def AnEquallyLonelyMethod(self):
135 A multiline method docstring'''
140 '''This is a docstring with a single line of text.'''
144 def shockingly_the_quotes_are_normalized():
145 '''This is a multiline docstring.
146 This is a multiline docstring.
147 This is a multiline docstring.
153 """This is a docstring with
154 some lines of text here
160 '''"This" is a string with some
167 Lorem ipsum dolor sit amet.
169 Consectetur adipiscing elit:
170 - sed do eiusmod tempor incididunt ut labore
171 - dolore magna aliqua
172 - enim ad minim veniam
173 - quis nostrud exercitation ullamco laboris nisi
174 - aliquip ex ea commodo consequat
181 These lines are indented in a way that does not
189 This has a shallow indent
190 - But some lines are deeper
191 - And the closing quote is too deep
197 """But with a newline after it!"""
221 def believe_it_or_not_this_is_in_the_py_stdlib():
226 def shockingly_the_quotes_are_normalized_v2():
228 Docstring Docstring Docstring
233 def backslash_space():
237 def multiline_backslash_1():
243 def multiline_backslash_2():
248 def multiline_backslash_3():
250 already escaped \\'''