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