Skip to content

Commit

Permalink
Check the remaining nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
kzys committed Sep 16, 2018
1 parent bbcb633 commit 2fe4503
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/rustdoc/issue-53812.rs
Expand Up @@ -23,4 +23,8 @@ macro_rules! array_impls {
}

// @has issue_53812/trait.MyIterator.html '//*[@id="implementors-list"]//h3[1]' 'MyStruct<[T; 0]>'
// @has - '//*[@id="implementors-list"]//h3[2]' 'MyStruct<[T; 1]>'
// @has - '//*[@id="implementors-list"]//h3[3]' 'MyStruct<[T; 2]>'
// @has - '//*[@id="implementors-list"]//h3[4]' 'MyStruct<[T; 3]>'
// @has - '//*[@id="implementors-list"]//h3[5]' 'MyStruct<[T; 10]>'
array_impls! { 10 3 2 1 0 }

0 comments on commit 2fe4503

Please sign in to comment.