Add HTML5 source context panel

This commit is contained in:
2026-05-16 22:49:09 +03:00
parent 0c3953e6bd
commit 9f11c07781
2 changed files with 35 additions and 2 deletions
+3
View File
@@ -147,6 +147,9 @@ def test_html5_server_rendered_project_editor(tmp_path: Path):
assert source.status_code == 200
assert "text/html" in source.headers["content-type"]
assert "data-html5-source" in source.text
assert "data-html5-source-name" in source.text
assert "data-html5-lineage-id" in source.text
assert "Lines" in source.text
assert "Проверить" in source.text
assert "<html" not in source.text