fix: update tests
This commit is contained in:
parent
d2a8a601d8
commit
076fb40bdd
32 changed files with 172 additions and 4 deletions
4
tests/results/00_6choice_link/errors/all.json
Normal file
4
tests/results/00_6choice_link/errors/all.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
4
tests/results/00_6choice_link/errors/mandatories.json
Normal file
4
tests/results/00_6choice_link/errors/mandatories.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
6
tests/results/00_6choice_link/file/all.yml
Normal file
6
tests/results/00_6choice_link/file/all.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": "a",
|
||||
"var2": "a"
|
||||
}
|
||||
}
|
||||
6
tests/results/00_6choice_link/file/all_exclude.yml
Normal file
6
tests/results/00_6choice_link/file/all_exclude.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": "a",
|
||||
"var2": "a"
|
||||
}
|
||||
}
|
||||
5
tests/results/00_6choice_link/file/mandatories.yml
Normal file
5
tests/results/00_6choice_link/file/mandatories.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": "a"
|
||||
}
|
||||
}
|
||||
4
tests/results/00_6choice_link/makedict/all.json
Normal file
4
tests/results/00_6choice_link/makedict/all.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "a",
|
||||
"rougail.var2": "a"
|
||||
}
|
||||
4
tests/results/00_6choice_link/makedict/mandatories.json
Normal file
4
tests/results/00_6choice_link/makedict/mandatories.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "a",
|
||||
"rougail.var2": "a"
|
||||
}
|
||||
4
tests/results/00_6choice_variable_link/errors/all.json
Normal file
4
tests/results/00_6choice_variable_link/errors/all.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
11
tests/results/00_6choice_variable_link/file/all.yml
Normal file
11
tests/results/00_6choice_variable_link/file/all.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"var2": "string1",
|
||||
"var3": "string1"
|
||||
}
|
||||
}
|
||||
11
tests/results/00_6choice_variable_link/file/all_exclude.yml
Normal file
11
tests/results/00_6choice_variable_link/file/all_exclude.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"var2": "string1",
|
||||
"var3": "string1"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
9
tests/results/00_6choice_variable_link/makedict/all.json
Normal file
9
tests/results/00_6choice_variable_link/makedict/all.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"rougail.var1": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"rougail.var2": "string1",
|
||||
"rougail.var3": "string1"
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"rougail.var1": [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
],
|
||||
"rougail.var2": "a",
|
||||
"rougail.var3": "a"
|
||||
}
|
||||
4
tests/results/00_6choice_variable_link2/errors/all.json
Normal file
4
tests/results/00_6choice_variable_link2/errors/all.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
13
tests/results/00_6choice_variable_link2/file/all.yml
Normal file
13
tests/results/00_6choice_variable_link2/file/all.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"var2": "string1",
|
||||
"family": {
|
||||
"var3": "string1"
|
||||
}
|
||||
}
|
||||
}
|
||||
13
tests/results/00_6choice_variable_link2/file/all_exclude.yml
Normal file
13
tests/results/00_6choice_variable_link2/file/all_exclude.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"var2": "string1",
|
||||
"family": {
|
||||
"var3": "string1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"rougail.var1": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"rougail.var2": "string1",
|
||||
"rougail.family.var3": "string1"
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"rougail.var1": [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
],
|
||||
"rougail.var2": "a",
|
||||
"rougail.family.var3": "a"
|
||||
}
|
||||
4
tests/results/00_6regexp_link/errors/all.json
Normal file
4
tests/results/00_6regexp_link/errors/all.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
4
tests/results/00_6regexp_link/errors/mandatories.json
Normal file
4
tests/results/00_6regexp_link/errors/mandatories.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
6
tests/results/00_6regexp_link/file/all.yml
Normal file
6
tests/results/00_6regexp_link/file/all.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": "#b1b1b1",
|
||||
"var2": "#b2b1b1"
|
||||
}
|
||||
}
|
||||
6
tests/results/00_6regexp_link/file/all_exclude.yml
Normal file
6
tests/results/00_6regexp_link/file/all_exclude.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": "#b1b1b1",
|
||||
"var2": "#b2b1b1"
|
||||
}
|
||||
}
|
||||
1
tests/results/00_6regexp_link/file/mandatories.yml
Normal file
1
tests/results/00_6regexp_link/file/mandatories.yml
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
4
tests/results/00_6regexp_link/makedict/all.json
Normal file
4
tests/results/00_6regexp_link/makedict/all.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "#b1b1b1",
|
||||
"rougail.var2": "#b2b1b1"
|
||||
}
|
||||
4
tests/results/00_6regexp_link/makedict/mandatories.json
Normal file
4
tests/results/00_6regexp_link/makedict/mandatories.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "#a1a1a1",
|
||||
"rougail.var2": "#a1a1a1"
|
||||
}
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"rougail": {
|
||||
"secret1": "onE7vaLues_len1",
|
||||
"secret2": "onE7vaLues"
|
||||
"secret2": "onE7vaLues",
|
||||
"secret3": "onE7vaLues"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"rougail": {
|
||||
"secret1": "onE7vaLues_len1",
|
||||
"secret2": "onE7vaLues"
|
||||
"secret2": "onE7vaLues",
|
||||
"secret3": "onE7vaLues"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"rougail.secret1": "onE7vaLues_len1",
|
||||
"rougail.secret2": "onE7vaLues"
|
||||
"rougail.secret2": "onE7vaLues",
|
||||
"rougail.secret3": "onE7vaLues"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"rougail.secret1": "onE7vaLues_len1",
|
||||
"rougail.secret2": "value"
|
||||
"rougail.secret2": "value",
|
||||
"rougail.secret3": "value"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue