rust/tests/rustdoc/item-desc-list-at-start.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
363 B
Rust
Raw Normal View History

//@ 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;