|
1 | 1 | //@ aux-build:q.rs
|
2 | 2 | //@ aux-build:r.rs
|
3 |
| -//@ aux-build:t.rs |
4 | 3 | //@ aux-build:s.rs
|
| 4 | +//@ aux-build:t.rs |
5 | 5 | //@ build-aux-docs
|
6 | 6 | //@ doc-flags:--enable-index-page
|
7 | 7 | //@ doc-flags:-Zunstable-options
|
8 | 8 |
|
9 |
| -//@ hasraw search-index.js 'Quebec' |
10 |
| -//@ hasraw search-index.js 'Sierra' |
| 9 | +//@ has index.html '//h1' 'List of all crates' |
11 | 10 | //@ has index.html
|
12 |
| -//@ has s/struct.Sierra.html |
13 |
| -//@ hasraw s/struct.Sierra.html 'Tango' |
14 | 11 | //@ has index.html '//ul[@class="all-items"]//a[@href="i/index.html"]' 'i'
|
15 |
| -//@ has q/struct.Quebec.html |
16 |
| -//@ has type.impl/s/struct.Sierra.js |
17 |
| -//@ hasraw type.impl/s/struct.Sierra.js 'Romeo' |
18 |
| -//@ hasraw type.impl/s/struct.Sierra.js 'Tango' |
19 | 12 | //@ has index.html '//ul[@class="all-items"]//a[@href="q/index.html"]' 'q'
|
20 |
| -//@ has index.html '//ul[@class="all-items"]//a[@href="t/index.html"]' 't' |
| 13 | +//@ has index.html '//ul[@class="all-items"]//a[@href="r/index.html"]' 'r' |
21 | 14 | //@ has index.html '//ul[@class="all-items"]//a[@href="s/index.html"]' 's'
|
| 15 | +//@ has index.html '//ul[@class="all-items"]//a[@href="t/index.html"]' 't' |
| 16 | +//@ has q/struct.Quebec.html |
22 | 17 | //@ has r/type.Romeo.html
|
| 18 | +//@ has s/struct.Sierra.html |
23 | 19 | //@ has t/trait.Tango.html
|
24 |
| -//@ hasraw search-index.js 'Romeo' |
| 20 | +//@ hasraw s/struct.Sierra.html 'Tango' |
25 | 21 | //@ hasraw trait.impl/t/trait.Tango.js 'struct.Sierra.html'
|
26 |
| -//@ has index.html '//h1' 'List of all crates' |
| 22 | +//@ hasraw search-index.js 'Quebec' |
| 23 | +//@ hasraw search-index.js 'Romeo' |
| 24 | +//@ hasraw search-index.js 'Sierra' |
27 | 25 | //@ hasraw search-index.js 'Tango'
|
28 |
| -//@ has index.html '//ul[@class="all-items"]//a[@href="r/index.html"]' 'r' |
| 26 | +//@ has type.impl/s/struct.Sierra.js |
| 27 | +//@ hasraw type.impl/s/struct.Sierra.js 'Tango' |
| 28 | +//@ hasraw type.impl/s/struct.Sierra.js 'Romeo' |
29 | 29 |
|
30 | 30 | // document everything in the default mode
|
31 | 31 |
|
|
0 commit comments