]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-gui/trait-sidebar-item-order.goml
Auto merge of #103671 - matthiaskrgr:rollup-iuugpep, r=matthiaskrgr
[rust.git] / src / test / rustdoc-gui / trait-sidebar-item-order.goml
index d77d1dca483e0e0cbbb03cb169d98e08f9314bc0..a799444a1087e97a6511d611fa29f1c5171c99d5 100644 (file)
@@ -1,5 +1,5 @@
 // Checks that the elements in the sidebar are alphabetically sorted.
-goto: file://|DOC_PATH|/test_docs/trait.AnotherOne.html
+goto: "file://" + |DOC_PATH| + "/test_docs/trait.AnotherOne.html"
 assert-text: (".sidebar-elems section .block li:nth-of-type(1) > a", "another")
 assert-text: (".sidebar-elems section .block li:nth-of-type(2) > a", "func1")
 assert-text: (".sidebar-elems section .block li:nth-of-type(3) > a", "func2")