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
176 """This is a docstring with
177 some lines of text here
183 """This is another docstring
184 with more lines of text
190 '''"This" is a string with some
196 """Indentation with tabs
212 Lorem ipsum dolor sit amet.
214 Consectetur adipiscing elit:
215 - sed do eiusmod tempor incididunt ut labore
216 - dolore magna aliqua
217 - enim ad minim veniam
218 - quis nostrud exercitation ullamco laboris nisi
219 - aliquip ex ea commodo consequat
226 These lines are indented in a way that does not
234 This has a shallow indent
235 - But some lines are deeper
236 - And the closing quote is too deep
242 """But with a newline after it!"""
274 def oneline_nothing():
282 def believe_it_or_not_this_is_in_the_py_stdlib():
287 def ignored_docstring():
292 def single_line_docstring_with_whitespace():
293 """This should be stripped"""
296 def docstring_with_inline_tabs_and_space_indentation():
300 tab at start of line and then a tab separated value
301 multiple tabs at the beginning and inline
302 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
304 line ends with some tabs
308 def docstring_with_inline_tabs_and_tab_indentation():
312 tab at start of line and then a tab separated value
313 multiple tabs at the beginning and inline
314 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
316 line ends with some tabs