File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
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", "")
Original file line number Diff line number Diff line change @@ -54,3 +54,10 @@ pub mod long_trait {
54
54
pub trait ALongNameBecauseItHelpsTestingTheCurrentProblem : DerefMut < Target = u32 >
55
55
+ From < u128 > + Send + Sync + AsRef < str > + ' static { }
56
56
}
57
+
58
+ pub mod summary_table {
59
+ /// | header 1 | header 2 |
60
+ /// | -------- | -------- |
61
+ /// | content | content |
62
+ pub struct Foo ;
63
+ }
You can’t perform that action at this time.
0 commit comments