2018-12-20 10:18:45 -06:00
|
|
|
// compile-flags:-Z unstable-options --static-root-path /cache/
|
|
|
|
|
|
|
|
// @has static_root_path/struct.SomeStruct.html
|
2022-09-29 01:52:00 -05:00
|
|
|
// @matchesraw - '"/cache/main-'
|
2022-10-24 03:28:55 -05:00
|
|
|
// @!matchesraw - '"\.\./main'
|
2022-08-10 15:13:18 -05:00
|
|
|
// @matchesraw - 'data-root-path="\.\./"'
|
2022-08-11 23:44:07 -05:00
|
|
|
// @!matchesraw - '"/cache/search-index\.js"'
|
2018-12-20 10:18:45 -06:00
|
|
|
pub struct SomeStruct;
|
2018-12-20 10:57:03 -06:00
|
|
|
|
|
|
|
// @has src/static_root_path/static-root-path.rs.html
|
2023-07-14 18:46:46 -05:00
|
|
|
// @matchesraw - '"/cache/src-script-'
|
|
|
|
// @!matchesraw - '"\.\./\.\./src-script'
|
|
|
|
// @matchesraw - '"\.\./\.\./src-files.js"'
|
|
|
|
// @!matchesraw - '"/cache/src-files\.js"'
|
2019-04-15 11:20:08 -05:00
|
|
|
|
|
|
|
// @has settings.html
|
2022-09-29 01:52:00 -05:00
|
|
|
// @matchesraw - '/cache/settings-'
|
2022-10-24 03:28:55 -05:00
|
|
|
// @!matchesraw - '\../settings'
|