summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/item-desc-list-at-start.rs
blob: d88c61d333e87daecec6139227c4acc1c8301b1c (plain)
1
2
3
4
5
6
7
8
9
// @has item_desc_list_at_start/index.html
// @count - '//ul[@class="item-table"]/li/div/li' 0
// @count - '//ul[@class="item-table"]/li' 1
// @snapshot item-table - '//ul[@class="item-table"]'

// based on https://docs.rs/gl_constants/0.1.1/src/gl_constants/lib.rs.html#16

/// * Groups: `SamplePatternSGIS`, `SamplePatternEXT`
pub const MY_CONSTANT: usize = 0;