This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
forked from serge-community/serge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After running PERL_PERTURB_KEYS=0 perl t/engine.t --init
The next test run still fails (also run with PERL_PERTURB_KEYS=0)
- Loading branch information
Showing
19 changed files
with
100 additions
and
100 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
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 | ||
1 2 5 1 2 /baz__PRESERVE_ANCHOR__baz_anchor NO 0 | ||
2 3 7 1 3 /subsection1/foo NO 0 | ||
3 4 9 1 4 /baz__PRESERVE_ANCHOR__baz_anchor NO 0 | ||
3 4 9 1 4 /subsection1/baz 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
4 changes: 2 additions & 2 deletions
4
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 | ||
1 2 4 etc1 NO 0 | ||
2 3 6 bar2 NO 0 | ||
3 4 8 etc1 NO 0 | ||
3 4 8 etc2 NO 0 | ||
} |
4 changes: 2 additions & 2 deletions
4
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 | ||
1 2 11 2 test ēţç1 NO 0 0 | ||
2 3 12 3 test ḃáŕ2 NO 0 0 | ||
3 4 13 4 test ēţç1 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 /subsection2/foo NO 0 | ||
1 2 5 1 2 /subsection2/baz NO 0 | ||
2 3 7 1 3 /foo NO 0 | ||
3 4 9 1 4 /subsection1/foo NO 0 | ||
4 5 11 1 5 /subsection1/baz NO 0 | ||
5 6 13 1 6 /baz 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 bar1 NO 0 | ||
1 2 4 etc1 NO 0 | ||
2 3 6 bar1 /foo 0 | ||
3 4 8 bar2 NO 0 | ||
4 5 10 etc2 NO 0 | ||
5 6 12 etc1 /baz 0 | ||
} |
12 changes: 6 additions & 6 deletions
12
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 | ||
5 6 19 6 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 ḃáŕ1 NO 0 0 | ||
3 4 17 4 test ḃáŕ2 NO 0 0 | ||
4 5 18 5 test ēţç2 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 | ||
0 1 3 1 1 /messages/foo NO 0 | ||
1 2 5 1 2 /messages/subsection/foo NO 0 | ||
2 3 7 1 3 /messages/subsection/baz NO 0 | ||
3 4 9 1 4 /messages/baz 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/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 | ||
0 1 2 bar1 NO 0 | ||
1 2 4 bar2 NO 0 | ||
2 3 6 etc2 NO 0 | ||
3 4 8 etc1 NO 0 | ||
} |
8 changes: 4 additions & 4 deletions
8
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 | ||
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 | ||
} |
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