about summary refs log tree commit diff
path: root/tests/rustdoc-gui/struct-fields.goml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-10-27 11:26:45 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2024-10-27 11:26:45 +0100
commitc50bfda34f6559211688957d50a21207f46fdcb5 (patch)
treeeb20270d7b04b940caaa64877cd8bd310e5d7f97 /tests/rustdoc-gui/struct-fields.goml
parentde7cef75be8fab7a7e1b4d5bb01b51b4bac925c3 (diff)
downloadrust-c50bfda34f6559211688957d50a21207f46fdcb5.tar.gz
rust-c50bfda34f6559211688957d50a21207f46fdcb5.zip
Add GUI regression test for doc struct fields margins
Diffstat (limited to 'tests/rustdoc-gui/struct-fields.goml')
-rw-r--r--tests/rustdoc-gui/struct-fields.goml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/struct-fields.goml b/tests/rustdoc-gui/struct-fields.goml
index 3c87a4cd654..302a1a0d80b 100644
--- a/tests/rustdoc-gui/struct-fields.goml
+++ b/tests/rustdoc-gui/struct-fields.goml
@@ -1,4 +1,5 @@
-// This test ensures that each field is on its own line (In other words, they have display: block).
+// This test ensures that each field is on its own line (In other words, they have
+// `display: block`).
 go-to: "file://" + |DOC_PATH| + "/test_docs/struct.StructWithPublicUndocumentedFields.html"
 
 store-property: ("//*[@id='structfield.first']", {"offsetTop": first_top})