diff --git a/tests/results/test/00_6choice_link.json b/tests/results/test/00_6choice_link.json new file mode 100644 index 0000000..b33cf97 --- /dev/null +++ b/tests/results/test/00_6choice_link.json @@ -0,0 +1,4 @@ +{ + "var1": "a", + "var2": "a" +} \ No newline at end of file diff --git a/tests/results/test/00_6choice_variable_link.json b/tests/results/test/00_6choice_variable_link.json new file mode 100644 index 0000000..edfab50 --- /dev/null +++ b/tests/results/test/00_6choice_variable_link.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" +} \ No newline at end of file diff --git a/tests/results/test/00_6choice_variable_link2.json b/tests/results/test/00_6choice_variable_link2.json new file mode 100644 index 0000000..fc1a8f6 --- /dev/null +++ b/tests/results/test/00_6choice_variable_link2.json @@ -0,0 +1,11 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "family": { + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test/00_6regexp_link.json b/tests/results/test/00_6regexp_link.json new file mode 100644 index 0000000..91a2646 --- /dev/null +++ b/tests/results/test/00_6regexp_link.json @@ -0,0 +1,4 @@ +{ + "var1": "#b1b1b1", + "var2": "#b2b1b1" +} \ No newline at end of file diff --git a/tests/results/test/00_6secret_param.json b/tests/results/test/00_6secret_param.json index 36f9ba0..e204e59 100644 --- a/tests/results/test/00_6secret_param.json +++ b/tests/results/test/00_6secret_param.json @@ -1,4 +1,5 @@ { "secret1": "onE7vaLues_len1", - "secret2": "onE7vaLues" + "secret2": "onE7vaLues", + "secret3": "onE7vaLues" } \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6choice_link.json b/tests/results/test_mandatory/00_6choice_link.json new file mode 100644 index 0000000..b33cf97 --- /dev/null +++ b/tests/results/test_mandatory/00_6choice_link.json @@ -0,0 +1,4 @@ +{ + "var1": "a", + "var2": "a" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6choice_variable_link.json b/tests/results/test_mandatory/00_6choice_variable_link.json new file mode 100644 index 0000000..edfab50 --- /dev/null +++ b/tests/results/test_mandatory/00_6choice_variable_link.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6choice_variable_link2.json b/tests/results/test_mandatory/00_6choice_variable_link2.json new file mode 100644 index 0000000..fc1a8f6 --- /dev/null +++ b/tests/results/test_mandatory/00_6choice_variable_link2.json @@ -0,0 +1,11 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "family": { + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6regexp_link.json b/tests/results/test_mandatory/00_6regexp_link.json new file mode 100644 index 0000000..91a2646 --- /dev/null +++ b/tests/results/test_mandatory/00_6regexp_link.json @@ -0,0 +1,4 @@ +{ + "var1": "#b1b1b1", + "var2": "#b2b1b1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6secret_param.json b/tests/results/test_mandatory/00_6secret_param.json index 36f9ba0..e204e59 100644 --- a/tests/results/test_mandatory/00_6secret_param.json +++ b/tests/results/test_mandatory/00_6secret_param.json @@ -1,4 +1,5 @@ { "secret1": "onE7vaLues_len1", - "secret2": "onE7vaLues" + "secret2": "onE7vaLues", + "secret3": "onE7vaLues" } \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_link.json b/tests/results/test_namespace/00_6choice_link.json new file mode 100644 index 0000000..b07d367 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_link.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "a", + "var2": "a" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable_link.json b/tests/results/test_namespace/00_6choice_variable_link.json new file mode 100644 index 0000000..47c936d --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link.json @@ -0,0 +1,11 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable_link2.json b/tests/results/test_namespace/00_6choice_variable_link2.json new file mode 100644 index 0000000..5768393 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link2.json @@ -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/test_namespace/00_6regexp_link.json b/tests/results/test_namespace/00_6regexp_link.json new file mode 100644 index 0000000..b6c05ca --- /dev/null +++ b/tests/results/test_namespace/00_6regexp_link.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "#b1b1b1", + "var2": "#b2b1b1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6secret_param.json b/tests/results/test_namespace/00_6secret_param.json index e961e6d..fce594c 100644 --- a/tests/results/test_namespace/00_6secret_param.json +++ b/tests/results/test_namespace/00_6secret_param.json @@ -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/test_namespace_mandatory/00_6choice_link.json b/tests/results/test_namespace_mandatory/00_6choice_link.json new file mode 100644 index 0000000..b07d367 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice_link.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "a", + "var2": "a" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6choice_variable_link.json b/tests/results/test_namespace_mandatory/00_6choice_variable_link.json new file mode 100644 index 0000000..47c936d --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice_variable_link.json @@ -0,0 +1,11 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6choice_variable_link2.json b/tests/results/test_namespace_mandatory/00_6choice_variable_link2.json new file mode 100644 index 0000000..5768393 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice_variable_link2.json @@ -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/test_namespace_mandatory/00_6regexp_link.json b/tests/results/test_namespace_mandatory/00_6regexp_link.json new file mode 100644 index 0000000..b6c05ca --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6regexp_link.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "#b1b1b1", + "var2": "#b2b1b1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6secret_param.json b/tests/results/test_namespace_mandatory/00_6secret_param.json index e961e6d..fce594c 100644 --- a/tests/results/test_namespace_mandatory/00_6secret_param.json +++ b/tests/results/test_namespace_mandatory/00_6secret_param.json @@ -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/test_namespace_read_write/00_6choice_link.json b/tests/results/test_namespace_read_write/00_6choice_link.json new file mode 100644 index 0000000..174ee51 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_link.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": null, + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6choice_variable_link.json b/tests/results/test_namespace_read_write/00_6choice_variable_link.json new file mode 100644 index 0000000..abbdabb --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_variable_link.json @@ -0,0 +1,11 @@ +{ + "rougail": { + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "var3": "a" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6choice_variable_link2.json b/tests/results/test_namespace_read_write/00_6choice_variable_link2.json new file mode 100644 index 0000000..57fef9f --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_variable_link2.json @@ -0,0 +1,13 @@ +{ + "rougail": { + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "family": { + "var3": "a" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6regexp_link.json b/tests/results/test_namespace_read_write/00_6regexp_link.json new file mode 100644 index 0000000..8abe2dc --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6regexp_link.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "#a1a1a1", + "var2": "#a1a1a1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6secret_param.json b/tests/results/test_namespace_read_write/00_6secret_param.json index f78bc4c..fa9e07a 100644 --- a/tests/results/test_namespace_read_write/00_6secret_param.json +++ b/tests/results/test_namespace_read_write/00_6secret_param.json @@ -1,6 +1,7 @@ { "rougail": { "secret1": null, - "secret2": "value" + "secret2": "value", + "secret3": "value" } } \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_link.json b/tests/results/test_namespace_read_write_mandatory/00_6choice_link.json new file mode 100644 index 0000000..b07d367 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_link.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "a", + "var2": "a" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link.json b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link.json new file mode 100644 index 0000000..47c936d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link.json @@ -0,0 +1,11 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link2.json b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link2.json new file mode 100644 index 0000000..5768393 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link2.json @@ -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/test_namespace_read_write_mandatory/00_6regexp_link.json b/tests/results/test_namespace_read_write_mandatory/00_6regexp_link.json new file mode 100644 index 0000000..b6c05ca --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6regexp_link.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "#b1b1b1", + "var2": "#b2b1b1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6secret_param.json b/tests/results/test_namespace_read_write_mandatory/00_6secret_param.json index e961e6d..fce594c 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6secret_param.json +++ b/tests/results/test_namespace_read_write_mandatory/00_6secret_param.json @@ -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/test_namespace_read_write_mandatory_errors/00_6choice_link.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_link.json new file mode 100644 index 0000000..7dd8ace --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_link.json @@ -0,0 +1,7 @@ +{ + "_errors": [ + "The following variables are mandatory but have no value:", + " - rougail.var1 (the first variable)", + " - rougail.var2 (the second variable)" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable_link.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable_link.json new file mode 100644 index 0000000..abbdabb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable_link.json @@ -0,0 +1,11 @@ +{ + "rougail": { + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "var3": "a" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable_link2.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable_link2.json new file mode 100644 index 0000000..57fef9f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6choice_variable_link2.json @@ -0,0 +1,13 @@ +{ + "rougail": { + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "family": { + "var3": "a" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_6regexp_link.json b/tests/results/test_namespace_read_write_mandatory_errors/00_6regexp_link.json new file mode 100644 index 0000000..8abe2dc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/00_6regexp_link.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "#a1a1a1", + "var2": "#a1a1a1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6choice_link.json b/tests/results/test_read_write/00_6choice_link.json new file mode 100644 index 0000000..be7160d --- /dev/null +++ b/tests/results/test_read_write/00_6choice_link.json @@ -0,0 +1,4 @@ +{ + "var1": null, + "var2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6choice_variable_link.json b/tests/results/test_read_write/00_6choice_variable_link.json new file mode 100644 index 0000000..e3b9f4f --- /dev/null +++ b/tests/results/test_read_write/00_6choice_variable_link.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "var3": "a" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6choice_variable_link2.json b/tests/results/test_read_write/00_6choice_variable_link2.json new file mode 100644 index 0000000..dbdd41e --- /dev/null +++ b/tests/results/test_read_write/00_6choice_variable_link2.json @@ -0,0 +1,11 @@ +{ + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "family": { + "var3": "a" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6regexp_link.json b/tests/results/test_read_write/00_6regexp_link.json new file mode 100644 index 0000000..4312ae0 --- /dev/null +++ b/tests/results/test_read_write/00_6regexp_link.json @@ -0,0 +1,4 @@ +{ + "var1": "#a1a1a1", + "var2": "#a1a1a1" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6secret_param.json b/tests/results/test_read_write/00_6secret_param.json index 1a47851..4f18994 100644 --- a/tests/results/test_read_write/00_6secret_param.json +++ b/tests/results/test_read_write/00_6secret_param.json @@ -1,4 +1,5 @@ { "secret1": null, - "secret2": "value" + "secret2": "value", + "secret3": "value" } \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6choice_link.json b/tests/results/test_read_write_mandatory/00_6choice_link.json new file mode 100644 index 0000000..b33cf97 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6choice_link.json @@ -0,0 +1,4 @@ +{ + "var1": "a", + "var2": "a" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6choice_variable_link.json b/tests/results/test_read_write_mandatory/00_6choice_variable_link.json new file mode 100644 index 0000000..edfab50 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6choice_variable_link.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6choice_variable_link2.json b/tests/results/test_read_write_mandatory/00_6choice_variable_link2.json new file mode 100644 index 0000000..fc1a8f6 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6choice_variable_link2.json @@ -0,0 +1,11 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "family": { + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6regexp_link.json b/tests/results/test_read_write_mandatory/00_6regexp_link.json new file mode 100644 index 0000000..91a2646 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6regexp_link.json @@ -0,0 +1,4 @@ +{ + "var1": "#b1b1b1", + "var2": "#b2b1b1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6secret_param.json b/tests/results/test_read_write_mandatory/00_6secret_param.json index 36f9ba0..e204e59 100644 --- a/tests/results/test_read_write_mandatory/00_6secret_param.json +++ b/tests/results/test_read_write_mandatory/00_6secret_param.json @@ -1,4 +1,5 @@ { "secret1": "onE7vaLues_len1", - "secret2": "onE7vaLues" + "secret2": "onE7vaLues", + "secret3": "onE7vaLues" } \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory_errors/00_6choice_link.json b/tests/results/test_read_write_mandatory_errors/00_6choice_link.json new file mode 100644 index 0000000..13245ff --- /dev/null +++ b/tests/results/test_read_write_mandatory_errors/00_6choice_link.json @@ -0,0 +1,7 @@ +{ + "_errors": [ + "The following variables are mandatory but have no value:", + " - var1 (the first variable)", + " - var2 (the second variable)" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory_errors/00_6choice_variable_link.json b/tests/results/test_read_write_mandatory_errors/00_6choice_variable_link.json new file mode 100644 index 0000000..e3b9f4f --- /dev/null +++ b/tests/results/test_read_write_mandatory_errors/00_6choice_variable_link.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "var3": "a" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory_errors/00_6choice_variable_link2.json b/tests/results/test_read_write_mandatory_errors/00_6choice_variable_link2.json new file mode 100644 index 0000000..dbdd41e --- /dev/null +++ b/tests/results/test_read_write_mandatory_errors/00_6choice_variable_link2.json @@ -0,0 +1,11 @@ +{ + "var1": [ + "a", + "b", + "c" + ], + "var2": "a", + "family": { + "var3": "a" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory_errors/00_6regexp_link.json b/tests/results/test_read_write_mandatory_errors/00_6regexp_link.json new file mode 100644 index 0000000..4312ae0 --- /dev/null +++ b/tests/results/test_read_write_mandatory_errors/00_6regexp_link.json @@ -0,0 +1,4 @@ +{ + "var1": "#a1a1a1", + "var2": "#a1a1a1" +} \ No newline at end of file