-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stabilize parsers output by sorting hash keys (fix #29)
- Loading branch information
Igor Afanasyev
committed
Aug 25, 2016
1 parent
00ca5c8
commit a6c4d3f
Showing
17 changed files
with
73 additions
and
73 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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
items | ||
{ | ||
0 1 3 1 1 /foo__PRESERVE_ANCHOR__foo_anchor NO 0 | ||
1 2 5 1 2 /subsection1/baz NO 0 | ||
2 3 7 1 3 /subsection1/foo NO 0 | ||
3 4 9 1 4 /baz__PRESERVE_ANCHOR__baz_anchor NO 0 | ||
0 1 3 1 1 /baz__PRESERVE_ANCHOR__baz_anchor NO 0 | ||
1 2 5 1 2 /foo__PRESERVE_ANCHOR__foo_anchor NO 0 | ||
2 3 7 1 3 /subsection1/baz NO 0 | ||
3 4 9 1 4 /subsection1/foo NO 0 | ||
} |
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
8 changes: 4 additions & 4 deletions
8
t/data/engine/parse_yaml/00/reference-output/database/strings
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
strings | ||
{ | ||
0 1 2 bar1 NO 0 | ||
1 2 4 etc2 NO 0 | ||
2 3 6 bar2 NO 0 | ||
3 4 8 etc1 NO 0 | ||
0 1 2 etc1 NO 0 | ||
1 2 4 bar1 NO 0 | ||
2 3 6 etc2 NO 0 | ||
3 4 8 bar2 NO 0 | ||
} |
8 changes: 4 additions & 4 deletions
8
t/data/engine/parse_yaml/00/reference-output/database/translations
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
translations | ||
{ | ||
0 1 10 1 test ḃáŕ1 NO 0 0 | ||
1 2 11 2 test ēţç2 NO 0 0 | ||
2 3 12 3 test ḃáŕ2 NO 0 0 | ||
3 4 13 4 test ēţç1 NO 0 0 | ||
0 1 10 1 test ēţç1 NO 0 0 | ||
1 2 11 2 test ḃáŕ1 NO 0 0 | ||
2 3 12 3 test ēţç2 NO 0 0 | ||
3 4 13 4 test ḃáŕ2 NO 0 0 | ||
} |
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
12 changes: 6 additions & 6 deletions
12
t/data/engine/parse_yaml/01/reference-output/database/items
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
items | ||
{ | ||
0 1 3 1 1 /subsection1/baz NO 0 | ||
1 2 5 1 2 /subsection1/foo NO 0 | ||
2 3 7 1 3 /baz NO 0 | ||
3 4 9 1 4 /subsection2/baz NO 0 | ||
4 5 11 1 5 /subsection2/foo NO 0 | ||
5 6 13 1 6 /foo NO 0 | ||
0 1 3 1 1 /baz NO 0 | ||
1 2 5 1 2 /foo NO 0 | ||
2 3 7 1 3 /subsection1/baz NO 0 | ||
3 4 9 1 4 /subsection1/foo NO 0 | ||
4 5 11 1 5 /subsection2/baz NO 0 | ||
5 6 13 1 6 /subsection2/foo NO 0 | ||
} |
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
12 changes: 6 additions & 6 deletions
12
t/data/engine/parse_yaml/01/reference-output/database/strings
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
strings | ||
{ | ||
0 1 2 etc2 NO 0 | ||
1 2 4 bar2 NO 0 | ||
2 3 6 etc1 NO 0 | ||
3 4 8 etc1 /subsection2/baz 0 | ||
4 5 10 bar1 NO 0 | ||
5 6 12 bar1 /foo 0 | ||
0 1 2 etc1 NO 0 | ||
1 2 4 bar1 NO 0 | ||
2 3 6 etc2 NO 0 | ||
3 4 8 bar2 NO 0 | ||
4 5 10 etc1 /subsection2/baz 0 | ||
5 6 12 bar1 /subsection2/foo 0 | ||
} |
10 changes: 5 additions & 5 deletions
10
t/data/engine/parse_yaml/01/reference-output/database/translations
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
translations | ||
{ | ||
0 1 14 1 test ēţç2 NO 0 0 | ||
1 2 15 2 test ḃáŕ2 NO 0 0 | ||
2 3 16 3 test ēţç1 NO 0 0 | ||
3 4 17 4 test ēţç1 NO 0 0 | ||
4 5 18 5 test ḃáŕ1 NO 0 0 | ||
0 1 14 1 test ēţç1 NO 0 0 | ||
1 2 15 2 test ḃáŕ1 NO 0 0 | ||
2 3 16 3 test ēţç2 NO 0 0 | ||
3 4 17 4 test ḃáŕ2 NO 0 0 | ||
4 5 18 5 test ēţç1 NO 0 0 | ||
5 6 19 6 test ḃáŕ1 NO 0 0 | ||
} |
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
items | ||
{ | ||
0 1 3 1 1 /messages/baz NO 0 | ||
1 2 5 1 2 /messages/subsection/baz NO 0 | ||
2 3 7 1 3 /messages/subsection/foo NO 0 | ||
3 4 9 1 4 /messages/foo NO 0 | ||
1 2 5 1 2 /messages/foo NO 0 | ||
2 3 7 1 3 /messages/subsection/baz NO 0 | ||
3 4 9 1 4 /messages/subsection/foo NO 0 | ||
} |
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
6 changes: 3 additions & 3 deletions
6
t/data/engine/parse_yaml/02/reference-output/database/strings
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
strings | ||
{ | ||
0 1 2 etc1 NO 0 | ||
1 2 4 etc2 NO 0 | ||
2 3 6 bar2 NO 0 | ||
3 4 8 bar1 NO 0 | ||
1 2 4 bar1 NO 0 | ||
2 3 6 etc2 NO 0 | ||
3 4 8 bar2 NO 0 | ||
} |
6 changes: 3 additions & 3 deletions
6
t/data/engine/parse_yaml/02/reference-output/database/translations
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
translations | ||
{ | ||
0 1 10 1 test ēţç1 NO 0 0 | ||
1 2 11 2 test ēţç2 NO 0 0 | ||
2 3 12 3 test ḃáŕ2 NO 0 0 | ||
3 4 13 4 test ḃáŕ1 NO 0 0 | ||
1 2 11 2 test ḃáŕ1 NO 0 0 | ||
2 3 12 3 test ēţç2 NO 0 0 | ||
3 4 13 4 test ḃáŕ2 NO 0 0 | ||
} |
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