Skip to content

Commit c3a124e

Browse files
authoredApr 2, 2024
Rollup merge of #123338 - GuillaumeGomez:update-browser-ui-test, r=notriddle
Update to new browser-ui-test version This new version brings a lot of new internal improvements (mostly around validating the commands input). It also improved some command names and arguments. r? `@notriddle`
2 parents 3aab05e + 0bb1ec7 commit c3a124e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+267
-249
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.11
1+
0.17.0

‎tests/rustdoc-gui/anchors.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
define-function: (
44
"check-colors",
5-
(theme, main_color, title_color, main_heading_color, main_heading_type_color, src_link_color, sidebar_link_color),
5+
[theme, main_color, title_color, main_heading_color, main_heading_type_color, src_link_color, sidebar_link_color],
66
block {
77
go-to: "file://" + |DOC_PATH| + "/staged_api/struct.Foo.html"
88
// This is needed to ensure that the text color is computed.

0 commit comments

Comments
 (0)