diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-12-31 23:51:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-31 23:51:35 +0100 |
| commit | 0a08ab129db6c514e91cd3faae02ec7d03eb4949 (patch) | |
| tree | 123794e536ea7a69adf2d6854844eb8b61b7e525 /src/test/rustdoc-gui | |
| parent | 17263f2fa135b4c90ec307b680d7ac96089d29f0 (diff) | |
| parent | b542f28d9ba480cef8355c94b847599619bff1ef (diff) | |
| download | rust-0a08ab129db6c514e91cd3faae02ec7d03eb4949.tar.gz rust-0a08ab129db6c514e91cd3faae02ec7d03eb4949.zip | |
Rollup merge of #106328 - GuillaumeGomez:gui-test-explanation, r=notriddle
Add comment explaining what the GUI scrape-examples-fonts test is about r? `@notriddle`
Diffstat (limited to 'src/test/rustdoc-gui')
| -rw-r--r-- | src/test/rustdoc-gui/scrape-examples-fonts.goml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rustdoc-gui/scrape-examples-fonts.goml b/src/test/rustdoc-gui/scrape-examples-fonts.goml index b7d7f4ccb4a..142f337cb74 100644 --- a/src/test/rustdoc-gui/scrape-examples-fonts.goml +++ b/src/test/rustdoc-gui/scrape-examples-fonts.goml @@ -1,3 +1,4 @@ +// This test ensures that the correct font is used in scraped examples. goto: "file://" + |DOC_PATH| + "/scrape_examples/fn.test_many.html" store-value: (font, '"Fira Sans", Arial, NanumBarunGothic, sans-serif') |
