Skip to content

Commit 173e1eb

Browse files
committed
update test file output order
1 parent a462b14 commit 173e1eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/authoring/Generator/LinkReferenceFile.fs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@ Through various means $$$including-this-inline-syntax$$$
6464
"url_path_prefix": "",
6565
"links": {
6666
"file.md": {},
67-
"index.md": {
68-
"anchors": [
69-
"including-this-inline-syntax",
70-
"this-anchor-is-autogenerated",
71-
"and-anchored"
72-
]
73-
},
7467
"testing/redirects/5th-page.md": {
7568
"anchors": [ "bb" ]
7669
},
@@ -82,6 +75,13 @@ Through various means $$$including-this-inline-syntax$$$
8275
},
8376
"testing/redirects/first-page.md": {
8477
"anchors": [ "has-an-anchor-as-well" ]
78+
},
79+
"index.md": {
80+
"anchors": [
81+
"including-this-inline-syntax",
82+
"this-anchor-is-autogenerated",
83+
"and-anchored"
84+
]
8585
}
8686
},
8787
"cross_links": [],

0 commit comments

Comments
 (0)