about summary refs log tree commit diff
path: root/tests/rustdoc-gui/basic-code.goml
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-01-23 01:41:56 +0000
committerbors <bors@rust-lang.org>2023-01-23 01:41:56 +0000
commit20180540e6065fc9331247beb5794cdc2d7e2810 (patch)
tree5c70e7ac6f8df274ef2fee968f9e8b3fecf76c9f /tests/rustdoc-gui/basic-code.goml
parent59d3572bd6514e38ec5d2dfc3b524274074653d3 (diff)
parente0df0429c49bce88e9d81ead810804047ea26631 (diff)
downloadrust-20180540e6065fc9331247beb5794cdc2d7e2810.tar.gz
rust-20180540e6065fc9331247beb5794cdc2d7e2810.zip
Auto merge of #2762 - RalfJung:rustup, r=RalfJung
Rustup
Diffstat (limited to 'tests/rustdoc-gui/basic-code.goml')
-rw-r--r--tests/rustdoc-gui/basic-code.goml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rustdoc-gui/basic-code.goml b/tests/rustdoc-gui/basic-code.goml
index 108cf8abcb5..971c2f9480e 100644
--- a/tests/rustdoc-gui/basic-code.goml
+++ b/tests/rustdoc-gui/basic-code.goml
@@ -1,3 +1,5 @@
+// Small test to ensure the "src-line-numbers" element is only present once on
+// the page.
 goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
 click: ".srclink"
 wait-for: ".src-line-numbers"