mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 22:08:17 +00:00
refactor: use HTML5 parser for BeautifulSoup (#891)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
203d29f511
commit
81c02ddaa7
5 changed files with 15 additions and 12 deletions
|
@ -484,8 +484,8 @@ class DynamicExprTests(BaseTestCase):
|
|||
(
|
||||
"<!-- _RENDERED SimpleComponent_5c8766,a1bc41,, -->\n"
|
||||
"<div data-djc-id-a1bc41><!-- _RENDERED SimpleComponent_5c8766,a1bc40,, -->\n"
|
||||
'<div data-djc-id-a1bc40="">3</div>\n'
|
||||
'<div data-djc-id-a1bc40="">True</div>\n'
|
||||
"<div data-djc-id-a1bc40>3</div>\n"
|
||||
"<div data-djc-id-a1bc40>True</div>\n"
|
||||
"</div>\n"
|
||||
"<div data-djc-id-a1bc41>True</div>"
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue