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.
14 """This is a docstring with
15 some lines of text here
21 '''This is another docstring
22 with more lines of text
28 '''"This" is a string with some
34 '''Indentation with tabs
49 Lorem ipsum dolor sit amet.
51 Consectetur adipiscing elit:
52 - sed do eiusmod tempor incididunt ut labore
54 - enim ad minim veniam
55 - quis nostrud exercitation ullamco laboris nisi
56 - aliquip ex ea commodo consequat
63 These lines are indented in a way that does not
71 This has a shallow indent
72 - But some lines are deeper
73 - And the closing quote is too deep
79 """But with a newline after it!
118 def oneline_nothing():
126 def believe_it_or_not_this_is_in_the_py_stdlib(): '''
130 def ignored_docstring():
134 def single_line_docstring_with_whitespace():
135 """ This should be stripped """
137 def docstring_with_inline_tabs_and_space_indentation():
141 tab at start of line and then a tab separated value
142 multiple tabs at the beginning and inline
143 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
145 line ends with some tabs
149 def docstring_with_inline_tabs_and_tab_indentation():
153 tab at start of line and then a tab separated value
154 multiple tabs at the beginning and inline
155 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
157 line ends with some tabs
162 def backslash_space():
166 def multiline_backslash_1():
172 def multiline_backslash_2():
192 """This is a docstring with
193 some lines of text here
199 """This is another docstring
200 with more lines of text
206 '''"This" is a string with some
212 """Indentation with tabs
228 Lorem ipsum dolor sit amet.
230 Consectetur adipiscing elit:
231 - sed do eiusmod tempor incididunt ut labore
232 - dolore magna aliqua
233 - enim ad minim veniam
234 - quis nostrud exercitation ullamco laboris nisi
235 - aliquip ex ea commodo consequat
242 These lines are indented in a way that does not
250 This has a shallow indent
251 - But some lines are deeper
252 - And the closing quote is too deep
258 """But with a newline after it!"""
290 def oneline_nothing():
298 def believe_it_or_not_this_is_in_the_py_stdlib():
303 def ignored_docstring():
308 def single_line_docstring_with_whitespace():
309 """This should be stripped"""
312 def docstring_with_inline_tabs_and_space_indentation():
316 tab at start of line and then a tab separated value
317 multiple tabs at the beginning and inline
318 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
320 line ends with some tabs
324 def docstring_with_inline_tabs_and_tab_indentation():
328 tab at start of line and then a tab separated value
329 multiple tabs at the beginning and inline
330 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
332 line ends with some tabs
337 def backslash_space():
341 def multiline_backslash_1():
347 def multiline_backslash_2():