-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple semicolon separated commands are not handled well #143
Comments
this is not actually hard to do (and even easier after #144). However, we'd need to analyze the AST to implement it, which up until now was left entirely to |
@keewis For now, as a workaround, I converted the above statements into a single one.
|
this will be fixed in the next version, but you could also just pass both to a single >>> print("----", anon_browser.contents, sep="\n") which is probably better, given that splitting the |
Indeed. 👍 |
gets turned into
When I then tried to run the doctests I got a
The text was updated successfully, but these errors were encountered: