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

fix: Properly fix duplicated headings for nested docstrings #613

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Conversation

oprypin
Copy link
Member

@oprypin oprypin commented Sep 18, 2023

In the newly added test these were failing in the previous state:

  • assert output.count(">Heading one<") == 1 - comment

  • assert output.count(">Heading two<") == 1 - comment

And delete unused boolean

Copy link
Member

@pawamoy pawamoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @oprypin!

@pawamoy pawamoy merged commit f4a94f7 into main Sep 18, 2023
33 of 35 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants