diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-01-17 18:36:11 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-01-17 22:36:49 +0100 |
| commit | 3c62ccdff5cf4dc27be4faff91a5874032ae861a (patch) | |
| tree | 0501a8d5d61329705bfb10533f3b13a2270a2802 /tests/rustdoc/item-desc-list-at-start.rs | |
| parent | 42f9c797768f63643fb1ddd29a7fdc33486f69de (diff) | |
| download | rust-3c62ccdff5cf4dc27be4faff91a5874032ae861a.tar.gz rust-3c62ccdff5cf4dc27be4faff91a5874032ae861a.zip | |
Update rustdoc tests
Diffstat (limited to 'tests/rustdoc/item-desc-list-at-start.rs')
| -rw-r--r-- | tests/rustdoc/item-desc-list-at-start.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/rustdoc/item-desc-list-at-start.rs b/tests/rustdoc/item-desc-list-at-start.rs index fbcc36066f1..7c2b31c9460 100644 --- a/tests/rustdoc/item-desc-list-at-start.rs +++ b/tests/rustdoc/item-desc-list-at-start.rs @@ -1,7 +1,8 @@ //@ 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"]' +//@ count - '//dl[@class="item-table"]/dd//ul' 0 +//@ count - '//dl[@class="item-table"]/dd//li' 0 +//@ count - '//dl[@class="item-table"]/dd' 1 +//@ snapshot item-table - '//dl[@class="item-table"]' // based on https://docs.rs/gl_constants/0.1.1/src/gl_constants/lib.rs.html#16 |
