-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Include sorting in test fixtures, add verbose header error
Also refactor index key matching to use simplified version.
- Loading branch information
1 parent
823c16f
commit cac4798
Showing
3 changed files
with
87 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74 changes: 74 additions & 0 deletions
74
legacy_hook/tests/Unit/Fixtures/Permalinks/p/dummyvendor/dummy/main/en-us/objects.inv.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"std:doc": { | ||
"dupe-entry": [ | ||
"Dummy", | ||
"main", | ||
"Index.html#std-doc", | ||
"Dummy" | ||
] | ||
}, | ||
"std:title": { | ||
"dupe-entry": [ | ||
"Dummy", | ||
"main", | ||
"Index.html#std-title", | ||
"Dummy" | ||
] | ||
}, | ||
"std:confval": { | ||
"dupe-entry": [ | ||
"Dummy", | ||
"main", | ||
"Index.html#std-confval", | ||
"Dummy" | ||
] | ||
}, | ||
"std:option": { | ||
"dupe-entry": [ | ||
"Dummy", | ||
"main", | ||
"Index.html#std-option", | ||
"Dummy" | ||
] | ||
}, | ||
"std:console:command-list": { | ||
"dupe-entry": [ | ||
"Dummy", | ||
"main", | ||
"Index.html#std-console-command-list", | ||
"Dummy" | ||
] | ||
}, | ||
"std:console:command": { | ||
"dupe-entry": [ | ||
"Dummy", | ||
"main", | ||
"Index.html#std-console-command", | ||
"Dummy" | ||
] | ||
}, | ||
"php:property": { | ||
"dupe-entry": [ | ||
"Dummy", | ||
"main", | ||
"Index.html#php-property", | ||
"Dummy" | ||
] | ||
}, | ||
"000anything:random": { | ||
"dupe-entry": [ | ||
"Dummy", | ||
"main", | ||
"Index.html#anything-random", | ||
"Dummy" | ||
] | ||
}, | ||
"std:label": { | ||
"dupe-entry": [ | ||
"Dummy", | ||
"main", | ||
"Index.html#dupe-entry", | ||
"The real dupe target to prove sorting kind of works" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters