some test

This commit is contained in:
Anthony Scopatz 2015-09-27 00:06:11 -04:00
parent 34af454691
commit 00b54e2d84

View file

@ -384,7 +384,7 @@ special_handlers = {
(tokenize.ERRORTOKEN, '`'): handle_backtick,
(tokenize.ERRORTOKEN, '?'): handle_question,
(tokenize.ERRORTOKEN, ' '): handle_error_space,
(tokenize.ERRORTOKEN, 'ASYNC'): handle_error_async,
(tokenize.ERRORTOKEN, 'async'): handle_error_async,
}
"""
Mapping from ``tokenize`` tokens (or token types) to the proper function for