]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-gui/huge-collection-of-constants.goml
Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514
[rust.git] / src / test / rustdoc-gui / huge-collection-of-constants.goml
index 924fab1ea91068817d431d481f26c94218867fdb..4f7fe7a212c923628f60dd76c8aa84b6a1348a98 100644 (file)
@@ -2,4 +2,8 @@ goto: file://|DOC_PATH|/test_docs/huge_amount_of_consts/index.html
 
 // Make sure that the last two entries are more than 12 pixels apart and not stacked on each other.
 
-compare-elements-position-near-false: ("//*[@class='item-table']//div[last()-1]", "//*[@class='item-table']//div[last()-3]", {"y": 12})
+compare-elements-position-near-false: (
+    "//*[@class='item-table']//div[last()-1]",
+    "//*[@class='item-table']//div[last()-3]",
+    {"y": 12},
+)