From b542f28d9ba480cef8355c94b847599619bff1ef Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 31 Dec 2022 11:15:02 +0100 Subject: [PATCH] Add comment explaining what the GUI scrape-examples-fonts test is about --- src/test/rustdoc-gui/scrape-examples-fonts.goml | 1 + 1 file changed, 1 insertion(+) 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')