mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
some test
This commit is contained in:
parent
34af454691
commit
00b54e2d84
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue