Skip to content
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

pass the context to the doctest format #145

Open
keewis opened this issue Sep 12, 2022 · 0 comments
Open

pass the context to the doctest format #145

keewis opened this issue Sep 12, 2022 · 0 comments

Comments

@keewis
Copy link
Owner

keewis commented Sep 12, 2022

The doctest format can appear in both python code and other formats, but docstrings need special attention: naive reformatting may cause triple-quoted strings to conflict with the docstring quotes.

To solve this, it would be good to somehow detect the type of docstring quote we're in instead of trying to reproduce exactly the quote we had before. I'm guessing that's really difficult to do using a line parser, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant