]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-gui/item-summary-table.goml
Extend `BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE`.
[rust.git] / tests / 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"