mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-13 20:30:15 +00:00
8 lines
234 B
Rust
8 lines
234 B
Rust
//@ compile-flags: --default-theme ayu
|
|
|
|
//@ has default_theme/index.html
|
|
//@ has - '//script[@id="default-settings"]/@data-theme' 'ayu'
|
|
//@ has - '//script[@id="default-settings"]/@data-use_system_theme' 'false'
|
|
|
|
pub fn whatever() {}
|