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-08-10 13:10:04 -07:00
|
|
|
// @matchestext - '"/cache/main\.js"'
|
2018-12-20 10:18:45 -06:00
|
|
|
// @!matches - '"\.\./main\.js"'
|
2022-08-10 13:10:04 -07:00
|
|
|
// @matchestext - 'data-root-path="\.\./"'
|
2018-12-20 10:18:45 -06:00
|
|
|
// @!matches - '"/cache/search-index\.js"'
|
|
|
|
pub struct SomeStruct;
|
2018-12-20 10:57:03 -06:00
|
|
|
|
|
|
|
// @has src/static_root_path/static-root-path.rs.html
|
2022-08-10 13:10:04 -07:00
|
|
|
// @matchestext - '"/cache/source-script\.js"'
|
2018-12-20 10:57:03 -06:00
|
|
|
// @!matches - '"\.\./\.\./source-script\.js"'
|
2022-08-10 13:10:04 -07:00
|
|
|
// @matchestext - '"\.\./\.\./source-files.js"'
|
2018-12-20 10:57:03 -06:00
|
|
|
// @!matches - '"/cache/source-files\.js"'
|
2019-04-15 11:20:08 -05:00
|
|
|
|
|
|
|
// @has settings.html
|
2022-08-10 13:10:04 -07:00
|
|
|
// @matchestext - '/cache/settings\.js'
|
2019-04-15 11:20:08 -05:00
|
|
|
// @!matches - '\./settings\.js'
|