Home
last modified time | relevance | path

Searched refs:ckmsg (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_exceptions.py132 def ckmsg(src, msg): function
148 ckmsg(s, "'continue' not supported inside 'finally' clause")
156 ckmsg(s, "'continue' not properly in loop")
157 ckmsg("continue\n", "'continue' not properly in loop")
160 def ckmsg(src, msg, exception=SyntaxError): function
170 ckmsg(s, "Missing parentheses in call to 'print'. "
174 ckmsg(s, "Missing parentheses in call to 'print'. "
178 ckmsg(s, "Missing parentheses in call to 'exec'")
182 ckmsg(s, "expected an indented block", IndentationError)
185 ckmsg(s, "inconsistent use of tabs and spaces in indentation", TabError)
/external/python/cpython2/Lib/test/
Dtest_exceptions.py128 def ckmsg(src, msg): function
144 ckmsg(s, "'continue' not supported inside 'finally' clause")
152 ckmsg(s, "'continue' not properly in loop")
153 ckmsg("continue\n", "'continue' not properly in loop")