Skip to content

Commit

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

Migrate GUI colors test to original CSS color format

Follow-up of #111459.

r? ``@notriddle``
  • Loading branch information
matthiaskrgr committed Aug 15, 2023
2 parents a830834 + a826cdb commit 79bc72a
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 79bc72a

Please sign in to comment.