diff --git a/tests/test.py b/tests/test.py index ff52fd6..83e43cc 100644 --- a/tests/test.py +++ b/tests/test.py @@ -9,10 +9,12 @@ # Keywords. with break continue del exec return pass print raise global assert lambda yield -for while if elif else import from as try except finally and in is not or +for while if elif else import as try except finally and in is not or from test import var as name +raise Exception from ex + yield from def functionname