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!
105 def believe_it_or_not_this_is_in_the_py_stdlib(): '''
109 def ignored_docstring():
114 def docstring_with_inline_tabs_and_space_indentation():
118 tab at start of line and then a tab separated value
119 multiple tabs at the beginning and inline
120 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
122 line ends with some tabs
126 def docstring_with_inline_tabs_and_tab_indentation():
130 tab at start of line and then a tab separated value
131 multiple tabs at the beginning and inline
132 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
134 line ends with some tabs
154 """This is a docstring with
155 some lines of text here
161 """This is another docstring
162 with more lines of text
168 '''"This" is a string with some
174 """Indentation with tabs
190 Lorem ipsum dolor sit amet.
192 Consectetur adipiscing elit:
193 - sed do eiusmod tempor incididunt ut labore
194 - dolore magna aliqua
195 - enim ad minim veniam
196 - quis nostrud exercitation ullamco laboris nisi
197 - aliquip ex ea commodo consequat
204 These lines are indented in a way that does not
212 This has a shallow indent
213 - But some lines are deeper
214 - And the closing quote is too deep
220 """But with a newline after it!"""
244 def believe_it_or_not_this_is_in_the_py_stdlib():
249 def ignored_docstring():
254 def docstring_with_inline_tabs_and_space_indentation():
258 tab at start of line and then a tab separated value
259 multiple tabs at the beginning and inline
260 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
262 line ends with some tabs
266 def docstring_with_inline_tabs_and_tab_indentation():
270 tab at start of line and then a tab separated value
271 multiple tabs at the beginning and inline
272 mixed tabs and spaces at beginning. next line has mixed tabs and spaces only.
274 line ends with some tabs