about summary refs log tree commit diff
path: root/src/test/run-make
diff options
context:
space:
mode:
authorWill Crichton <wcrichto@cs.stanford.edu>2022-01-27 17:00:31 -0800
committerWill Crichton <wcrichto@cs.stanford.edu>2022-03-27 18:11:50 -0700
commitae5d0cbe74a07baef9eb92dde82b28feea8961cd (patch)
tree1edfc7666057d49e7d77b35f19a9fe86627d438f /src/test/run-make
parentf1e3e2c366b05f232c6b2225af7fc155925029df (diff)
downloadrust-ae5d0cbe74a07baef9eb92dde82b28feea8961cd.tar.gz
rust-ae5d0cbe74a07baef9eb92dde82b28feea8961cd.zip
Improve alignment of additional scraped examples, add scrape examples help page
Diffstat (limited to 'src/test/run-make')
-rw-r--r--src/test/run-make/rustdoc-scrape-examples-ordering/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-make/rustdoc-scrape-examples-ordering/src/lib.rs b/src/test/run-make/rustdoc-scrape-examples-ordering/src/lib.rs
index 7bd57609fa2..c53c987a7cb 100644
--- a/src/test/run-make/rustdoc-scrape-examples-ordering/src/lib.rs
+++ b/src/test/run-make/rustdoc-scrape-examples-ordering/src/lib.rs
@@ -1,6 +1,6 @@
 // @has foobar/fn.ok.html '//*[@class="docblock scraped-example-list"]' 'ex2'
 // @has foobar/fn.ok.html '//*[@class="more-scraped-examples"]' 'ex1'
-// @has foobar/fn.ok.html '//*[@class="highlight focus"]' ''
-// @has foobar/fn.ok.html '//*[@class="highlight"]' ''
+// @has foobar/fn.ok.html '//*[@class="highlight focus"]' 'ok'
+// @has foobar/fn.ok.html '//*[@class="highlight"]' 'ok'
 
 pub fn ok(_x: i32) {}