mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 07:29:09 +00:00
refactor: prefix component ID with c
(#1127)
This commit is contained in:
parent
fc026cbd99
commit
c650e7f3a5
29 changed files with 786 additions and 746 deletions
|
@ -205,11 +205,11 @@ class TestMultipleComponentRegistries:
|
|||
assertHTMLEqual(
|
||||
rendered,
|
||||
"""
|
||||
Variable: <strong data-djc-id-a1bc40>123</strong>
|
||||
Variable: <strong data-djc-id-ca1bc40>123</strong>
|
||||
Slot:
|
||||
SLOT 123
|
||||
|
||||
Variable: <strong data-djc-id-a1bc42>123</strong>
|
||||
Variable: <strong data-djc-id-ca1bc42>123</strong>
|
||||
Slot:
|
||||
SLOT ABC
|
||||
""",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue