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

HTML within block/list/list, split tab at start causes tab to be left out of HTML. #850

Closed
jackdewinter opened this issue Nov 10, 2023 · 2 comments

Comments

@jackdewinter
Copy link
Owner

jackdewinter commented Nov 10, 2023

Spawned while addressing #842. Tab left out of HTML output

  • test_whitespaces_html_with_tabs_before_within_block_quote_ordered_double_list_zero_before_zero_after
  • test_whitespaces_html_with_tabs_before_within_block_quote_ordered_double_list_one_before_zero_after
  • test_whitespaces_html_with_tabs_before_within_block_quote_ordered_double_list_one_before_two_after
expected_string>><blockquote>\n<ol>\n<li>abc\n<ol>\n<li>def</li>\n</ol>\n</li>\n</ol>\n\t<!-- comment\n</blockquote><<
actual_string  >><blockquote>\n<ol>\n<li>abc\n<ol>\n<li>def</li>\n</ol>\n</li>\n</ol>\n<!-- comment\n</blockquote><<
@jackdewinter jackdewinter changed the title Within block/list/list, split tab at start causes tab to be left out of HTML. HTML within block/list/list, split tab at start causes tab to be left out of HTML. Nov 10, 2023
@jackdewinter
Copy link
Owner Author

added from #852
test_whitespaces_html_with_tabs_before_within_block_quote_ordered_double_list_one_before_two_after

@jackdewinter
Copy link
Owner Author

closed

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

No branches or pull requests

1 participant