]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/item-summary-table.goml
Rollup merge of #100367 - fmease:fix-100365, r=compiler-errors
[rust.git] / src / test / rustdoc-gui / item-summary-table.goml
1 // This test ensures that <table> elements aren't display in items summary.
2 goto: file://|DOC_PATH|/lib2/summary_table/index.html
3 // We check that we picked the right item first.
4 assert-text: (".item-table .item-left", "Foo")
5 // Then we check that its summary is empty.
6 assert-text: (".item-table .item-right", "")