diff --git a/tests/results/00_6choice_link/errors/all.json b/tests/results/00_6choice_link/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/00_6choice_link/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_6choice_link/errors/mandatories.json b/tests/results/00_6choice_link/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/00_6choice_link/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_6choice_link/file/all.yml b/tests/results/00_6choice_link/file/all.yml new file mode 100644 index 0000000..3277e21 --- /dev/null +++ b/tests/results/00_6choice_link/file/all.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "a", + "var2": "a" + } +} \ No newline at end of file diff --git a/tests/results/00_6choice_link/file/all_exclude.yml b/tests/results/00_6choice_link/file/all_exclude.yml new file mode 100644 index 0000000..3277e21 --- /dev/null +++ b/tests/results/00_6choice_link/file/all_exclude.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "a", + "var2": "a" + } +} \ No newline at end of file diff --git a/tests/results/00_6choice_link/file/mandatories.yml b/tests/results/00_6choice_link/file/mandatories.yml new file mode 100644 index 0000000..9c7bd14 --- /dev/null +++ b/tests/results/00_6choice_link/file/mandatories.yml @@ -0,0 +1,5 @@ +{ + "rougail": { + "var1": "a" + } +} \ No newline at end of file diff --git a/tests/results/00_6choice_link/makedict/all.json b/tests/results/00_6choice_link/makedict/all.json new file mode 100644 index 0000000..953c571 --- /dev/null +++ b/tests/results/00_6choice_link/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "a", + "rougail.var2": "a" +} diff --git a/tests/results/00_6choice_link/makedict/mandatories.json b/tests/results/00_6choice_link/makedict/mandatories.json new file mode 100644 index 0000000..953c571 --- /dev/null +++ b/tests/results/00_6choice_link/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "a", + "rougail.var2": "a" +} diff --git a/tests/results/00_6choice_variable_link/errors/all.json b/tests/results/00_6choice_variable_link/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/00_6choice_variable_link/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_6choice_variable_link/errors/mandatories.json b/tests/results/00_6choice_variable_link/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/00_6choice_variable_link/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_6choice_variable_link/file/all.yml b/tests/results/00_6choice_variable_link/file/all.yml new file mode 100644 index 0000000..faa824e --- /dev/null +++ b/tests/results/00_6choice_variable_link/file/all.yml @@ -0,0 +1,11 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/00_6choice_variable_link/file/all_exclude.yml b/tests/results/00_6choice_variable_link/file/all_exclude.yml new file mode 100644 index 0000000..faa824e --- /dev/null +++ b/tests/results/00_6choice_variable_link/file/all_exclude.yml @@ -0,0 +1,11 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/00_6choice_variable_link/file/mandatories.yml b/tests/results/00_6choice_variable_link/file/mandatories.yml new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/00_6choice_variable_link/file/mandatories.yml @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/00_6choice_variable_link/makedict/all.json b/tests/results/00_6choice_variable_link/makedict/all.json new file mode 100644 index 0000000..e32a322 --- /dev/null +++ b/tests/results/00_6choice_variable_link/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "string1", + "string2", + "string3" + ], + "rougail.var2": "string1", + "rougail.var3": "string1" +} diff --git a/tests/results/00_6choice_variable_link/makedict/mandatories.json b/tests/results/00_6choice_variable_link/makedict/mandatories.json new file mode 100644 index 0000000..cebf666 --- /dev/null +++ b/tests/results/00_6choice_variable_link/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "a", + "b", + "c" + ], + "rougail.var2": "a", + "rougail.var3": "a" +} diff --git a/tests/results/00_6choice_variable_link2/errors/all.json b/tests/results/00_6choice_variable_link2/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/00_6choice_variable_link2/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_6choice_variable_link2/errors/mandatories.json b/tests/results/00_6choice_variable_link2/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/00_6choice_variable_link2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_6choice_variable_link2/file/all.yml b/tests/results/00_6choice_variable_link2/file/all.yml new file mode 100644 index 0000000..f07501c --- /dev/null +++ b/tests/results/00_6choice_variable_link2/file/all.yml @@ -0,0 +1,13 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "family": { + "var3": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/00_6choice_variable_link2/file/all_exclude.yml b/tests/results/00_6choice_variable_link2/file/all_exclude.yml new file mode 100644 index 0000000..f07501c --- /dev/null +++ b/tests/results/00_6choice_variable_link2/file/all_exclude.yml @@ -0,0 +1,13 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "family": { + "var3": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/00_6choice_variable_link2/file/mandatories.yml b/tests/results/00_6choice_variable_link2/file/mandatories.yml new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/00_6choice_variable_link2/file/mandatories.yml @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/00_6choice_variable_link2/makedict/all.json b/tests/results/00_6choice_variable_link2/makedict/all.json new file mode 100644 index 0000000..7d70dcd --- /dev/null +++ b/tests/results/00_6choice_variable_link2/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "string1", + "string2", + "string3" + ], + "rougail.var2": "string1", + "rougail.family.var3": "string1" +} diff --git a/tests/results/00_6choice_variable_link2/makedict/mandatories.json b/tests/results/00_6choice_variable_link2/makedict/mandatories.json new file mode 100644 index 0000000..17a8d1c --- /dev/null +++ b/tests/results/00_6choice_variable_link2/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "a", + "b", + "c" + ], + "rougail.var2": "a", + "rougail.family.var3": "a" +} diff --git a/tests/results/00_6regexp_link/errors/all.json b/tests/results/00_6regexp_link/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/00_6regexp_link/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_6regexp_link/errors/mandatories.json b/tests/results/00_6regexp_link/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/00_6regexp_link/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_6regexp_link/file/all.yml b/tests/results/00_6regexp_link/file/all.yml new file mode 100644 index 0000000..6132a59 --- /dev/null +++ b/tests/results/00_6regexp_link/file/all.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "#b1b1b1", + "var2": "#b2b1b1" + } +} \ No newline at end of file diff --git a/tests/results/00_6regexp_link/file/all_exclude.yml b/tests/results/00_6regexp_link/file/all_exclude.yml new file mode 100644 index 0000000..6132a59 --- /dev/null +++ b/tests/results/00_6regexp_link/file/all_exclude.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "#b1b1b1", + "var2": "#b2b1b1" + } +} \ No newline at end of file diff --git a/tests/results/00_6regexp_link/file/mandatories.yml b/tests/results/00_6regexp_link/file/mandatories.yml new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/00_6regexp_link/file/mandatories.yml @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/00_6regexp_link/makedict/all.json b/tests/results/00_6regexp_link/makedict/all.json new file mode 100644 index 0000000..e22a623 --- /dev/null +++ b/tests/results/00_6regexp_link/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "#b1b1b1", + "rougail.var2": "#b2b1b1" +} diff --git a/tests/results/00_6regexp_link/makedict/mandatories.json b/tests/results/00_6regexp_link/makedict/mandatories.json new file mode 100644 index 0000000..72d5e7f --- /dev/null +++ b/tests/results/00_6regexp_link/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "#a1a1a1", + "rougail.var2": "#a1a1a1" +} diff --git a/tests/results/00_6secret_param/file/all.yml b/tests/results/00_6secret_param/file/all.yml index 60ee214..a024473 100644 --- a/tests/results/00_6secret_param/file/all.yml +++ b/tests/results/00_6secret_param/file/all.yml @@ -1,6 +1,7 @@ { "rougail": { "secret1": "onE7vaLues_len1", - "secret2": "onE7vaLues" + "secret2": "onE7vaLues", + "secret3": "onE7vaLues" } } \ No newline at end of file diff --git a/tests/results/00_6secret_param/file/all_exclude.yml b/tests/results/00_6secret_param/file/all_exclude.yml index 60ee214..a024473 100644 --- a/tests/results/00_6secret_param/file/all_exclude.yml +++ b/tests/results/00_6secret_param/file/all_exclude.yml @@ -1,6 +1,7 @@ { "rougail": { "secret1": "onE7vaLues_len1", - "secret2": "onE7vaLues" + "secret2": "onE7vaLues", + "secret3": "onE7vaLues" } } \ No newline at end of file diff --git a/tests/results/00_6secret_param/makedict/all.json b/tests/results/00_6secret_param/makedict/all.json index da300ea..db85edf 100644 --- a/tests/results/00_6secret_param/makedict/all.json +++ b/tests/results/00_6secret_param/makedict/all.json @@ -1,4 +1,5 @@ { "rougail.secret1": "onE7vaLues_len1", - "rougail.secret2": "onE7vaLues" + "rougail.secret2": "onE7vaLues", + "rougail.secret3": "onE7vaLues" } diff --git a/tests/results/00_6secret_param/makedict/mandatories.json b/tests/results/00_6secret_param/makedict/mandatories.json index 7cd38e7..d9bf056 100644 --- a/tests/results/00_6secret_param/makedict/mandatories.json +++ b/tests/results/00_6secret_param/makedict/mandatories.json @@ -1,4 +1,5 @@ { "rougail.secret1": "onE7vaLues_len1", - "rougail.secret2": "value" + "rougail.secret2": "value", + "rougail.secret3": "value" }