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!
122 def believe_it_or_not_this_is_in_the_py_stdlib(): '''
126 def ignored_docstring():
130 def single_line_docstring_with_whitespace():
131 """ This should be stripped """
133 def docstring_with_inline_tabs_and_space_indentation():
137 tab at start of line and then a tab separated value
138 multiple tabs at the beginning and inline
139 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
141 line ends with some tabs
145 def docstring_with_inline_tabs_and_tab_indentation():
149 tab at start of line and then a tab separated value
150 multiple tabs at the beginning and inline
151 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
153 line ends with some tabs
172 """This is a docstring with
173 some lines of text here
179 """This is another docstring
180 with more lines of text
186 '''"This" is a string with some
192 """Indentation with tabs
208 Lorem ipsum dolor sit amet.
210 Consectetur adipiscing elit:
211 - sed do eiusmod tempor incididunt ut labore
212 - dolore magna aliqua
213 - enim ad minim veniam
214 - quis nostrud exercitation ullamco laboris nisi
215 - aliquip ex ea commodo consequat
222 These lines are indented in a way that does not
230 This has a shallow indent
231 - But some lines are deeper
232 - And the closing quote is too deep
238 """But with a newline after it!"""
274 def believe_it_or_not_this_is_in_the_py_stdlib():
279 def ignored_docstring():
284 def single_line_docstring_with_whitespace():
285 """This should be stripped"""
288 def docstring_with_inline_tabs_and_space_indentation():
292 tab at start of line and then a tab separated value
293 multiple tabs at the beginning and inline
294 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
296 line ends with some tabs
300 def docstring_with_inline_tabs_and_tab_indentation():
304 tab at start of line and then a tab separated value
305 multiple tabs at the beginning and inline
306 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
308 line ends with some tabs