Skip to content

Commit d2f82a0

Browse files
authored
Rollup merge of #113023 - GuillaumeGomez:migrate-gui-test-color-17, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of #111459. r? `@notriddle`
2 parents 75f6a7a + 0979bf7 commit d2f82a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/rustdoc-gui/docblock-code-block-line-number.goml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ define-function: (
3737
)
3838
call-function: ("check-colors", {
3939
"theme": "ayu",
40-
"color": "rgb(92, 103, 115)",
40+
"color": "#5c6773",
4141
})
4242
call-function: ("check-colors", {
4343
"theme": "dark",
44-
"color": "rgb(59, 145, 226)",
44+
"color": "#3b91e2",
4545
})
4646
call-function: ("check-colors", {
4747
"theme": "light",
48-
"color": "rgb(198, 126, 45)",
48+
"color": "#c67e2d",
4949
})
5050

5151
// The first code block has two lines so let's check its `<pre>` elements lists both of them.

0 commit comments

Comments
 (0)