diff options
| author | bors <bors@rust-lang.org> | 2023-01-01 18:35:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-01-01 18:35:04 +0000 |
| commit | 77429957a0e9c90a26c89def061ffdd4bae5ccb9 (patch) | |
| tree | 4f38b6074e751a1708e6b0e7fd21867942308f59 | |
| parent | bb6e76df06dcbdb96e634eb28a49f161d70ab844 (diff) | |
| parent | d14e63665e2ef985b919b571880dc3259a97433c (diff) | |
| download | rust-77429957a0e9c90a26c89def061ffdd4bae5ccb9.tar.gz rust-77429957a0e9c90a26c89def061ffdd4bae5ccb9.zip | |
Auto merge of #106350 - GuillaumeGomez:gui-test-explanation-2, r=notriddle
Add comment explaining what docblock-table GUI test is about r? `@notriddle`
| -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"]) |
