rustdoc: use src
consistently over source
in code
The CSS uses an inconsistent mix of both. This commit switches it to always use `src`.
This commit is contained in:
parent
ad963232d9
commit
34bc8fbea3
27 changed files with 129 additions and 129 deletions
|
@ -1,6 +1,6 @@
|
|||
// Small test to ensure the "src-line-numbers" element is only present once on
|
||||
// the page.
|
||||
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
|
||||
click: ".srclink"
|
||||
click: "a.src"
|
||||
wait-for: ".src-line-numbers"
|
||||
assert-count: (".src-line-numbers", 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue