Skip to content

Commit 2fe4503

Browse files
committed
Check the remaining nodes
1 parent bbcb633 commit 2fe4503

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/rustdoc/issue-53812.rs

+4
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ macro_rules! array_impls {
2323
}
2424

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

0 commit comments

Comments
 (0)