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: List not continued, new inner list created. #299

Closed
jackdewinter opened this issue Feb 23, 2022 · 2 comments · Fixed by #318
Closed

HTML: List not continued, new inner list created. #299

jackdewinter opened this issue Feb 23, 2022 · 2 comments · Fixed by #318
Labels
bug Something isn't working

Comments

@jackdewinter
Copy link
Owner

jackdewinter commented Feb 23, 2022

Found with #293 :

expected_string(80)>><ol>
<li>
<blockquote>
<ul>
<li>list
+ item</li>
</ul>
</blockquote>
</li>
</ol><<

actual_string  (98)>><ol>
<li>
<blockquote>
<ul>
<li>list</li>
</ul>
</blockquote>
</li>
</ol>
<ul>
<li>item</li>
</ul><<

Tests:
Done - test_nested_three_ordered_max_block_max_unordered_max_no_bq1_with_li2
Done - test_nested_three_ordered_max_block_max_ordered_max_no_bq1_with_li2
Done - test_nested_three_ordered_max_ordered_max_block_max_with_li2

@jackdewinter
Copy link
Owner Author

jackdewinter commented Mar 9, 2022

Fixed:

  • test_nested_three_ordered_max_block_max_unordered_max_no_bq1_with_li2
  • test_nested_three_ordered_max_block_max_ordered_max_no_bq1_with_li2

jackdewinter added a commit that referenced this issue Mar 10, 2022
jackdewinter added a commit that referenced this issue Mar 10, 2022
@jackdewinter jackdewinter added the bug Something isn't working label Mar 11, 2022
jackdewinter added a commit that referenced this issue Mar 13, 2022
@jackdewinter
Copy link
Owner Author

Fixed:

  • test_nested_three_ordered_max_ordered_max_block_max_with_li2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant