From d14e63665e2ef985b919b571880dc3259a97433c Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sun, 1 Jan 2023 17:21:19 +0100 Subject: [PATCH] Add comment explaining what docblock-table GUI test is about --- src/test/rustdoc-gui/docblock-table.goml | 1 + 1 file changed, 1 insertion(+) 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"])