about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-01-01 17:21:19 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-01-01 17:21:59 +0100
commitd14e63665e2ef985b919b571880dc3259a97433c (patch)
tree5c1d9e8a7dd26f211ba5407b89de2b23b315c243 /src/test
parentb542f28d9ba480cef8355c94b847599619bff1ef (diff)
downloadrust-d14e63665e2ef985b919b571880dc3259a97433c.tar.gz
rust-d14e63665e2ef985b919b571880dc3259a97433c.zip
Add comment explaining what docblock-table GUI test is about
Diffstat (limited to 'src/test')
-rw-r--r--src/test/rustdoc-gui/docblock-table.goml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rustdoc-gui/docblock-table.goml b/src/test/rustdoc-gui/docblock-table.goml
index 8645c1b1949..6f9209e0ab4 100644
--- a/src/test/rustdoc-gui/docblock-table.goml
+++ b/src/test/rustdoc-gui/docblock-table.goml
@@ -1,3 +1,4 @@
+// This test checks the appearance of the tables in the doc comments.
 goto: "file://" + |DOC_PATH| + "/test_docs/doc_block_table/struct.DocBlockTable.html#method.func"
 
 compare-elements-css: (".impl-items .docblock table th", ".top-doc .docblock table th", ["border"])