diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-01-01 17:21:19 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-01-01 17:21:59 +0100 |
| commit | d14e63665e2ef985b919b571880dc3259a97433c (patch) | |
| tree | 5c1d9e8a7dd26f211ba5407b89de2b23b315c243 /src/test | |
| parent | b542f28d9ba480cef8355c94b847599619bff1ef (diff) | |
| download | rust-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.goml | 1 |
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"]) |
