docs(runtime): tighten dynamic binding proof
req: runtime/007
This commit is contained in:
@@ -86,7 +86,7 @@ fn run_html_examples_smoke() -> ExitCode {
|
||||
("delete row", DELETE_ROW_SMOKE),
|
||||
("lazy load", LAZY_LOAD_SMOKE),
|
||||
("click-to-load load more", CLICK_TO_LOAD_SMOKE),
|
||||
("infinite/reveal rows", INFINITE_SCROLL_SMOKE), // req: runtime/007 test
|
||||
("infinite/reveal rows", INFINITE_SCROLL_SMOKE), // req: test/006 test; req: runtime/007
|
||||
("value select", VALUE_SELECT_SMOKE),
|
||||
("reset user input", RESET_INPUT_SMOKE),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user