spec(module_doc): add "Signals" test
This commit is contained in:
parent
5d45637954
commit
71f43ecb9b
|
@ -82,7 +82,7 @@ end
|
|||
local function extract_property_constraints(property_constraint_node: scan.HTMLNode): { string }
|
||||
return scraper_utils.scrape(
|
||||
property_constraint_node:outer_html(),
|
||||
"tr.see_also_sublist",
|
||||
"tr.see_also_sublist i code",
|
||||
extract_node_text
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue