diff options
| author | Yuki Okushi <huyuumi.dev+love@gmail.com> | 2022-12-22 08:32:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-22 08:32:13 +0900 |
| commit | 4d50fa69896e3c3d58a659e72de16facadde62f8 (patch) | |
| tree | 00b6e13819223f2b59ab6e07f2c96d0d735cbf40 /src/test/rustdoc-gui | |
| parent | 4c2dd75af33db9500428e96fe0672cbcb489779a (diff) | |
| parent | 34a4e5cc1219da042697cf3adb984eeec2f8cb80 (diff) | |
| download | rust-4d50fa69896e3c3d58a659e72de16facadde62f8.tar.gz rust-4d50fa69896e3c3d58a659e72de16facadde62f8.zip | |
Rollup merge of #106014 - GuillaumeGomez:add-gui-explanations-scrape-examples-toggle, r=notriddle
Add comment explaining what the scrape-examples-toggle.goml GUI test is about r? `@notriddle`
Diffstat (limited to 'src/test/rustdoc-gui')
| -rw-r--r-- | src/test/rustdoc-gui/scrape-examples-toggle.goml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rustdoc-gui/scrape-examples-toggle.goml b/src/test/rustdoc-gui/scrape-examples-toggle.goml index ee720afb788..a0b696ee336 100644 --- a/src/test/rustdoc-gui/scrape-examples-toggle.goml +++ b/src/test/rustdoc-gui/scrape-examples-toggle.goml @@ -1,3 +1,4 @@ +// This tests checks that the "scraped examples" toggle is working as expected. goto: "file://" + |DOC_PATH| + "/scrape_examples/fn.test_many.html" // Clicking "More examples..." will open additional examples |
