Lines Matching refs:continuation
104 # The non-continuation def line returns 44 (see below).
153 'continuation'])
180 # For the mismatched example, it doesn't look like continuation.
190 eq(p.continuation, test.continuation)
202 TestInfo = namedtuple('TestInfo', ['string', 'continuation'])
205 TestInfo('"""This is a continuation docstring.\n', FIRST),
214 eq(gettype(), test.continuation)
226 TestInfo("'''This is a multiline continuation docstring.\n\n",
233 # Backslash continuation.
236 # Bracket continuation with close.
239 # Bracket continuation with unneeded backslash.
242 # Bracket continuation.
245 # Bracket continuation with comment at end of line with text.
328 # Must be C_BRACKET continuation type.
343 # Must be C_BACKSLASH continuation type.