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

Adding markdown test cases #25

Merged
merged 7 commits into from
Nov 19, 2021

Conversation

lmpham1
Copy link
Contributor

@lmpham1 lmpham1 commented Nov 19, 2021

I have added the following test cases for the MDUtils class:

  • test bold markdown
  • test header markdown
  • test hr markdown
  • test code block markdown

The following tests did not pass, I have commented out:

  • bold markdown in the middle of a string, i.e.: Testing *bold* markdown, is not detected
  • unclosed code block markdown is detected as valid code block, but it shouldn't
  • invalid horizontal rule, i.e. ----invalid-hr is detected as valid hr

@irenejoeunpark irenejoeunpark merged commit a5eb854 into irenejoeunpark:master Nov 19, 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

Successfully merging this pull request may close these issues.

2 participants