2018-12-20 10:18:45 -06:00
|
|
|
//@ compile-flags:-Z unstable-options --static-root-path /cache/
|
|
|
|
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has static_root_path/struct.SomeStruct.html
|
|
|
|
//@ matchesraw - '"/cache/main-'
|
|
|
|
//@ !matchesraw - '"\.\./main'
|
|
|
|
//@ matchesraw - 'data-root-path="\.\./"'
|
|
|
|
//@ !matchesraw - '"/cache/search-index\.js"'
|
2018-12-20 10:18:45 -06:00
|
|
|
pub struct SomeStruct;
|
2018-12-20 10:57:03 -06:00
|
|
|
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has src/static_root_path/static-root-path.rs.html
|
|
|
|
//@ matchesraw - '"/cache/src-script-'
|
|
|
|
//@ !matchesraw - '"\.\./\.\./src-script'
|
|
|
|
//@ matchesraw - '"\.\./\.\./src-files.js"'
|
|
|
|
//@ !matchesraw - '"/cache/src-files\.js"'
|
2019-04-15 11:20:08 -05:00
|
|
|
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has settings.html
|
|
|
|
//@ matchesraw - '/cache/settings-'
|
|
|
|
//@ !matchesraw - '\../settings'
|