Skip to content
/ rust Public
forked from rust-lang/rust

Commit 0979bf7

Browse files
Migrate GUI colors test to original CSS color format
1 parent fa1f161 commit 0979bf7

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)