diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-12-21 20:21:31 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-12-21 20:21:31 +0100 |
| commit | 34a4e5cc1219da042697cf3adb984eeec2f8cb80 (patch) | |
| tree | 14093d427d7bb446d27ad4b5c8ee2dabfcd60374 /src/test/rustdoc-gui | |
| parent | 4653c93e4442d88bf3278067183c8fdc0be74a1f (diff) | |
| download | rust-34a4e5cc1219da042697cf3adb984eeec2f8cb80.tar.gz rust-34a4e5cc1219da042697cf3adb984eeec2f8cb80.zip | |
Add comment explaining what the scrape-examples-toggle.goml GUI test is about
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 |
