test(examples): forbid direct slot render helper

Guard canonical examples against RenderSlotExt/.render(& usage so slot updates keep using generated lower-aware HTML paths.

req: component/003

req: runtime/001

req: examples/003
This commit is contained in:
slhx agent
2026-06-02 01:42:18 +02:00
parent 743f79c6d6
commit e0c4633d25
+2
View File
@@ -66,6 +66,8 @@ fn canonical_examples_do_not_author_low_level_resource_plumbing() {
"HandlerRegistry",
"InteractionForm",
"register_handle(",
"RenderSlotExt",
".render(&",
"name=\"__h\"",
"name='__h'",
];