about summary refs log tree commit diff
path: root/src/test/rustdoc-gui
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-12-31 23:51:35 +0100
committerGitHub <noreply@github.com>2022-12-31 23:51:35 +0100
commit0a08ab129db6c514e91cd3faae02ec7d03eb4949 (patch)
tree123794e536ea7a69adf2d6854844eb8b61b7e525 /src/test/rustdoc-gui
parent17263f2fa135b4c90ec307b680d7ac96089d29f0 (diff)
parentb542f28d9ba480cef8355c94b847599619bff1ef (diff)
downloadrust-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.goml1
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')