Skip to content

Commit

Permalink
Rollup merge of rust-lang#114853 - GuillaumeGomez:migrate-gui-test-co…
Browse files Browse the repository at this point in the history
…lor-33, r=notriddle

Migrate GUI colors test to original CSS color format

Follow-up of rust-lang#111459.

r? ```@notriddle```
  • Loading branch information
GuillaumeGomez authored Aug 15, 2023
2 parents 27e92e3 + a826cdb commit 1261a7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/rustdoc-gui/unsafe-fn.goml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ define-function: (
},
)

call-function: ("sup-check", ("dark", "rgb(221, 221, 221)"))
call-function: ("sup-check", ("ayu", "rgb(197, 197, 197)"))
call-function: ("sup-check", ("light", "rgb(0, 0, 0)"))
call-function: ("sup-check", ("ayu", "#c5c5c5"))
call-function: ("sup-check", ("dark", "#ddd"))
call-function: ("sup-check", ("light", "black"))

0 comments on commit 1261a7f

Please sign in to comment.