Update rustdoc-json test
This commit is contained in:
parent
c18f22058b
commit
0fd4db3716
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ mod usize {}
|
||||||
|
|
||||||
// @set local_crate_id = primitive.json "$.index[*][?(@.name=='primitive')].crate_id"
|
// @set local_crate_id = primitive.json "$.index[*][?(@.name=='primitive')].crate_id"
|
||||||
|
|
||||||
// @has - "$.index[*][?(@.name=='log10')]"
|
// @has - "$.index[*][?(@.name=='ilog10')]"
|
||||||
// @!is - "$.index[*][?(@.name=='log10')].crate_id" $local_crate_id
|
// @!is - "$.index[*][?(@.name=='ilog10')].crate_id" $local_crate_id
|
||||||
// @has - "$.index[*][?(@.name=='checked_add')]"
|
// @has - "$.index[*][?(@.name=='checked_add')]"
|
||||||
// @!is - "$.index[*][?(@.name=='checked_add')]" $local_crate_id
|
// @!is - "$.index[*][?(@.name=='checked_add')]" $local_crate_id
|
||||||
// @!has - "$.index[*][?(@.name=='is_ascii_uppercase')]"
|
// @!has - "$.index[*][?(@.name=='is_ascii_uppercase')]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue