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

format html_experimental.v, add tests for html in code blocks #17

Merged
merged 5 commits into from
Nov 16, 2023

Conversation

nedpals
Copy link
Member

@nedpals nedpals commented Nov 6, 2023

Originally this PR/branch was created to create a more reliable fix for vdoc's PR #19731 (see fd88832). However regardless whether the code was added or not, the tests I added[0] still passed so I scrapped.

Still, this is a PR that must be merged as it adds new tests which I mentioned that will be helpful in the future releases (especially this checks the behavior when mixing raw HTML and HTML content inside markdown code block together):

  • test_render_raw_html_inside_code_inline
  • test_render_raw_html_inside_code_block
  • test_render_raw_html_alongside_code_inline
  • test_render_raw_html_alongside_code_block

Also, some minor fmt for html_experimental.v

@spytheman spytheman merged commit 0c28013 into vlang:master Nov 16, 2023
1 check 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.

2 participants