]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-gui/hash-item-expansion.goml
Rollup merge of #103382 - compiler-errors:anon-apit-lt-region-ice, r=cjgillot
[rust.git] / src / test / rustdoc-gui / hash-item-expansion.goml
index 861f6928362c28e841541b3d91620b56c828fd85..3cf94f624fee8910036e4bbdbcd72864a02d34fe 100644 (file)
@@ -1,5 +1,5 @@
 // This test ensures that the element corresponding to the hash is displayed.
-goto: file://|DOC_PATH|/test_docs/struct.Foo.html#method.borrow
+goto: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html#method.borrow"
 // In the blanket implementations list, "Borrow" is the second one, hence the ":nth(2)".
 assert-attribute: ("#blanket-implementations-list > details:nth-child(2)", {"open": ""})
 // We first check that the impl block is open by default.