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-28 23:52:00 -07:00
|
|
|
// @matchesraw - '"/cache/main-'
|
2022-10-24 01:28:55 -07:00
|
|
|
// @!matchesraw - '"\.\./main'
|
2022-08-10 13:13:18 -07:00
|
|
|
// @matchesraw - 'data-root-path="\.\./"'
|
2022-08-12 00:44:07 -04: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
|
2022-09-28 23:52:00 -07:00
|
|
|
// @matchesraw - '"/cache/source-script-'
|
2022-10-24 01:28:55 -07:00
|
|
|
// @!matchesraw - '"\.\./\.\./source-script'
|
2022-08-10 13:13:18 -07:00
|
|
|
// @matchesraw - '"\.\./\.\./source-files.js"'
|
2022-08-12 00:44:07 -04:00
|
|
|
// @!matchesraw - '"/cache/source-files\.js"'
|
2019-04-15 11:20:08 -05:00
|
|
|
|
|
|
|
// @has settings.html
|
2022-09-28 23:52:00 -07:00
|
|
|
// @matchesraw - '/cache/settings-'
|
2022-10-24 01:28:55 -07:00
|
|
|
// @!matchesraw - '\../settings'
|