]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc-gui/item-summary-table.goml
Update unsuspicious file list
[rustc.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-false: ".item-table .item-right"