]> git.proxmox.com Git - rustc.git/blobdiff - tests/rustdoc-gui/enum-variants.goml
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / rustdoc-gui / enum-variants.goml
index 8dfc49285f2eb6695818d2d5a6090a3728ba3349..a1f60986ac3568b9f7cf8754bfb336fdb7e7cb33 100644 (file)
@@ -1,5 +1,5 @@
 // Verifies that there is non-zero margin on variants and their docblocks.
-goto: "file://" + |DOC_PATH| + "/test_docs/enum.WhoLetTheDogOut.html"
+go-to: "file://" + |DOC_PATH| + "/test_docs/enum.WhoLetTheDogOut.html"
 
 assert-css: (".variants > .variant", {"margin": "0px 0px 12px"})
 assert-css: (".variants > .docblock", {"margin": "0px 0px 32px 24px"})