rust/tests/rustdoc-gui/item-summary-table.goml
2025-01-18 20:29:55 +01:00

6 lines
304 B
Text

// This test ensures that <table> elements aren't display in items summary.
go-to: "file://" + |DOC_PATH| + "/lib2/summary_table/index.html"
// We check that we picked the right item first.
assert-text: (".item-table dt", "Foo")
// Then we check that its summary is empty.
assert-false: ".item-table dd"