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

Tests for the rest of the option flags and option keyword arguments #26

Open
dominickpastore opened this issue May 21, 2021 · 0 comments

Comments

@dominickpastore
Copy link
Owner

dominickpastore commented May 21, 2021

Some of the more common parser options are covered by tests, but not all (in particular, options that disable things, combination options, and HTML rendering options). Keyword arguments for options and mixing keyword and flag options aren't currently tested at all.

Options that disable things, like MD_FLAG_NOINDENTEDCODEBLOCKS and MD_FLAG_NOHTMLBLOCKS, can be tested by having two test cases with the same input and different output depending on which option is enabled.

@dominickpastore dominickpastore added this to the Thorough tests milestone May 21, 2021
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