diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2022-08-12 00:44:07 -0400 |
|---|---|---|
| committer | Noah Lev <camelidcamel@gmail.com> | 2022-08-13 00:52:16 -0400 |
| commit | b34e2404fd375e1bc18c1191639e4e67bdbc7d19 (patch) | |
| tree | eddb11bee894f0a05292ea6a5597e8289e0c69bb /src/test/rustdoc/tuple-struct-fields-doc.rs | |
| parent | 9db6061d64fbec7470f4e4419d16c47fe9aeb322 (diff) | |
| download | rust-b34e2404fd375e1bc18c1191639e4e67bdbc7d19.tar.gz rust-b34e2404fd375e1bc18c1191639e4e67bdbc7d19.zip | |
Update `@!has` name in tests
Diffstat (limited to 'src/test/rustdoc/tuple-struct-fields-doc.rs')
| -rw-r--r-- | src/test/rustdoc/tuple-struct-fields-doc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/tuple-struct-fields-doc.rs b/src/test/rustdoc/tuple-struct-fields-doc.rs index 31426131bc2..b5a90043395 100644 --- a/src/test/rustdoc/tuple-struct-fields-doc.rs +++ b/src/test/rustdoc/tuple-struct-fields-doc.rs @@ -5,7 +5,7 @@ // @has - '//h3[@class="sidebar-title"]/a[@href="#fields"]' 'Tuple Fields' // @has - '//*[@id="structfield.0"]' '0: u32' // @has - '//*[@id="main-content"]/div[@class="docblock"]' 'hello' -// @!has - '//*[@id="structfield.1"]' +// @!hasraw - '//*[@id="structfield.1"]' // @has - '//*[@id="structfield.2"]' '2: char' // @has - '//*[@id="structfield.3"]' '3: i8' // @has - '//*[@id="main-content"]/div[@class="docblock"]' 'not hello' |
