diff --git a/locale/fr/LC_MESSAGES/rougail_output_console.po b/locale/fr/LC_MESSAGES/rougail_output_console.po index eefdefe..62d8f29 100644 --- a/locale/fr/LC_MESSAGES/rougail_output_console.po +++ b/locale/fr/LC_MESSAGES/rougail_output_console.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2025-04-10 08:26+0200\n" -"PO-Revision-Date: 2025-04-10 08:27+0200\n" +"POT-Creation-Date: 2025-05-08 21:07+0200\n" +"PO-Revision-Date: 2025-05-08 21:22+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: fr\n" @@ -16,67 +16,87 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" -#: src/rougail/output_console/__init__.py:83 +#: src/rougail/output_console/__init__.py:84 msgid "Error in config: {0}" msgstr "Erreur dans la config : {0}" -#: src/rougail/output_console/__init__.py:98 +#: src/rougail/output_console/__init__.py:99 msgid "The following variables are mandatory but have no value:" msgstr "Les variables suivantes sont obligatoire mais n'ont pas de valeur :" -#: src/rougail/output_console/__init__.py:102 +#: src/rougail/output_console/__init__.py:103 msgid "The following variables are inaccessible but are empty and mandatory:" msgstr "Les variables suivantes sont inaccessibles mais sont vides et obligatoires :" -#: src/rougail/output_console/__init__.py:184 +#: src/rougail/output_console/__init__.py:188 msgid "Variable" msgstr "Variable" -#: src/rougail/output_console/__init__.py:186 +#: src/rougail/output_console/__init__.py:190 msgid "Undocumented variable" msgstr "Variable non documentée" -#: src/rougail/output_console/__init__.py:188 +#: src/rougail/output_console/__init__.py:192 msgid "Undocumented but modified variable" msgstr "Variable non documentée mais modifiée" -#: src/rougail/output_console/__init__.py:190 +#: src/rougail/output_console/__init__.py:194 msgid "Unmodifiable variable" msgstr "Variable non modifiable" -#: src/rougail/output_console/__init__.py:193 +#: src/rougail/output_console/__init__.py:197 msgid "Default value" msgstr "Valeur par défaut" -#: src/rougail/output_console/__init__.py:195 +#: src/rougail/output_console/__init__.py:199 msgid "Modified value" msgstr "Valeur modifiée" -#: src/rougail/output_console/__init__.py:197 +#: src/rougail/output_console/__init__.py:201 msgid "Original default value" msgstr "Valeur par défaut d'origine" -#: src/rougail/output_console/__init__.py:201 +#: src/rougail/output_console/__init__.py:205 msgid "Caption" msgstr "Légende" -#: src/rougail/output_console/__init__.py:208 +#: src/rougail/output_console/__init__.py:212 msgid "ERRORS" msgstr "ERREURS" -#: src/rougail/output_console/__init__.py:223 +#: src/rougail/output_console/__init__.py:227 msgid "WARNINGS" msgstr "AVERTISSEMENTS" -#: src/rougail/output_console/__init__.py:234 +#: src/rougail/output_console/__init__.py:238 msgid "Variables:" msgstr "Variables :" -#: src/rougail/output_console/__init__.py:256 -#: src/rougail/output_console/__init__.py:355 +#: src/rougail/output_console/__init__.py:261 +#: src/rougail/output_console/__init__.py:370 msgid "{0}:" msgstr "{0} :" -#: src/rougail/output_console/__init__.py:361 +#: src/rougail/output_console/__init__.py:376 msgid "{0}: {1}" msgstr "{0} : {1}" + +#: src/rougail/output_console/config.py:30 +msgid "Configuration rougail-console" +msgstr "Configuration de rougail-console" + +#: src/rougail/output_console/config.py:37 +msgid "Display variables available in read_write mode" +msgstr "Afficher les variables visible dans le mode lecture écriture" + +#: src/rougail/output_console/config.py:39 +msgid "Show secrets instead of obscuring them" +msgstr "Voir les secrets plutôt que de les obscurcir" + +#: src/rougail/output_console/config.py:41 +msgid "Test mandatories variable before display in console" +msgstr "Test les variables obligatoires avant des les afficher dans la console" + +#: src/rougail/output_console/config.py:43 +msgid "In tree the key is the family or variable description inside of it's name" +msgstr "Dans l'arborescence la clé est la description de la famille ou de la variable au lieux de son nom" diff --git a/locale/rougail_output_console.pot b/locale/rougail_output_console.pot index 40879df..0d6b345 100644 --- a/locale/rougail_output_console.pot +++ b/locale/rougail_output_console.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2025-04-29 23:02+0200\n" +"POT-Creation-Date: 2025-05-08 21:29+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,68 +15,88 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" -#: src/rougail/output_console/__init__.py:83 +#: src/rougail/output_console/__init__.py:84 msgid "Error in config: {0}" msgstr "" -#: src/rougail/output_console/__init__.py:98 +#: src/rougail/output_console/__init__.py:99 msgid "The following variables are mandatory but have no value:" msgstr "" -#: src/rougail/output_console/__init__.py:102 +#: src/rougail/output_console/__init__.py:103 msgid "The following variables are inaccessible but are empty and mandatory:" msgstr "" -#: src/rougail/output_console/__init__.py:184 +#: src/rougail/output_console/__init__.py:188 msgid "Variable" msgstr "" -#: src/rougail/output_console/__init__.py:186 +#: src/rougail/output_console/__init__.py:190 msgid "Undocumented variable" msgstr "" -#: src/rougail/output_console/__init__.py:188 +#: src/rougail/output_console/__init__.py:192 msgid "Undocumented but modified variable" msgstr "" -#: src/rougail/output_console/__init__.py:190 +#: src/rougail/output_console/__init__.py:194 msgid "Unmodifiable variable" msgstr "" -#: src/rougail/output_console/__init__.py:193 +#: src/rougail/output_console/__init__.py:197 msgid "Default value" msgstr "" -#: src/rougail/output_console/__init__.py:195 +#: src/rougail/output_console/__init__.py:199 msgid "Modified value" msgstr "" -#: src/rougail/output_console/__init__.py:197 +#: src/rougail/output_console/__init__.py:201 msgid "Original default value" msgstr "" -#: src/rougail/output_console/__init__.py:201 +#: src/rougail/output_console/__init__.py:205 msgid "Caption" msgstr "" -#: src/rougail/output_console/__init__.py:208 +#: src/rougail/output_console/__init__.py:212 msgid "ERRORS" msgstr "" -#: src/rougail/output_console/__init__.py:223 +#: src/rougail/output_console/__init__.py:227 msgid "WARNINGS" msgstr "" -#: src/rougail/output_console/__init__.py:234 +#: src/rougail/output_console/__init__.py:238 msgid "Variables:" msgstr "" -#: src/rougail/output_console/__init__.py:256 -#: src/rougail/output_console/__init__.py:355 +#: src/rougail/output_console/__init__.py:261 +#: src/rougail/output_console/__init__.py:370 msgid "{0}:" msgstr "" -#: src/rougail/output_console/__init__.py:361 +#: src/rougail/output_console/__init__.py:376 msgid "{0}: {1}" msgstr "" +#: src/rougail/output_console/config.py:30 +msgid "Configuration rougail-console" +msgstr "" + +#: src/rougail/output_console/config.py:37 +msgid "Display variables available in read_write mode" +msgstr "" + +#: src/rougail/output_console/config.py:39 +msgid "Show secrets instead of obscuring them" +msgstr "" + +#: src/rougail/output_console/config.py:41 +msgid "Test mandatories variable before display in console" +msgstr "" + +#: src/rougail/output_console/config.py:43 +msgid "In tree the key is the family or variable description inside of it's name" +msgstr "" + diff --git a/src/rougail/output_console/__init__.py b/src/rougail/output_console/__init__.py index 1ba8b6c..06b4ce2 100644 --- a/src/rougail/output_console/__init__.py +++ b/src/rougail/output_console/__init__.py @@ -25,8 +25,8 @@ from rich.table import Table from rich.panel import Panel from ruamel.yaml import YAML -from tiramisu import undefined from tiramisu.error import PropertiesOptionError, ConfigError +from rougail.utils import undefined from .i18n import _ from .__version__ import __version__ @@ -55,6 +55,7 @@ class RougailOutputConsole: self.read_write = self.rougailconfig["console.read_write"] self.is_mandatory = self.rougailconfig["console.mandatory"] self.show_secrets = self.rougailconfig["console.show_secrets"] + self.key_is_description = self.rougailconfig["console.key_is_description"] self.variable_default_enable = False self.variable_hidden_enable = False self.variable_advanced_enable = False @@ -119,10 +120,13 @@ class RougailOutputConsole: if errors: self.display_errors(errors) return False + old_path_in_description = self.config.information.get('path_in_description', True) + self.config.information.set('path_in_description', False) self.parse_options( self.config, self.root, ) + self.config.information.set('path_in_description', old_path_in_description) self.header() self.end() return True @@ -235,6 +239,7 @@ class RougailOutputConsole: None, self, yaml, + self.key_is_description, no_icon=True, ) return self.output @@ -245,7 +250,7 @@ class RougailOutputConsole: class OutputFamily: def __init__( - self, family, parent, root, _yaml, *, is_leader: bool = False, no_icon: bool = False + self, family, parent, root, _yaml, key_is_description, *, is_leader: bool = False, no_icon: bool = False ) -> None: if parent is None: tree = Tree @@ -268,6 +273,7 @@ class OutputFamily: ) self.root = root self._yaml = _yaml + self.key_is_description = key_is_description def add_family( self, @@ -283,16 +289,21 @@ class OutputFamily: else: self.root.variable_default_enable = True color = None + if self.key_is_description: + key_name = option.description() + else: + key_name = option.name() return OutputFamily( self.colorize( None, - option.name(), + key_name, color, None, ), self.tree, self.root, self._yaml, + self.key_is_description, ) def add_variable( @@ -338,9 +349,13 @@ class OutputFamily: self.root.variable_default_enable = True if value is undefined: value = option.value.get() + if self.key_is_description: + key_name = option.description() + else: + key_name = option.name() key = self.colorize( None, - option.name(), + key_name, variable_color, None, ) diff --git a/src/rougail/output_console/config.py b/src/rougail/output_console/config.py index f56260f..a1700d6 100644 --- a/src/rougail/output_console/config.py +++ b/src/rougail/output_console/config.py @@ -18,32 +18,29 @@ along with this program. If not, see . from pathlib import Path +from .i18n import _ + def get_rougail_config( *, backward_compatibility=True, ) -> dict: - options = """ + options = f""" console: - description: Configuration rougail-console + description: {_('Configuration rougail-console')} disabled: - type: jinja jinja: | - {% if step.output is propertyerror or step.output != 'console' %} + {{% if step.output is propertyerror or step.output != 'console' %}} disabled - {% endif %} + {{% endif %}} - read_write: - description: Display variables available in read_write mode - default: false + read_write: false # {_('Display variables available in read_write mode')} - show_secrets: - description: Show secrets instead of obscuring them - default: false + show_secrets: false # {_('Show secrets instead of obscuring them')} - mandatory: - description: Test mandatories variable before display in console - default: true + mandatory: true # {_('Test mandatories variable before display in console')} + + key_is_description: true # {_("In tree the key is the family or variable description inside of it's name")} """ return { "name": "console", diff --git a/src/rougail/output_console/locale/fr/LC_MESSAGES/rougail_output_console.mo b/src/rougail/output_console/locale/fr/LC_MESSAGES/rougail_output_console.mo index 4905543..91bfd7a 100644 Binary files a/src/rougail/output_console/locale/fr/LC_MESSAGES/rougail_output_console.mo and b/src/rougail/output_console/locale/fr/LC_MESSAGES/rougail_output_console.mo differ diff --git a/tests/results/test_mandatory_secrets/00_0no_variable.sh b/tests/results/test_mandatory_secrets/00_0no_variable.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_0no_variable.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_mandatory_secrets/00_0no_variable_default_version.sh b/tests/results/test_mandatory_secrets/00_0no_variable_default_version.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_0no_variable_default_version.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_mandatory_secrets/00_0no_variable_remove_version.sh b/tests/results/test_mandatory_secrets/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_0no_variable_remove_version.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated_params_permissive.sh b/tests/results/test_mandatory_secrets/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..7ff5a3e --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_params_permissive.sh @@ -0,0 +1,11 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 leadership +┃ ┗━━ 📂 var1 +┃  ┣━━ 📓 var1: a_value +┃  ┗━━ 📓 var2: a_value +┗━━ 📓 var2: string1 (a_value) diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description.sh b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..9fb1954 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_3.sh b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..376ead4 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_3.sh @@ -0,0 +1,8 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: value +┗━━ 📓 var3: string1 (value) diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_4.sh b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..c9393ad --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_4.sh @@ -0,0 +1,9 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: value +┣━━ 📓 var2: string1 +┗━━ 📓 var3: string1 (value) diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_5.sh b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..ac077ef --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_5.sh @@ -0,0 +1,9 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (value) +┣━━ 📓 var2: string1 +┗━━ 📓 var3: string1 diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_6.sh b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..5b97263 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_6.sh @@ -0,0 +1,8 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (value) +┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/04_5validators_multi3.sh b/tests/results/test_mandatory_secrets/04_5validators_multi3.sh new file mode 100644 index 0000000..b0b6726 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5validators_multi3.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📓 var1: + ┣━━ 0 (0) + ┣━━ 1 + ┗━━ 2 diff --git a/tests/results/test_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..67d549b --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,36 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 leadership + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┗━━ 📓 follower2: + ┃  ┣━━ string1 (value) + ┃  ┣━━ string2 + ┃  ┗━━ string3 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┗━━ 📓 follower2: + ┃  ┣━━ string1 (value) + ┃  ┣━━ string2 + ┃  ┗━━ string3 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: +  ┃ ┣━━ string1 +  ┃ ┣━━ string2 +  ┃ ┗━━ string3 +  ┗━━ 📓 follower2: +   ┣━━ string1 (value) +   ┣━━ string2 +   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/00_0no_variable.sh b/tests/results/test_namespace_mandatory_secrets/00_0no_variable.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_0no_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/00_0no_variable_default_version.sh b/tests/results/test_namespace_mandatory_secrets/00_0no_variable_default_version.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_0no_variable_default_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/00_0no_variable_remove_version.sh b/tests/results/test_namespace_mandatory_secrets/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_0no_variable_remove_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_params_permissive.sh b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..9b19de9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_params_permissive.sh @@ -0,0 +1,12 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 leadership + ┃ ┗━━ 📂 var1 + ┃  ┣━━ 📓 var1: a_value + ┃  ┗━━ 📓 var2: a_value + ┗━━ 📓 var2: string1 (a_value) diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description.sh b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..897e1cf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_3.sh b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..9e89abf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_3.sh @@ -0,0 +1,9 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: value + ┗━━ 📓 var3: string1 (value) diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_4.sh b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..3935d6f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_4.sh @@ -0,0 +1,10 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: value + ┣━━ 📓 var2: string1 + ┗━━ 📓 var3: string1 (value) diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_5.sh b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..ffa858d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_5.sh @@ -0,0 +1,10 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (value) + ┣━━ 📓 var2: string1 + ┗━━ 📓 var3: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_6.sh b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..e0d84c7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_6.sh @@ -0,0 +1,9 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (value) + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_multi3.sh b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi3.sh new file mode 100644 index 0000000..7861ac1 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi3.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1: +  ┣━━ 0 (0) +  ┣━━ 1 +  ┗━━ 2 diff --git a/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..cab8ae2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: +   ┃ ┣━━ string1 +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 follower2: +    ┣━━ string1 (value) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.sh new file mode 100644 index 0000000..d09cf1c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.sh @@ -0,0 +1,15 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: a value + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: a value + ┗━━ 📓 var2: string1 (a value) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh new file mode 100644 index 0000000..c84fc5e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -0,0 +1,15 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: true + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: true + ┗━━ 📓 var2: true (true) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh new file mode 100644 index 0000000..3a47cd3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -0,0 +1,22 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: + ┃  ┣━━ a value + ┃  ┗━━ a second value + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: + ┃  ┣━━ a value + ┃  ┗━━ a second value + ┗━━ 📓 var2: +  ┣━━ string1 (a value) +  ┣━━ string2 (a second value) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.sh new file mode 100644 index 0000000..848e2e4 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 val1 + ┃ ┣━━ 📂 val1 + ┃ ┃ ┗━━ 📓 var: string1 + ┃ ┗━━ 📂 val2 + ┃  ┗━━ 📓 var: string1 + ┗━━ 📂 val2 +  ┣━━ 📂 val1 +  ┃ ┗━━ 📓 var: string1 +  ┗━━ 📂 val2 +   ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_0empty.sh b/tests/results/test_namespace_mandatory_secrets_key/00_0empty.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_0empty.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_0no_variable.sh b/tests/results/test_namespace_mandatory_secrets_key/00_0no_variable.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_0no_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_0no_variable_default_version.sh b/tests/results/test_namespace_mandatory_secrets_key/00_0no_variable_default_version.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_0no_variable_default_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_0no_variable_remove_version.sh b/tests/results/test_namespace_mandatory_secrets_key/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_0no_variable_remove_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_0version_underscore.sh b/tests/results/test_namespace_mandatory_secrets_key/00_0version_underscore.sh new file mode 100644 index 0000000..a59f5a2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_0version_underscore.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_1empty_variable.sh b/tests/results/test_namespace_mandatory_secrets_key/00_1empty_variable.sh new file mode 100644 index 0000000..56d0aa6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_1empty_variable.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 empty: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated.sh b/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated.sh new file mode 100644 index 0000000..451be57 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (no) + ┗━━ 📓 a second variable: +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated_multi.sh new file mode 100644 index 0000000..875d15c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated_multi.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ string1 (no) + ┃ ┣━━ string2 (yes) + ┃ ┗━━ string3 (maybe) + ┗━━ 📓 a second variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated_params_permissive.sh b/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..92e8db0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated_params_permissive.sh @@ -0,0 +1,12 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 leadership + ┃ ┗━━ 📂 a first variable + ┃  ┣━━ 📓 a first variable: a_value + ┃  ┗━━ 📓 a first variable: a_value + ┗━━ 📓 a second variable: string1 (a_value) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated_variable_description.sh b/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..38af4fb --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated_variable_description.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated_variable_transitive.sh new file mode 100644 index 0000000..cc3f219 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ domain1.lan + ┃ ┗━━ domain2.lan + ┗━━ 📓 a second variable: +  ┣━━ domain1.lan (domain1.lan) +  ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_4load_subfolder.sh b/tests/results/test_namespace_mandatory_secrets_key/00_4load_subfolder.sh new file mode 100644 index 0000000..5a13be8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_4load_subfolder.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: string1 + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_5load_notype.sh b/tests/results/test_namespace_mandatory_secrets_key/00_5load_notype.sh new file mode 100644 index 0000000..38226eb --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_5load_notype.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (non) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6boolean.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6boolean.sh new file mode 100644 index 0000000..541d6a3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6boolean.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: true (true) + ┣━━ 📓 the second variable: true (true) + ┣━━ 📓 the third variable: true (true) + ┣━━ 📓 the forth variable: true (false) + ┣━━ 📓 the fifth variable: true (false) + ┗━━ 📓 the sixth variable: true (false) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6boolean_no_mandatory.sh new file mode 100644 index 0000000..4b9c138 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6boolean_no_mandatory.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: true (true) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6choice.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6choice.sh new file mode 100644 index 0000000..3c18cf6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6choice.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: a + ┣━━ 📓 the second variable: a + ┣━━ 📓 the third variable: a + ┣━━ 📓 the forth variable: + ┣━━ 📓 the fifth variable: a (a) + ┗━━ 📓 the sixth variable: 1 (1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6choice_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6choice_calculation.sh new file mode 100644 index 0000000..e396803 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6choice_calculation.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: 0 (9) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6choice_link.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6choice_link.sh new file mode 100644 index 0000000..bce7b81 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6choice_link.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: a + ┗━━ 📓 the second variable: a (a) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6choice_variable.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6choice_variable.sh new file mode 100644 index 0000000..c9c204c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6choice_variable.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┗━━ 📓 a first variable: string1 (a) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6choice_variable_link.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6choice_variable_link.sh new file mode 100644 index 0000000..5e19368 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6choice_variable_link.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┣━━ 📓 a first variable: string1 (a) + ┗━━ 📓 a third variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6choice_variable_link2.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6choice_variable_link2.sh new file mode 100644 index 0000000..c87d7c5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6choice_variable_link2.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┣━━ 📓 a first variable: string1 (a) + ┗━━ 📂 family +  ┗━━ 📓 a third variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6custom.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6custom.sh new file mode 100644 index 0000000..3b49c18 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6custom.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: string1 + ┗━━ 📓 the seconf variable: string1 (value) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6domainname.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6domainname.sh new file mode 100644 index 0000000..760d199 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6domainname.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a domain name variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6domainname_params.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6domainname_params.sh new file mode 100644 index 0000000..760d199 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6domainname_params.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a domain name variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6float.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6float.sh new file mode 100644 index 0000000..2a15dc1 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6float.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: 1.1 (0.0) + ┣━━ 📓 the second variable: 1.1 (0.0) + ┣━━ 📓 the third variable: 1.1 (0.0) + ┣━━ 📓 the forth variable: 1.1 (10.1) + ┣━━ 📓 the fifth variable: 1.1 (10.1) + ┗━━ 📓 the sixth variable: 1.1 (10.1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6number.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6number.sh new file mode 100644 index 0000000..87cb64a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6number.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: 1 (0) + ┣━━ 📓 the second variable: 1 (0) + ┣━━ 📓 the third variable: 1 (0) + ┣━━ 📓 this forth variable: 1 (10) + ┣━━ 📓 the fifth variable: 1 (10) + ┗━━ 📓 the sixth variable: 1 (10) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6port.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6port.sh new file mode 100644 index 0000000..1ec3dab --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6port.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a port variable: 80 + ┣━━ 📓 a port variable with default value: 80 (8080) + ┗━━ 📓 a port variable with integer default value: 80 (8080) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6regexp.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6regexp.sh new file mode 100644 index 0000000..5c27cbc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6regexp.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a first variable: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6regexp_link.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6regexp_link.sh new file mode 100644 index 0000000..1f00a3b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6regexp_link.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: #b1b1b1 (#a1a1a1) + ┗━━ 📓 a second variable: #b2b1b1 (#b1b1b1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6secret.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6secret.sh new file mode 100644 index 0000000..2b23be4 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6secret.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: ********** + ┗━━ 📓 the second variable: ********** (**********) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6secret_param.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6secret_param.sh new file mode 100644 index 0000000..7485dcf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6secret_param.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: ********** + ┣━━ 📓 the second variable: ********** (**********) + ┗━━ 📓 the third variable: ********** (**********) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6string.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6string.sh new file mode 100644 index 0000000..7f06ca4 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6string.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: string1 + ┣━━ 📓 the second variable: string1 + ┣━━ 📓 the third variable: string1 + ┣━━ 📓 the forth variable: string1 (value) + ┣━━ 📓 the fifth variable: string1 (value) + ┗━━ 📓 the sixth variable: string1 (value) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_7choice_quote.sh b/tests/results/test_namespace_mandatory_secrets_key/00_7choice_quote.sh new file mode 100644 index 0000000..303d58a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_7choice_quote.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A choice: quote' (quote') diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_7help.sh b/tests/results/test_namespace_mandatory_secrets_key/00_7help.sh new file mode 100644 index 0000000..3e0f3fd --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_7help.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: string1 + ┗━━ 📓 the second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_7help_quote.sh b/tests/results/test_namespace_mandatory_secrets_key/00_7help_quote.sh new file mode 100644 index 0000000..3e0f3fd --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_7help_quote.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: string1 + ┗━━ 📓 the second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_7help_sup.sh b/tests/results/test_namespace_mandatory_secrets_key/00_7help_sup.sh new file mode 100644 index 0000000..c831d09 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_7help_sup.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first : string1 + ┗━━ 📓 the second : string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_7value_doublequote.sh b/tests/results/test_namespace_mandatory_secrets_key/00_7value_doublequote.sh new file mode 100644 index 0000000..92aca1a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_7value_doublequote.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (quote") diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_7value_doublequote2.sh b/tests/results/test_namespace_mandatory_secrets_key/00_7value_doublequote2.sh new file mode 100644 index 0000000..04ead07 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_7value_doublequote2.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (quote'") diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_7value_doublequote3.sh b/tests/results/test_namespace_mandatory_secrets_key/00_7value_doublequote3.sh new file mode 100644 index 0000000..44c2331 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_7value_doublequote3.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (quote\"\') diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_7value_quote.sh b/tests/results/test_namespace_mandatory_secrets_key/00_7value_quote.sh new file mode 100644 index 0000000..ba06a80 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_7value_quote.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (quote') diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_8calculation_information.sh b/tests/results/test_namespace_mandatory_secrets_key/00_8calculation_information.sh new file mode 100644 index 0000000..a59f5a2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_8calculation_information.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_8calculation_namespace.sh b/tests/results/test_namespace_mandatory_secrets_key/00_8calculation_namespace.sh new file mode 100644 index 0000000..f58de66 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_8calculation_namespace.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (Rougail) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_8calculation_param_namespace.sh b/tests/results/test_namespace_mandatory_secrets_key/00_8calculation_param_namespace.sh new file mode 100644 index 0000000..f58de66 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_8calculation_param_namespace.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (Rougail) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_8test.sh b/tests/results/test_namespace_mandatory_secrets_key/00_8test.sh new file mode 100644 index 0000000..8af81a7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_8test.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: test + ┣━━ 📓 the second variable: test (value) + ┣━━ 📓 the third variable: test1 + ┣━━ 📓 the forth variable: + ┣━━ 📓 the fifth variable: false (true) + ┗━━ 📓 the sixth variable: +  ┣━━ test1 +  ┗━━ test2 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9choice_variable_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9choice_variable_multi.sh new file mode 100644 index 0000000..d048326 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9choice_variable_multi.sh @@ -0,0 +1,11 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 a second variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9choice_variables.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9choice_variables.sh new file mode 100644 index 0000000..ed7afe6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9choice_variables.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first source variable: string1 (val1) + ┣━━ 📓 the second source variable: string1 (val2) + ┗━━ 📓 a variable: string1 (val1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation.sh new file mode 100644 index 0000000..e12a01e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (string_1_True_None) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_information.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_information.sh new file mode 100644 index 0000000..a59f5a2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_information.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_information_other_variable.sh new file mode 100644 index 0000000..f811dd3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_multi_optional.sh new file mode 100644 index 0000000..434ebaa --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_multi_optional.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: string1 (val1) + ┗━━ 📓 my_calculated_variable: +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_multi_optional2.sh new file mode 100644 index 0000000..434ebaa --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: string1 (val1) + ┗━━ 📓 my_calculated_variable: +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_optional.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_optional.sh new file mode 100644 index 0000000..dbcba35 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_optional.sh @@ -0,0 +1,9 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 my_calculated_variable: +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_optional_exists.sh new file mode 100644 index 0000000..3e073c2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_optional_exists.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┗━━ 📓 my_calculated_variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_param_optional.sh new file mode 100644 index 0000000..a54e89b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9default_calculation_param_optional.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (string1) + ┗━━ 📓 a second variable: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9default_information_other_variable.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9default_information_other_variable.sh new file mode 100644 index 0000000..f811dd3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9default_information_other_variable.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9default_information_other_variable2.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9default_information_other_variable2.sh new file mode 100644 index 0000000..f811dd3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9default_information_other_variable2.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9default_integer.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9default_integer.sh new file mode 100644 index 0000000..e396803 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9default_integer.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: 0 (9) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9extra.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9extra.sh new file mode 100644 index 0000000..83c0d3f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9extra.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: string1 (rougail) +┗━━ 📂 extra + ┗━━ 📓 a variable: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9extra_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9extra_calculation.sh new file mode 100644 index 0000000..5cc8da3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9extra_calculation.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: string1 (value) +┗━━ 📂 extra + ┣━━ 📓 a first variable: string1 (string1) + ┣━━ 📓 a second variable: string1 (string1) + ┗━━ 📓 a third variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_9extra_ouside.sh b/tests/results/test_namespace_mandatory_secrets_key/00_9extra_ouside.sh new file mode 100644 index 0000000..a5ef3d0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/00_9extra_ouside.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: string1 (string1) +┗━━ 📂 extra + ┗━━ 📓 a variable: string1 (value in extra) diff --git a/tests/results/test_namespace_mandatory_secrets_key/01_6boolean_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/01_6boolean_multi.sh new file mode 100644 index 0000000..7012d9b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/01_6boolean_multi.sh @@ -0,0 +1,22 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┗━━ true (true) + ┣━━ 📓 the second variable: + ┃ ┗━━ true (true) + ┣━━ 📓 the third variable: + ┃ ┗━━ true (true) + ┣━━ 📓 the forth variable: + ┃ ┗━━ true (false) + ┣━━ 📓 the fifth variable: + ┃ ┗━━ true (false) + ┣━━ 📓 the sixth variable: + ┃ ┗━━ true (false) + ┣━━ 📓 the seventh variable: + ┃ ┗━━ true (true) + ┗━━ 📓 the eighth variable: +  ┗━━ true (true) diff --git a/tests/results/test_namespace_mandatory_secrets_key/01_6custom_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/01_6custom_multi.sh new file mode 100644 index 0000000..d95a64a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/01_6custom_multi.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first custom variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 a second custom variable: +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/01_6float_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/01_6float_multi.sh new file mode 100644 index 0000000..8a38b18 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/01_6float_multi.sh @@ -0,0 +1,38 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the second variable: + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the third variable: + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the forth variable: + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the fifth variable: + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the sixth variable: + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the seventh variable: + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┗━━ 📓 the eighth variable: +  ┣━━ 1.1 (0.0) +  ┣━━ 2.2 +  ┗━━ 3.3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/01_6number_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/01_6number_multi.sh new file mode 100644 index 0000000..d5a2a6a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/01_6number_multi.sh @@ -0,0 +1,38 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the second variable: + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the third variable: + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the forth variable: + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the fifth variable: + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the sixth variable: + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the seventh variable: + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┗━━ 📓 the eighth variable: +  ┣━━ 1 (0) +  ┣━━ 2 +  ┗━━ 3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/01_6string_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/01_6string_empty.sh new file mode 100644 index 0000000..58ab112 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/01_6string_empty.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 the second variable: +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/01_6string_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/01_6string_multi.sh new file mode 100644 index 0000000..684556e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/01_6string_multi.sh @@ -0,0 +1,38 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the second variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the third variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the forth variable: + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the fifth variable: + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the sixth variable: + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the seventh variable: + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 the eighth variable: +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/01_7value_multi_doublequote.sh b/tests/results/test_namespace_mandatory_secrets_key/01_7value_multi_doublequote.sh new file mode 100644 index 0000000..1ec8f76 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/01_7value_multi_doublequote.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (quote") +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_mandatory_secrets_key/01_7value_multi_doublequote2.sh new file mode 100644 index 0000000..ab7335d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/01_7value_multi_doublequote2.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (quote'") +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/01_7value_multi_quote.sh b/tests/results/test_namespace_mandatory_secrets_key/01_7value_multi_quote.sh new file mode 100644 index 0000000..bf4dff6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/01_7value_multi_quote.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (quote') +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/01_8calculation_information_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/01_8calculation_information_multi.sh new file mode 100644 index 0000000..6f390e1 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/01_8calculation_information_multi.sh @@ -0,0 +1,9 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/01_9choice_variable_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/01_9choice_variable_multi.sh new file mode 100644 index 0000000..f26154c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/01_9choice_variable_multi.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_0type_param.sh b/tests/results/test_namespace_mandatory_secrets_key/04_0type_param.sh new file mode 100644 index 0000000..790920a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_0type_param.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A limited number: 1 (10) diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_1auto_save.sh b/tests/results/test_namespace_mandatory_secrets_key/04_1auto_save.sh new file mode 100644 index 0000000..f2645a3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_1auto_save.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 an auto save variable: no diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_mandatory_secrets_key/04_1auto_save_and_calculated.sh new file mode 100644 index 0000000..afe8bfc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_1auto_save_and_calculated.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (no) + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_mandatory_secrets_key/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 0000000..eef9561 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (no) + ┗━━ 📓 a second variable: yes diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_mandatory_secrets_key/04_1auto_save_and_hidden.sh new file mode 100644 index 0000000..4a5cb0e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_1auto_save_and_hidden.sh @@ -0,0 +1,7 @@ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ Unmodifiable variable │ +╰──────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 autosave variable: yes diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden.sh b/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden.sh new file mode 100644 index 0000000..d6d7299 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (value) + ┣━━ 📓 a second variable: string1 + ┗━━ 📓 a third variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_2.sh new file mode 100644 index 0000000..d6d7299 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_2.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (value) + ┣━━ 📓 a second variable: string1 + ┗━━ 📓 a third variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_3.sh b/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..0cbc2d2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_3.sh @@ -0,0 +1,9 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: value + ┗━━ 📓 a third variable: string1 (value) diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_4.sh b/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..3be4281 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_4.sh @@ -0,0 +1,10 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: value + ┣━━ 📓 a second variable: string1 + ┗━━ 📓 a third variable: string1 (value) diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_5.sh b/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..a85bed0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_5.sh @@ -0,0 +1,10 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (value) + ┣━━ 📓 a second variable: string1 + ┗━━ 📓 a third variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_6.sh b/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..6a0ea28 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_1default_calculation_hidden_6.sh @@ -0,0 +1,9 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (value) + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation.sh new file mode 100644 index 0000000..7f9ddac --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a conditional variable: string1 (no) + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_default.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_default.sh new file mode 100644 index 0000000..5c46d36 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_default.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┣━━ 📓 a first variable: string1 (string1) + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_multi.sh new file mode 100644 index 0000000..ec1db0e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_multi.sh @@ -0,0 +1,15 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a conditional variable: string1 (no) + ┣━━ 📓 a first variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 a second variable: +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_optional.sh new file mode 100644 index 0000000..1558c22 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_optional.sh @@ -0,0 +1,10 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable.sh new file mode 100644 index 0000000..576971f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: true (false) diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable2.sh new file mode 100644 index 0000000..085d396 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable2.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: true (true) diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable3.sh new file mode 100644 index 0000000..d37aa75 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable3.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (yes) + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable4.sh new file mode 100644 index 0000000..336d89f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable4.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable_multi.sh new file mode 100644 index 0000000..576971f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_variable_multi.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: true (false) diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5hidden_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5hidden_calculation.sh new file mode 100644 index 0000000..dc20fdd --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5hidden_calculation.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the condition: string1 (no) + ┣━━ 📓 a first variable: string1 (no) + ┗━━ 📓 a second variable: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5hidden_calculation2.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5hidden_calculation2.sh new file mode 100644 index 0000000..24e6cb6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5hidden_calculation2.sh @@ -0,0 +1,10 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5hidden_calculation_default_calculation.sh new file mode 100644 index 0000000..5c46d36 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5hidden_calculation_default_calculation.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┣━━ 📓 a first variable: string1 (string1) + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5validators.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5validators.sh new file mode 100644 index 0000000..e5f3fd6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5validators.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A number: 1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5validators_differ.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5validators_differ.sh new file mode 100644 index 0000000..7d1741b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5validators_differ.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: another_value (oui) + ┗━━ 📓 A second variable: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5validators_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5validators_multi.sh new file mode 100644 index 0000000..5a25fc3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5validators_multi.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ string1 (no) +  ┣━━ string2 (yes) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5validators_multi2.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5validators_multi2.sh new file mode 100644 index 0000000..0021303 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5validators_multi2.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ val1 (no) +  ┗━━ val2 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5validators_multi3.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5validators_multi3.sh new file mode 100644 index 0000000..611c9c0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5validators_multi3.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ 0 (0) +  ┣━━ 1 +  ┗━━ 2 diff --git a/tests/results/test_namespace_mandatory_secrets_key/05_0multi_not_uniq.sh b/tests/results/test_namespace_mandatory_secrets_key/05_0multi_not_uniq.sh new file mode 100644 index 0000000..f6d362e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/05_0multi_not_uniq.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/05_0multi_uniq.sh b/tests/results/test_namespace_mandatory_secrets_key/05_0multi_uniq.sh new file mode 100644 index 0000000..f6d362e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/05_0multi_uniq.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/12_1auto_save_expert.sh b/tests/results/test_namespace_mandatory_secrets_key/12_1auto_save_expert.sh new file mode 100644 index 0000000..73f589d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/12_1auto_save_expert.sh @@ -0,0 +1,7 @@ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_0redefine_description.sh b/tests/results/test_namespace_mandatory_secrets_key/16_0redefine_description.sh new file mode 100644 index 0000000..0d77ade --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_0redefine_description.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 Redefined: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_2family_redefine_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/16_2family_redefine_calculation.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_2family_redefine_calculation.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_2family_redefine_disabled.sh b/tests/results/test_namespace_mandatory_secrets_key/16_2family_redefine_disabled.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_2family_redefine_disabled.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_3family_empty_at_ends.sh b/tests/results/test_namespace_mandatory_secrets_key/16_3family_empty_at_ends.sh new file mode 100644 index 0000000..ff4a360 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_3family_empty_at_ends.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 family +  ┗━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_5exists_nonexists.sh b/tests/results/test_namespace_mandatory_secrets_key/16_5exists_nonexists.sh new file mode 100644 index 0000000..666e920 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_5exists_nonexists.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: string1 (no) + ┗━━ 📓 a new variable: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_5exists_redefine.sh b/tests/results/test_namespace_mandatory_secrets_key/16_5exists_redefine.sh new file mode 100644 index 0000000..470d2ba --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_5exists_redefine.sh @@ -0,0 +1,7 @@ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a first variable: yes diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_calculation.sh new file mode 100644 index 0000000..11139af --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_calculation.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_choice.sh b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_choice.sh new file mode 100644 index 0000000..4ae7cb2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_choice.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: a diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_default.sh b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_default.sh new file mode 100644 index 0000000..11139af --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_default.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_default_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_default_calculation.sh new file mode 100644 index 0000000..a59f5a2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_default_calculation.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_family.sh b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_family.sh new file mode 100644 index 0000000..157dd3c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_family.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 new description +  ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_help.sh b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_help.sh new file mode 100644 index 0000000..e3ec072 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_help.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📓 redefine help: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_hidden.sh b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_hidden.sh new file mode 100644 index 0000000..ffcc856 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_hidden.sh @@ -0,0 +1,7 @@ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_multi.sh new file mode 100644 index 0000000..f6d362e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_multi.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 0000000..23ef8ab --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_5test_redefine.sh b/tests/results/test_namespace_mandatory_secrets_key/16_5test_redefine.sh new file mode 100644 index 0000000..7ba3b4b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_5test_redefine.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: test1 (no) + ┣━━ 📓 a second variable: test1 (non) + ┗━━ 📓 a third variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_6choice_redefine.sh b/tests/results/test_namespace_mandatory_secrets_key/16_6choice_redefine.sh new file mode 100644 index 0000000..8ab9c60 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_6choice_redefine.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A choice: a (c) diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_6exists_family.sh b/tests/results/test_namespace_mandatory_secrets_key/16_6exists_family.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_6exists_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_mandatory_secrets_key/16_6exists_redefine_family.sh b/tests/results/test_namespace_mandatory_secrets_key/16_6exists_redefine_family.sh new file mode 100644 index 0000000..aed4185 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16_6exists_redefine_family.sh @@ -0,0 +1,9 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 new description + ┃ ┗━━ 📓 a variable: string1 + ┗━━ 📂 a second family +  ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/16exists_exists.sh b/tests/results/test_namespace_mandatory_secrets_key/16exists_exists.sh new file mode 100644 index 0000000..e0d0e8c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/16exists_exists.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 Description: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/17_5redefine_leadership.sh b/tests/results/test_namespace_mandatory_secrets_key/17_5redefine_leadership.sh new file mode 100644 index 0000000..5e9ea3b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/17_5redefine_leadership.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_mandatory_secrets_key/20_0empty_family.sh b/tests/results/test_namespace_mandatory_secrets_key/20_0empty_family.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/20_0empty_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_mandatory_secrets_key/20_0family_append.sh b/tests/results/test_namespace_mandatory_secrets_key/20_0family_append.sh new file mode 100644 index 0000000..89866b3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/20_0family_append.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A family +  ┣━━ 📓 The first variable: string1 +  ┗━━ 📓 The second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/20_0family_underscore.sh b/tests/results/test_namespace_mandatory_secrets_key/20_0family_underscore.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/20_0family_underscore.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_mandatory_secrets_key/20_0multi_family.sh b/tests/results/test_namespace_mandatory_secrets_key/20_0multi_family.sh new file mode 100644 index 0000000..fa41b1e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/20_0multi_family.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/20_0multi_family_basic.sh b/tests/results/test_namespace_mandatory_secrets_key/20_0multi_family_basic.sh new file mode 100644 index 0000000..fa41b1e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/20_0multi_family_basic.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/20_0multi_family_expert.sh b/tests/results/test_namespace_mandatory_secrets_key/20_0multi_family_expert.sh new file mode 100644 index 0000000..3245668 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/20_0multi_family_expert.sh @@ -0,0 +1,9 @@ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/20_0multi_family_order.sh b/tests/results/test_namespace_mandatory_secrets_key/20_0multi_family_order.sh new file mode 100644 index 0000000..63196d9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/20_0multi_family_order.sh @@ -0,0 +1,11 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: string1 + ┗━━ 📂 a family +  ┣━━ 📓 a first variable: string1 +  ┣━━ 📂 a sub family +  ┃ ┗━━ 📓 a variable: string1 +  ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/20_0validators_differ_redefine.sh b/tests/results/test_namespace_mandatory_secrets_key/20_0validators_differ_redefine.sh new file mode 100644 index 0000000..73cd088 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/20_0validators_differ_redefine.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (no) + ┣━━ 📓 a second variable: string1 (no) + ┗━━ 📓 a third variable: yes (yes) diff --git a/tests/results/test_namespace_mandatory_secrets_key/20_1empty_subfamily.sh b/tests/results/test_namespace_mandatory_secrets_key/20_1empty_subfamily.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/20_1empty_subfamily.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_mandatory_secrets_key/20_9default_information_parent.sh b/tests/results/test_namespace_mandatory_secrets_key/20_9default_information_parent.sh new file mode 100644 index 0000000..79d73f3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/20_9default_information_parent.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 family +  ┣━━ 📓 a first variable: string1 +  ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition.sh b/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition.sh new file mode 100644 index 0000000..45159db --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: string1 (no) + ┗━━ 📂 possibly hidden family +  ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition_boolean.sh new file mode 100644 index 0000000..8e279c9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition_boolean.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a conditional variable: true (false) + ┗━━ 📂 a family +  ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 0000000..186462c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: string1 (no) + ┗━━ 📂 possibly hidden family +  ┗━━ 📂 subfamily +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 0000000..c3ca791 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,11 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: true (true) + ┗━━ 📂 possibly hidden family +  ┗━━ 📂 a subfamily +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition_with_variable.sh new file mode 100644 index 0000000..1794d3a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_condition_with_variable.sh @@ -0,0 +1,11 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first conditional variable: true (false) + ┣━━ 📓 a second conditional variable: true (false) + ┗━━ 📂 a family +  ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 0000000..6cd6338 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: string1 (no) + ┗━━ 📂 possibly hidden family +  ┗━━ 📂 a subfamily +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/24_0family_mandatory_condition.sh b/tests/results/test_namespace_mandatory_secrets_key/24_0family_mandatory_condition.sh new file mode 100644 index 0000000..23ef8ab --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/24_0family_mandatory_condition.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_mandatory_secrets_key/24_0family_mandatory_condition_variable.sh new file mode 100644 index 0000000..c83f5cd --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: true (true) + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/24_7validators_variable_optional.sh b/tests/results/test_namespace_mandatory_secrets_key/24_7validators_variable_optional.sh new file mode 100644 index 0000000..6a9b48c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/24_7validators_variable_optional.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┣━━ 📓 a first number: 5 +  ┗━━ 📓 a second number: 1 (1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_mandatory_secrets_key/24_family_disabled_var_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/24_family_disabled_var_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_0leadership.sh b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership.sh new file mode 100644 index 0000000..3bfe5af --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership.sh @@ -0,0 +1,18 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┣━━ 📓 a follower: string1 +  ┃ ┗━━ 📓 an other follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┣━━ 📓 a follower: string2 +  ┃ ┗━━ 📓 an other follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a follower: string3 +   ┗━━ 📓 an other follower: string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_diff_name.sh b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_diff_name.sh new file mode 100644 index 0000000..3bfe5af --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_diff_name.sh @@ -0,0 +1,18 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┣━━ 📓 a follower: string1 +  ┃ ┗━━ 📓 an other follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┣━━ 📓 a follower: string2 +  ┃ ┗━━ 📓 an other follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a follower: string3 +   ┗━━ 📓 an other follower: string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_empty.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_follower_default_calculation.sh new file mode 100644 index 0000000..328c159 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┣━━ 📓 a follower: string1 (value) +  ┃ ┗━━ 📓 a second follower: string1 (string1) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┣━━ 📓 a follower: string2 (value) +  ┃ ┗━━ 📓 a second follower: string2 (string2) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a follower: string3 (value) +   ┗━━ 📓 a second follower: string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_follower_default_submulti.sh new file mode 100644 index 0000000..262741e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_follower_default_submulti.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (leader) +  ┃ ┣━━ 📓 a follower1: +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 a follower2: +  ┃  ┣━━ string1 (value1) +  ┃  ┣━━ string2 (value2) +  ┃  ┗━━ string3 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┣━━ 📓 a follower1: +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 a follower2: +  ┃  ┣━━ string1 (value1) +  ┃  ┣━━ string2 (value2) +  ┃  ┗━━ string3 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a follower1: +   ┃ ┣━━ string1 (value) +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 a follower2: +    ┣━━ string1 (value1) +    ┣━━ string2 (value2) +    ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_follower_default_submulti_calculation.sh new file mode 100644 index 0000000..a00b42b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_follower_default_submulti_calculation.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 the leader +  ┃ ┣━━ 📓 the leader: string1 (leader) +  ┃ ┣━━ 📓 the follower1: +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 the follower2: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┣━━ 📂 the leader +  ┃ ┣━━ 📓 the leader: string2 +  ┃ ┣━━ 📓 the follower1: +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 the follower2: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┗━━ 📂 the leader +   ┣━━ 📓 the leader: string3 +   ┣━━ 📓 the follower1: +   ┃ ┣━━ string1 (value) +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 the follower2: +    ┣━━ string1 (string1) +    ┣━━ string2 (string2) +    ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_follower_default_value.sh new file mode 100644 index 0000000..38b18ad --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_follower_default_value.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower with default value: string1 (value) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower with default value: string2 (value) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower with default value: string3 (value) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_leader_follower.sh b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_leader_follower.sh new file mode 100644 index 0000000..02604a8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_leader_follower.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (value1) +  ┃ ┗━━ 📓 a follower: string1 (string1) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (value2) +  ┃ ┗━━ 📓 a follower: string2 (string2) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_leader_not_multi.sh new file mode 100644 index 0000000..bb6beb3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_0leadership_leader_not_multi.sh @@ -0,0 +1,22 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 general + ┃ ┗━━ 📓 No change: string1 (non) + ┗━━ 📂 general1 +  ┗━━ 📂 leader +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string1 +   ┃ ┣━━ 📓 follower1: string1 +   ┃ ┗━━ 📓 follower2: string1 +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string2 +   ┃ ┣━━ 📓 follower1: string2 +   ┃ ┗━━ 📓 follower2: string2 +   ┗━━ 📂 leader +    ┣━━ 📓 leader: string3 +    ┣━━ 📓 follower1: string3 +    ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_1leadership_append_follower.sh b/tests/results/test_namespace_mandatory_secrets_key/40_1leadership_append_follower.sh new file mode 100644 index 0000000..83b59eb --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_1leadership_append_follower.sh @@ -0,0 +1,21 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 the leader +  ┃ ┣━━ 📓 the leader: string1 +  ┃ ┣━━ 📓 the follower1: string1 +  ┃ ┣━━ 📓 the follower2: string1 +  ┃ ┗━━ 📓 the follower3: string1 +  ┣━━ 📂 the leader +  ┃ ┣━━ 📓 the leader: string2 +  ┃ ┣━━ 📓 the follower1: string2 +  ┃ ┣━━ 📓 the follower2: string2 +  ┃ ┗━━ 📓 the follower3: string2 +  ┗━━ 📂 the leader +   ┣━━ 📓 the leader: string3 +   ┣━━ 📓 the follower1: string3 +   ┣━━ 📓 the follower2: string3 +   ┗━━ 📓 the follower3: string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_2leadership_calculation_index.sh b/tests/results/test_namespace_mandatory_secrets_key/40_2leadership_calculation_index.sh new file mode 100644 index 0000000..8ea39af --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_2leadership_calculation_index.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (a) +  ┃ ┗━━ 📓 a follower: 1 (0) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (b) +  ┃ ┗━━ 📓 a follower: 2 (1) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 (c) +   ┗━━ 📓 a follower: 3 (2) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_mandatory_secrets_key/40_2leadership_calculation_param_index.sh new file mode 100644 index 0000000..2df8927 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_2leadership_calculation_param_index.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (a) +  ┃ ┗━━ 📓 a follower: 1 (0) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (b) +  ┃ ┗━━ 📓 a follower: 2 (1) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 (c) +   ┗━━ 📓 a follower: 3 (2) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/40_2leadership_leader_calculation.sh new file mode 100644 index 0000000..25dc83d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_2leadership_leader_calculation.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (val1) +  ┃ ┣━━ 📓 a first follower: string1 +  ┃ ┗━━ 📓 a second follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (val2) +  ┃ ┣━━ 📓 a first follower: string2 +  ┃ ┗━━ 📓 a second follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a first follower: string3 +   ┗━━ 📓 a second follower: string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_6leadership_follower_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/40_6leadership_follower_multi.sh new file mode 100644 index 0000000..498a2e8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_6leadership_follower_multi.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string1 +  ┃ ┣━━ 📓 The first follower: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 The second follower: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string2 +  ┃ ┣━━ 📓 The first follower: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 The second follower: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 The leader +   ┣━━ 📓 The leader: string3 +   ┣━━ 📓 The first follower: +   ┃ ┣━━ string1 +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 The second follower: +    ┣━━ string1 (value) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_mandatory_secrets_key/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..498a2e8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string1 +  ┃ ┣━━ 📓 The first follower: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 The second follower: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string2 +  ┃ ┣━━ 📓 The first follower: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 The second follower: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 The leader +   ┣━━ 📓 The leader: string3 +   ┣━━ 📓 The first follower: +   ┃ ┣━━ string1 +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 The second follower: +    ┣━━ string1 (value) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_boolean.sh b/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_boolean.sh new file mode 100644 index 0000000..006a7c2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_boolean.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a boolean variable: true (false) + ┣━━ 📓 a first multi variable: + ┃ ┣━━ true (true) + ┃ ┗━━ false + ┗━━ 📓 a second multi variable: +  ┗━━ true (false) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_boolean_return_none.sh new file mode 100644 index 0000000..d35061a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_boolean_return_none.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (yes) + ┗━━ 📓 a second variable: true diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_integer.sh b/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_integer.sh new file mode 100644 index 0000000..847fc0a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_integer.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a boolean variable: true (false) + ┣━━ 📓 first integer variable: 1 (1) + ┗━━ 📓 second integer variable: 1 (4) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_multi_variable.sh b/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_multi_variable.sh new file mode 100644 index 0000000..e350bc6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_multi_variable.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 a second variable: string1 (no) + ┗━━ 📓 a third variable: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_multi_variable_parent.sh new file mode 100644 index 0000000..af7db20 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: string1 (no) + ┗━━ 📂 a family +  ┗━━ 📓 a calculated variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 0000000..8cc4cff --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 first family + ┃ ┗━━ 📓 a variable: string1 (no) + ┗━━ 📂 second family +  ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_9calculation_variable_leader_follower_multi_inside.sh b/tests/results/test_namespace_mandatory_secrets_key/40_9calculation_variable_leader_follower_multi_inside.sh new file mode 100644 index 0000000..3a9a44f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_9calculation_variable_leader_follower_multi_inside.sh @@ -0,0 +1,25 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (value1) +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (value2) +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ string1 (string2) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: +    ┣━━ string1 (string3) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-follower-first.sh new file mode 100644 index 0000000..48993bf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-follower-first.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-follower-last.sh new file mode 100644 index 0000000..3edc05d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-follower-last.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: +  ┣━━ string1 (string3) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-follower-no-mandatory.sh b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-follower-no-mandatory.sh new file mode 100644 index 0000000..30612fb --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-follower-no-mandatory.sh @@ -0,0 +1,20 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 leader + ┃ ┣━━ 📂 leader + ┃ ┃ ┣━━ 📓 leader: string1 (a) + ┃ ┃ ┗━━ 📓 follower: string1 + ┃ ┣━━ 📂 leader + ┃ ┃ ┣━━ 📓 leader: string2 (b) + ┃ ┃ ┗━━ 📓 follower: string2 + ┃ ┗━━ 📂 leader + ┃  ┣━━ 📓 leader: string3 + ┃  ┗━━ 📓 follower: string3 + ┗━━ 📓 variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-follower.sh b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-follower.sh new file mode 100644 index 0000000..f8bf1bc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-follower.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-leader-first.sh new file mode 100644 index 0000000..9fde32c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-leader-first.sh @@ -0,0 +1,20 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-leader-last.sh new file mode 100644 index 0000000..4a291f1 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-leader-last.sh @@ -0,0 +1,20 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: string1 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-leader.sh b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-leader.sh new file mode 100644 index 0000000..f8bf1bc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-outside-leader.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-variable.sh b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-variable.sh new file mode 100644 index 0000000..904043a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-variable.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a calculated variable: + ┃ ┣━━ string1 (value1) + ┃ ┣━━ string2 (value2) + ┃ ┗━━ string3 + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (string1) +  ┃ ┣━━ 📓 a follower: string1 (val11) +  ┃ ┗━━ 📓 an other follower: string1 (val21) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (string2) +  ┃ ┣━━ 📓 a follower: string2 (val11) +  ┃ ┗━━ 📓 an other follower: string2 (val21) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 (string3) +   ┣━━ 📓 a follower: string3 (val11) +   ┗━━ 📓 an other follower: string3 (val21) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-variable_leader_follower.sh b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-variable_leader_follower.sh new file mode 100644 index 0000000..f9c919e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-variable_leader_follower.sh @@ -0,0 +1,26 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┗━━ 📓 a follower: string1 + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┗━━ 📓 a follower: string2 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┗━━ 📓 a follower: string3 + ┗━━ 📂 a second leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (string1) +  ┃ ┗━━ 📓 a follower: string1 (val) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (string2) +  ┃ ┗━━ 📓 a follower: string2 (val) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 (string3) +   ┗━━ 📓 a follower: string3 (val) diff --git a/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-variable_leader_follower_not_same.sh b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-variable_leader_follower_not_same.sh new file mode 100644 index 0000000..fc80b3d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/40_9leadership-calculation-variable_leader_follower_not_same.sh @@ -0,0 +1,35 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┗━━ 📓 a follower: string1 + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┗━━ 📓 a follower: string2 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┗━━ 📓 a follower: string3 + ┗━━ 📂 a second leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (value1) +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (value2) +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: +    ┣━━ string1 (string1) +    ┣━━ string2 (string2) +    ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets_key/41_0choice_leader.sh b/tests/results/test_namespace_mandatory_secrets_key/41_0choice_leader.sh new file mode 100644 index 0000000..dcec9a3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/41_0choice_leader.sh @@ -0,0 +1,15 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 The leadership +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string1 +  ┃ ┗━━ 📓 A follower: a +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string2 +  ┃ ┗━━ 📓 A follower: b +  ┗━━ 📂 The leader +   ┣━━ 📓 The leader: string3 +   ┗━━ 📓 A follower: c diff --git a/tests/results/test_namespace_mandatory_secrets_key/44_0leadership_hidden.sh b/tests/results/test_namespace_mandatory_secrets_key/44_0leadership_hidden.sh new file mode 100644 index 0000000..5e9ea3b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/44_0leadership_hidden.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_mandatory_secrets_key/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_mandatory_secrets_key/44_0leadership_leader_hidden.sh new file mode 100644 index 0000000..5e9ea3b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/44_0leadership_leader_hidden.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_mandatory_secrets_key/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_mandatory_secrets_key/44_1leadership_append_hidden_follower.sh new file mode 100644 index 0000000..5e9ea3b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_mandatory_secrets_key/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_mandatory_secrets_key/44_4disabled_calcultion_follower.sh new file mode 100644 index 0000000..d8d8e10 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/44_4disabled_calcultion_follower.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: true (true) + ┗━━ 📂 a leadership +  ┣━━ 📂 aleader +  ┃ ┣━━ 📓 aleader: string1 (a) +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 aleader +  ┃ ┣━━ 📓 aleader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 aleader +   ┣━━ 📓 aleader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/44_4leadership_mandatory.sh b/tests/results/test_namespace_mandatory_secrets_key/44_4leadership_mandatory.sh new file mode 100644 index 0000000..781b0ca --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/44_4leadership_mandatory.sh @@ -0,0 +1,15 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_mandatory_secrets_key/44_4leadership_mandatory_follower.sh new file mode 100644 index 0000000..781b0ca --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/44_4leadership_mandatory_follower.sh @@ -0,0 +1,15 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 0000000..672783c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_mandatory_secrets_key/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 0000000..42a592c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (yes) + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_mandatory_secrets_key/44_9calculated_default_leadership_leader.sh new file mode 100644 index 0000000..658941a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/44_9calculated_default_leadership_leader.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 leader +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (a) +  ┃ ┗━━ 📓 a follower: string1 (string1) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (b) +  ┃ ┗━━ 📓 a follower: string2 (string2) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic.sh new file mode 100644 index 0000000..d378924 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_0.sh new file mode 100644 index 0000000..4f9decf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_0.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 Dynamic variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 Dynamic variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_0_empty.sh new file mode 100644 index 0000000..30b6f93 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_0_empty.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 Dynamic variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 Dynamic variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_0_type.sh new file mode 100644 index 0000000..4a02c57 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_0_type.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dyn variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dyn variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_0_type_empty.sh new file mode 100644 index 0000000..32e5b2e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_0_type_empty.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dyn variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dyn variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_1.sh new file mode 100644 index 0000000..d378924 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_1.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 0000000..573508f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_empty.sh new file mode 100644 index 0000000..376f181 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_empty.sh @@ -0,0 +1,15 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_forbidden_char.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_forbidden_char.sh new file mode 100644 index 0000000..3e40ce1 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_forbidden_char.sh @@ -0,0 +1,15 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val.1 (val.1) + ┃ ┗━━ val.2 (val.2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: string1 (val.1) + ┃ ┗━━ 📓 A dynamic variable: string1 (val.1) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: string1 (val.2) +  ┗━━ 📓 A dynamic variable: string1 (val.2) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_jinja_number.sh new file mode 100644 index 0000000..d617f8d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_jinja_number.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ 1 (1) + ┃ ┗━━ 2 (2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_jinja_number_empty.sh new file mode 100644 index 0000000..761be52 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_jinja_number_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ 1 + ┃ ┗━━ 2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_no_description.sh new file mode 100644 index 0000000..131e1b9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_no_description.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 0000000..3e5d8aa --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_static.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_static.sh new file mode 100644 index 0000000..1a1c02c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_static.sh @@ -0,0 +1,9 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_test.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_test.sh new file mode 100644 index 0000000..573508f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_test.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_upper_char.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..6747010 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_upper_char.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ Val1 (Val1) + ┃ ┗━━ VAL2 (VAL2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_variable_empty.sh new file mode 100644 index 0000000..848c780 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside dynamic family: string1 (val) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 0000000..ba52399 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable with suffix val1: string1 (a value) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable with suffix val2: string1 (a value) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 0000000..f8630fc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable with suffix val1: string1 (a value) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable with suffix val2: string1 (a value) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_empty.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_hidden.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_hidden.sh new file mode 100644 index 0000000..0ced278 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_hidden.sh @@ -0,0 +1,8 @@ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_0family_mode.sh b/tests/results/test_namespace_mandatory_secrets_key/60_0family_mode.sh new file mode 100644 index 0000000..3ab99e5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_0family_mode.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📓 A variable: string1 (non) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_mandatory_secrets_key/60_1family_dynamic_jinja.sh new file mode 100644 index 0000000..2a38803 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_1family_dynamic_jinja.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: string1 (val) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 0000000..75983a2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: string1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: string1 + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 0000000..7246756 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: string1 (val2) + ┗━━ 📓 a varible outside dynamic family: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 0000000..e60d62e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: string1 (val2) + ┗━━ 📓 a varible outside dynamic family: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 0000000..b59faaa --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: string1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: string1 + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_outside_calc.sh new file mode 100644 index 0000000..926a9e8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffx variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 0000000..adf4759 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffx variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc2.sh new file mode 100644 index 0000000..b2e08b9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc2.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📓 a second variable: string1 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: string1 (val) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc2_empty.sh new file mode 100644 index 0000000..b64ce42 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc2_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 a second variable: string1 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: string1 (val) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix.sh new file mode 100644 index 0000000..7588d71 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 0000000..a2d1392 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 Suffix has value: string1 (val1) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 Suffix has value: string1 (val2) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 0000000..94fc9a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 Suffix has value: string1 (val1) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 Suffix has value: string1 (val2) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_disabled.sh new file mode 100644 index 0000000..f5b0408 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_disabled.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 dynval1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..ae5fc4b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,11 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty.sh new file mode 100644 index 0000000..7b91c65 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty_2.sh new file mode 100644 index 0000000..971ce35 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty_2.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┗━━ val1 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty_3.sh new file mode 100644 index 0000000..e50f493 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty_3.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A variable calculated: string1 (string1) + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden.sh new file mode 100644 index 0000000..c206645 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden.sh @@ -0,0 +1,15 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: a value + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: a value + ┗━━ 📓 A variable calculated: string1 (a value) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh new file mode 100644 index 0000000..92a2ae5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -0,0 +1,15 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: true + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: true + ┗━━ 📓 A variable calculated: true (true) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden_multi.sh new file mode 100644 index 0000000..825d94f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -0,0 +1,22 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: + ┃  ┣━━ a value + ┃  ┗━━ a second value + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: + ┃  ┣━━ a value + ┃  ┗━━ a second value + ┗━━ 📓 A variable calculated: +  ┣━━ string1 (a value) +  ┣━━ string2 (a second value) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 0000000..7379bb5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 (val1) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 (val2) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 0000000..b1fd22d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 (val1) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 (val2) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_variable.sh new file mode 100644 index 0000000..7588d71 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 0000000..7b91c65 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 0000000..bfc24b8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,14 @@ +╭────────────── Caption ───────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +╰──────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable: string1 + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 a new variable: string1 + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable: +  ┗━━ 📂 a family +   ┗━━ 📓 a new variable: diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_unknown_suffix.sh new file mode 100644 index 0000000..aab268c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_unknown_suffix.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: string1 (val1) + ┃ ┣━━ 📓 a variable 2: string1 (string1) + ┃ ┗━━ 📓 a variable 3: string1 (string1) + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable 1: string1 (val2) +  ┣━━ 📓 a variable 2: string1 (string1) +  ┗━━ 📓 a variable 3: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_unknown_suffix_empty.sh new file mode 100644 index 0000000..5ae3a8e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_unknown_suffix_empty.sh @@ -0,0 +1,31 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┣━━ val2 + ┃ ┣━━ val3 + ┃ ┗━━ val4 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: string1 (val1) + ┃ ┣━━ 📓 a variable 2: string1 (string1) + ┃ ┣━━ 📓 a variable 3: string1 (string1) + ┃ ┗━━ 📓 a variable 4: string1 (string1) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: string1 (val2) + ┃ ┣━━ 📓 a variable 2: string1 (string1) + ┃ ┣━━ 📓 a variable 3: string1 (string1) + ┃ ┗━━ 📓 a variable 4: string1 (string1) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: string1 (val3) + ┃ ┣━━ 📓 a variable 2: string1 (string1) + ┃ ┣━━ 📓 a variable 3: string1 (string1) + ┃ ┗━━ 📓 a variable 4: string1 (string1) + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable 1: string1 (val4) +  ┣━━ 📓 a variable 2: string1 (string1) +  ┣━━ 📓 a variable 3: string1 (string1) +  ┗━━ 📓 a variable 4: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside.sh new file mode 100644 index 0000000..4e32fa3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside2.sh new file mode 100644 index 0000000..d3a990c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside2.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: string1 (val2) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside2_empty.sh new file mode 100644 index 0000000..1a4d130 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside2_empty.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: string1 (val2) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_1_0.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_1_0.sh new file mode 100644 index 0000000..4e32fa3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_1_0.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_empty.sh new file mode 100644 index 0000000..a5ce3a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_empty.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_jinja.sh new file mode 100644 index 0000000..4e32fa3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_jinja.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_jinja_empty.sh new file mode 100644 index 0000000..a5ce3a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_sub_suffix.sh new file mode 100644 index 0000000..246e077 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: string1 (val1) + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: string1 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: string1 (val1) + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh new file mode 100644 index 0000000..054476b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: string1 (val1) + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: string1 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: string1 (val1) + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 0000000..2e36f55 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val2) + ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 0000000..fdeb47a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 asuffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val2) + ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_inside.sh b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_inside.sh new file mode 100644 index 0000000..c423ed7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_inside.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 value is suffix: string1 (val1) + ┃ ┣━━ 📓 value is first variable: string1 (string1) + ┃ ┣━━ 📓 value is relative first variable: string1 (string1) + ┃ ┗━━ 📓 value is first variable of val1: string1 (string1) + ┗━━ 📂 a dynamic family +  ┣━━ 📓 value is suffix: string1 (val2) +  ┣━━ 📓 value is first variable: string1 (string1) +  ┣━━ 📓 value is relative first variable: string1 (string1) +  ┗━━ 📓 value is first variable of val1: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_inside_empty.sh new file mode 100644 index 0000000..b1a6541 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_inside_empty.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 value is suffix: string1 (val1) + ┃ ┣━━ 📓 value is first variable: string1 (string1) + ┃ ┣━━ 📓 value is relative first variable: string1 (string1) + ┃ ┗━━ 📓 value is first variable of val1: string1 (string1) + ┗━━ 📂 a dynamic family +  ┣━━ 📓 value is suffix: string1 (val2) +  ┣━━ 📓 value is first variable: string1 (string1) +  ┣━━ 📓 value is relative first variable: string1 (string1) +  ┗━━ 📓 value is first variable of val1: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_leadership.sh new file mode 100644 index 0000000..272e2f3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_leadership.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a leadership + ┃  ┣━━ 📂 a leader + ┃  ┃ ┣━━ 📓 a leader: string1 + ┃  ┃ ┣━━ 📓 a follower1: string1 + ┃  ┃ ┗━━ 📓 a follower2: string1 + ┃  ┣━━ 📂 a leader + ┃  ┃ ┣━━ 📓 a leader: string2 + ┃  ┃ ┣━━ 📓 a follower1: string2 + ┃  ┃ ┗━━ 📓 a follower2: string2 + ┃  ┗━━ 📂 a leader + ┃   ┣━━ 📓 a leader: string3 + ┃   ┣━━ 📓 a follower1: string3 + ┃   ┗━━ 📓 a follower2: string3 + ┗━━ 📂 a dynamic family +  ┗━━ 📂 a leadership +   ┣━━ 📂 a leader +   ┃ ┣━━ 📓 a leader: string1 +   ┃ ┣━━ 📓 a follower1: string1 +   ┃ ┗━━ 📓 a follower2: string1 +   ┣━━ 📂 a leader +   ┃ ┣━━ 📓 a leader: string2 +   ┃ ┣━━ 📓 a follower1: string2 +   ┃ ┗━━ 📓 a follower2: string2 +   ┗━━ 📂 a leader +    ┣━━ 📓 a leader: string3 +    ┣━━ 📓 a follower1: string3 +    ┗━━ 📓 a follower2: string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 0000000..d552965 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,36 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a leadership + ┃  ┣━━ 📂 a leader + ┃  ┃ ┣━━ 📓 a leader: string1 + ┃  ┃ ┣━━ 📓 a follower1: string1 + ┃  ┃ ┗━━ 📓 a follower2: string1 + ┃  ┣━━ 📂 a leader + ┃  ┃ ┣━━ 📓 a leader: string2 + ┃  ┃ ┣━━ 📓 a follower1: string2 + ┃  ┃ ┗━━ 📓 a follower2: string2 + ┃  ┗━━ 📂 a leader + ┃   ┣━━ 📓 a leader: string3 + ┃   ┣━━ 📓 a follower1: string3 + ┃   ┗━━ 📓 a follower2: string3 + ┗━━ 📂 a dynamic family +  ┗━━ 📂 a leadership +   ┣━━ 📂 a leader +   ┃ ┣━━ 📓 a leader: string1 +   ┃ ┣━━ 📓 a follower1: string1 +   ┃ ┗━━ 📓 a follower2: string1 +   ┣━━ 📂 a leader +   ┃ ┣━━ 📓 a leader: string2 +   ┃ ┣━━ 📓 a follower1: string2 +   ┃ ┗━━ 📓 a follower2: string2 +   ┗━━ 📂 a leader +    ┣━━ 📓 a leader: string3 +    ┣━━ 📓 a follower1: string3 +    ┗━━ 📓 a follower2: string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic.sh new file mode 100644 index 0000000..171ddeb --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic.sh @@ -0,0 +1,33 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 (tval1) + ┃ ┃ ┗━━ tval2 (tval2) + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-tval1) + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: string1 (tval2) + ┃  ┣━━ 📓 identifier from first family: string1 (val1) + ┃  ┗━━ 📓 merge identifiers: string1 (val1-tval2) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 (tval1) +  ┃ ┗━━ tval2 (tval2) +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-tval1) +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: string1 (tval2) +   ┣━━ 📓 identifier from first family: string1 (val2) +   ┗━━ 📓 merge identifiers: string1 (val2-tval2) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_1_0.sh new file mode 100644 index 0000000..171ddeb --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_1_0.sh @@ -0,0 +1,33 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 (tval1) + ┃ ┃ ┗━━ tval2 (tval2) + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-tval1) + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: string1 (tval2) + ┃  ┣━━ 📓 identifier from first family: string1 (val1) + ┃  ┗━━ 📓 merge identifiers: string1 (val1-tval2) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 (tval1) +  ┃ ┗━━ tval2 (tval2) +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-tval1) +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: string1 (tval2) +   ┣━━ 📓 identifier from first family: string1 (val2) +   ┗━━ 📓 merge identifiers: string1 (val2-tval2) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_1_0_2.sh new file mode 100644 index 0000000..62c8403 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_1_0_2.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📂 A dynamic family + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 A dynamic family + ┃  ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┣━━ 📂 A dynamic family +  ┃ ┗━━ 📓 A dynamic variable: string1 +  ┗━━ 📂 A dynamic family +   ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_empty.sh new file mode 100644 index 0000000..64c8181 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_empty.sh @@ -0,0 +1,33 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 (tval1) + ┃ ┃ ┗━━ tval2 (tval2) + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-tval1) + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: string1 (tval2) + ┃  ┣━━ 📓 identifier from first family: string1 (val1) + ┃  ┗━━ 📓 merge identifiers: string1 (val1-tval2) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 (tval1) +  ┃ ┗━━ tval2 (tval2) +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-tval1) +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: string1 (tval2) +   ┣━━ 📓 identifier from first family: string1 (val2) +   ┗━━ 📓 merge identifiers: string1 (val2-tval2) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_empty2.sh new file mode 100644 index 0000000..f372f00 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_empty2.sh @@ -0,0 +1,43 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (string1) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-string1) + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (string2) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-string2) + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: string1 (string3) + ┃  ┣━━ 📓 identifier from first family: string1 (val1) + ┃  ┗━━ 📓 merge identifiers: string1 (val1-string3) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ string1 +  ┃ ┣━━ string2 +  ┃ ┗━━ string3 +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (string1) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-string1) +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (string2) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-string2) +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: string1 (string3) +   ┣━━ 📓 identifier from first family: string1 (val2) +   ┗━━ 📓 merge identifiers: string1 (val2-string3) diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_suffix_auto_multi.sh b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_suffix_auto_multi.sh new file mode 100644 index 0000000..8b66b25 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_suffix_auto_multi.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_suffix_auto_multi2.sh b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_suffix_auto_multi2.sh new file mode 100644 index 0000000..8b66b25 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_6family_dynamic_suffix_auto_multi2.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_9extra_dynamic.sh b/tests/results/test_namespace_mandatory_secrets_key/60_9extra_dynamic.sh new file mode 100644 index 0000000..a7ecaca --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_9extra_dynamic.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: +┃  ┗━━ a (a) +┗━━ 📂 extra + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_mandatory_secrets_key/60_9extra_dynamic_extra.sh new file mode 100644 index 0000000..0c13c27 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_9extra_dynamic_extra.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📂 général +┃  ┗━━ 📓 No change: +┃   ┣━━ string1 (a) +┃   ┣━━ string2 +┃   ┗━━ string3 +┗━━ 📂 extra + ┣━━ 📓 a variable: + ┃ ┗━━ a (a) + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_mandatory_secrets_key/60_9family_dynamic_calc_both.sh new file mode 100644 index 0000000..8b38653 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/60_9family_dynamic_calc_both.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: string1 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a dynamic variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets_key/68_0family_leadership_mode.sh b/tests/results/test_namespace_mandatory_secrets_key/68_0family_leadership_mode.sh new file mode 100644 index 0000000..8636d0b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/68_0family_leadership_mode.sh @@ -0,0 +1,18 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership +  ┣━━ 📂 A leader +  ┃ ┣━━ 📓 A leader: string1 +  ┃ ┣━━ 📓 a follower1: string1 +  ┃ ┗━━ 📓 a follower2: string1 +  ┣━━ 📂 A leader +  ┃ ┣━━ 📓 A leader: string2 +  ┃ ┣━━ 📓 a follower1: string2 +  ┃ ┗━━ 📓 a follower2: string2 +  ┗━━ 📂 A leader +   ┣━━ 📓 A leader: string3 +   ┣━━ 📓 a follower1: string3 +   ┗━━ 📓 a follower2: string3 diff --git a/tests/results/test_namespace_read_write/00_0no_variable.sh b/tests/results/test_namespace_read_write/00_0no_variable.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_0no_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/00_0no_variable_default_version.sh b/tests/results/test_namespace_read_write/00_0no_variable_default_version.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_0no_variable_default_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/00_0no_variable_remove_version.sh b/tests/results/test_namespace_read_write/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_0no_variable_remove_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_params_permissive.sh b/tests/results/test_namespace_read_write/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..eeff642 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated_params_permissive.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var2: a_value diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_variable_description.sh b/tests/results/test_namespace_read_write/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..0191953 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated_variable_description.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_3.sh b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..4b967dc --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_3.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var3: value diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_4.sh b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..156cbad --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_4.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2: + ┗━━ 📓 var3: value diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_5.sh b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..4ca74af --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_5.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1: value diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_6.sh b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..cec6f69 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_6.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: value + ┗━━ 📓 var3: diff --git a/tests/results/test_namespace_read_write/04_5validators_multi3.sh b/tests/results/test_namespace_read_write/04_5validators_multi3.sh new file mode 100644 index 0000000..c402e4b --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators_multi3.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1: +  ┣━━ 0 +  ┣━━ 1 +  ┗━━ 2 diff --git a/tests/results/test_namespace_read_write/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_read_write/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..aab0940 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.sh new file mode 100644 index 0000000..6f320ac --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: a value diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.sh new file mode 100644 index 0000000..76246f0 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: true diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.sh new file mode 100644 index 0000000..bfa0abb --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: +  ┣━━ a value +  ┗━━ a second value diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0_2.sh new file mode 100644 index 0000000..76136b4 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0_2.sh @@ -0,0 +1,18 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 val1 + ┃ ┣━━ 📂 val1 + ┃ ┃ ┗━━ 📓 var: + ┃ ┗━━ 📂 val2 + ┃  ┗━━ 📓 var: + ┗━━ 📂 val2 +  ┣━━ 📂 val1 +  ┃ ┗━━ 📓 var: +  ┗━━ 📂 val2 +   ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_key/00_0empty.sh b/tests/results/test_namespace_read_write_key/00_0empty.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_0empty.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_namespace_read_write_key/00_0no_variable.sh b/tests/results/test_namespace_read_write_key/00_0no_variable.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_0no_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/00_0no_variable_default_version.sh b/tests/results/test_namespace_read_write_key/00_0no_variable_default_version.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_0no_variable_default_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/00_0no_variable_remove_version.sh b/tests/results/test_namespace_read_write_key/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_0no_variable_remove_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/00_0version_underscore.sh b/tests/results/test_namespace_read_write_key/00_0version_underscore.sh new file mode 100644 index 0000000..73df2d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_0version_underscore.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/00_1empty_variable.sh b/tests/results/test_namespace_read_write_key/00_1empty_variable.sh new file mode 100644 index 0000000..5cff9f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_1empty_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 empty: diff --git a/tests/results/test_namespace_read_write_key/00_2default_calculated.sh b/tests/results/test_namespace_read_write_key/00_2default_calculated.sh new file mode 100644 index 0000000..f3c743e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_2default_calculated.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: +  ┗━━ no diff --git a/tests/results/test_namespace_read_write_key/00_2default_calculated_multi.sh b/tests/results/test_namespace_read_write_key/00_2default_calculated_multi.sh new file mode 100644 index 0000000..de874ad --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_2default_calculated_multi.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ no + ┃ ┣━━ yes + ┃ ┗━━ maybe + ┗━━ 📓 a second variable: +  ┣━━ no +  ┣━━ yes +  ┗━━ maybe diff --git a/tests/results/test_namespace_read_write_key/00_2default_calculated_params_permissive.sh b/tests/results/test_namespace_read_write_key/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..d819414 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_2default_calculated_params_permissive.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: a_value diff --git a/tests/results/test_namespace_read_write_key/00_2default_calculated_variable_description.sh b/tests/results/test_namespace_read_write_key/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..995e2a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_2default_calculated_variable_description.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write_key/00_2default_calculated_variable_transitive.sh new file mode 100644 index 0000000..aa3d2a2 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/00_4load_subfolder.sh b/tests/results/test_namespace_read_write_key/00_4load_subfolder.sh new file mode 100644 index 0000000..ee4a5f1 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_4load_subfolder.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/00_5load_notype.sh b/tests/results/test_namespace_read_write_key/00_5load_notype.sh new file mode 100644 index 0000000..c035b8e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_5load_notype.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: non diff --git a/tests/results/test_namespace_read_write_key/00_6boolean.sh b/tests/results/test_namespace_read_write_key/00_6boolean.sh new file mode 100644 index 0000000..1aae937 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6boolean.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: true + ┣━━ 📓 the second variable: true + ┣━━ 📓 the third variable: true + ┣━━ 📓 the forth variable: false + ┣━━ 📓 the fifth variable: false + ┗━━ 📓 the sixth variable: false diff --git a/tests/results/test_namespace_read_write_key/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_read_write_key/00_6boolean_no_mandatory.sh new file mode 100644 index 0000000..bd56408 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6boolean_no_mandatory.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: true diff --git a/tests/results/test_namespace_read_write_key/00_6choice.sh b/tests/results/test_namespace_read_write_key/00_6choice.sh new file mode 100644 index 0000000..26997fd --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6choice.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┣━━ 📓 the second variable: + ┣━━ 📓 the third variable: + ┣━━ 📓 the forth variable: + ┣━━ 📓 the fifth variable: a + ┗━━ 📓 the sixth variable: 1 diff --git a/tests/results/test_namespace_read_write_key/00_6choice_calculation.sh b/tests/results/test_namespace_read_write_key/00_6choice_calculation.sh new file mode 100644 index 0000000..2638be7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6choice_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: 9 diff --git a/tests/results/test_namespace_read_write_key/00_6choice_link.sh b/tests/results/test_namespace_read_write_key/00_6choice_link.sh new file mode 100644 index 0000000..fd1b49f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6choice_link.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┗━━ 📓 the second variable: diff --git a/tests/results/test_namespace_read_write_key/00_6choice_variable.sh b/tests/results/test_namespace_read_write_key/00_6choice_variable.sh new file mode 100644 index 0000000..587d60a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6choice_variable.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┗━━ 📓 a first variable: a diff --git a/tests/results/test_namespace_read_write_key/00_6choice_variable_link.sh b/tests/results/test_namespace_read_write_key/00_6choice_variable_link.sh new file mode 100644 index 0000000..169e9eb --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6choice_variable_link.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┣━━ 📓 a first variable: a + ┗━━ 📓 a third variable: a diff --git a/tests/results/test_namespace_read_write_key/00_6choice_variable_link2.sh b/tests/results/test_namespace_read_write_key/00_6choice_variable_link2.sh new file mode 100644 index 0000000..33546a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6choice_variable_link2.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┣━━ 📓 a first variable: a + ┗━━ 📂 family +  ┗━━ 📓 a third variable: a diff --git a/tests/results/test_namespace_read_write_key/00_6custom.sh b/tests/results/test_namespace_read_write_key/00_6custom.sh new file mode 100644 index 0000000..53d9014 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6custom.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┗━━ 📓 the seconf variable: value diff --git a/tests/results/test_namespace_read_write_key/00_6domainname.sh b/tests/results/test_namespace_read_write_key/00_6domainname.sh new file mode 100644 index 0000000..a61df3c --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6domainname.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a domain name variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_key/00_6domainname_params.sh b/tests/results/test_namespace_read_write_key/00_6domainname_params.sh new file mode 100644 index 0000000..a61df3c --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6domainname_params.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a domain name variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_key/00_6float.sh b/tests/results/test_namespace_read_write_key/00_6float.sh new file mode 100644 index 0000000..25e8a29 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6float.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: 0.0 + ┣━━ 📓 the second variable: 0.0 + ┣━━ 📓 the third variable: 0.0 + ┣━━ 📓 the forth variable: 10.1 + ┣━━ 📓 the fifth variable: 10.1 + ┗━━ 📓 the sixth variable: 10.1 diff --git a/tests/results/test_namespace_read_write_key/00_6number.sh b/tests/results/test_namespace_read_write_key/00_6number.sh new file mode 100644 index 0000000..0a04cdd --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6number.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: 0 + ┣━━ 📓 the second variable: 0 + ┣━━ 📓 the third variable: 0 + ┣━━ 📓 this forth variable: 10 + ┣━━ 📓 the fifth variable: 10 + ┗━━ 📓 the sixth variable: 10 diff --git a/tests/results/test_namespace_read_write_key/00_6port.sh b/tests/results/test_namespace_read_write_key/00_6port.sh new file mode 100644 index 0000000..fcbe06f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6port.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a port variable: + ┣━━ 📓 a port variable with default value: 8080 + ┗━━ 📓 a port variable with integer default value: 8080 diff --git a/tests/results/test_namespace_read_write_key/00_6regexp.sh b/tests/results/test_namespace_read_write_key/00_6regexp.sh new file mode 100644 index 0000000..f77cb59 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6regexp.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a first variable: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_key/00_6regexp_link.sh b/tests/results/test_namespace_read_write_key/00_6regexp_link.sh new file mode 100644 index 0000000..47a0259 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6regexp_link.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: #a1a1a1 + ┗━━ 📓 a second variable: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_key/00_6secret.sh b/tests/results/test_namespace_read_write_key/00_6secret.sh new file mode 100644 index 0000000..44007a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6secret.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┗━━ 📓 the second variable: value diff --git a/tests/results/test_namespace_read_write_key/00_6secret_param.sh b/tests/results/test_namespace_read_write_key/00_6secret_param.sh new file mode 100644 index 0000000..f4a462c --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6secret_param.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┣━━ 📓 the second variable: value + ┗━━ 📓 the third variable: value diff --git a/tests/results/test_namespace_read_write_key/00_6string.sh b/tests/results/test_namespace_read_write_key/00_6string.sh new file mode 100644 index 0000000..2f34d84 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_6string.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┣━━ 📓 the second variable: + ┣━━ 📓 the third variable: + ┣━━ 📓 the forth variable: value + ┣━━ 📓 the fifth variable: value + ┗━━ 📓 the sixth variable: value diff --git a/tests/results/test_namespace_read_write_key/00_7choice_quote.sh b/tests/results/test_namespace_read_write_key/00_7choice_quote.sh new file mode 100644 index 0000000..8865e2a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_7choice_quote.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A choice: quote' diff --git a/tests/results/test_namespace_read_write_key/00_7help.sh b/tests/results/test_namespace_read_write_key/00_7help.sh new file mode 100644 index 0000000..fd1b49f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_7help.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┗━━ 📓 the second variable: diff --git a/tests/results/test_namespace_read_write_key/00_7help_quote.sh b/tests/results/test_namespace_read_write_key/00_7help_quote.sh new file mode 100644 index 0000000..fd1b49f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_7help_quote.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┗━━ 📓 the second variable: diff --git a/tests/results/test_namespace_read_write_key/00_7help_sup.sh b/tests/results/test_namespace_read_write_key/00_7help_sup.sh new file mode 100644 index 0000000..ef246bb --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_7help_sup.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first : + ┗━━ 📓 the second : diff --git a/tests/results/test_namespace_read_write_key/00_7value_doublequote.sh b/tests/results/test_namespace_read_write_key/00_7value_doublequote.sh new file mode 100644 index 0000000..d27fc13 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_7value_doublequote.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: quote" diff --git a/tests/results/test_namespace_read_write_key/00_7value_doublequote2.sh b/tests/results/test_namespace_read_write_key/00_7value_doublequote2.sh new file mode 100644 index 0000000..57741f3 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_7value_doublequote2.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: quote'" diff --git a/tests/results/test_namespace_read_write_key/00_7value_doublequote3.sh b/tests/results/test_namespace_read_write_key/00_7value_doublequote3.sh new file mode 100644 index 0000000..384924b --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_7value_doublequote3.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: quote\"\' diff --git a/tests/results/test_namespace_read_write_key/00_7value_quote.sh b/tests/results/test_namespace_read_write_key/00_7value_quote.sh new file mode 100644 index 0000000..cba9fc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_7value_quote.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: quote' diff --git a/tests/results/test_namespace_read_write_key/00_8calculation_information.sh b/tests/results/test_namespace_read_write_key/00_8calculation_information.sh new file mode 100644 index 0000000..73df2d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_8calculation_information.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/00_8calculation_namespace.sh b/tests/results/test_namespace_read_write_key/00_8calculation_namespace.sh new file mode 100644 index 0000000..618ff4a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_8calculation_namespace.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: Rougail diff --git a/tests/results/test_namespace_read_write_key/00_8calculation_param_namespace.sh b/tests/results/test_namespace_read_write_key/00_8calculation_param_namespace.sh new file mode 100644 index 0000000..618ff4a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_8calculation_param_namespace.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: Rougail diff --git a/tests/results/test_namespace_read_write_key/00_8test.sh b/tests/results/test_namespace_read_write_key/00_8test.sh new file mode 100644 index 0000000..d1ac94f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_8test.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┣━━ 📓 the second variable: value + ┣━━ 📓 the third variable: + ┣━━ 📓 the forth variable: + ┣━━ 📓 the fifth variable: true + ┗━━ 📓 the sixth variable: diff --git a/tests/results/test_namespace_read_write_key/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_key/00_9choice_variable_multi.sh new file mode 100644 index 0000000..aa3d2a2 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9choice_variable_multi.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/00_9choice_variables.sh b/tests/results/test_namespace_read_write_key/00_9choice_variables.sh new file mode 100644 index 0000000..55fcfed --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9choice_variables.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first source variable: val1 + ┣━━ 📓 the second source variable: val2 + ┗━━ 📓 a variable: val1 diff --git a/tests/results/test_namespace_read_write_key/00_9default_calculation.sh b/tests/results/test_namespace_read_write_key/00_9default_calculation.sh new file mode 100644 index 0000000..6b06bd4 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9default_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string_1_True_None diff --git a/tests/results/test_namespace_read_write_key/00_9default_calculation_information.sh b/tests/results/test_namespace_read_write_key/00_9default_calculation_information.sh new file mode 100644 index 0000000..73df2d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9default_calculation_information.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_read_write_key/00_9default_calculation_information_other_variable.sh new file mode 100644 index 0000000..995e2a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_read_write_key/00_9default_calculation_multi_optional.sh new file mode 100644 index 0000000..cca6d39 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9default_calculation_multi_optional.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: val1 + ┗━━ 📓 my_calculated_variable: +  ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_key/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_read_write_key/00_9default_calculation_multi_optional2.sh new file mode 100644 index 0000000..cca6d39 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: val1 + ┗━━ 📓 my_calculated_variable: +  ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_key/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write_key/00_9default_calculation_optional.sh new file mode 100644 index 0000000..5f77c63 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9default_calculation_optional.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 my_calculated_variable: diff --git a/tests/results/test_namespace_read_write_key/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_read_write_key/00_9default_calculation_optional_exists.sh new file mode 100644 index 0000000..233e919 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9default_calculation_optional_exists.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 my_calculated_variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_key/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_read_write_key/00_9default_calculation_param_optional.sh new file mode 100644 index 0000000..066425d --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9default_calculation_param_optional.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_key/00_9default_information_other_variable.sh b/tests/results/test_namespace_read_write_key/00_9default_information_other_variable.sh new file mode 100644 index 0000000..995e2a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9default_information_other_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/00_9default_information_other_variable2.sh b/tests/results/test_namespace_read_write_key/00_9default_information_other_variable2.sh new file mode 100644 index 0000000..995e2a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9default_information_other_variable2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/00_9default_integer.sh b/tests/results/test_namespace_read_write_key/00_9default_integer.sh new file mode 100644 index 0000000..2638be7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9default_integer.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: 9 diff --git a/tests/results/test_namespace_read_write_key/00_9extra.sh b/tests/results/test_namespace_read_write_key/00_9extra.sh new file mode 100644 index 0000000..5bde34e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9extra.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: rougail +┗━━ 📂 extra + ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_read_write_key/00_9extra_calculation.sh b/tests/results/test_namespace_read_write_key/00_9extra_calculation.sh new file mode 100644 index 0000000..c63bb25 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9extra_calculation.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: value +┗━━ 📂 extra + ┣━━ 📓 a first variable: value + ┣━━ 📓 a second variable: value + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_key/00_9extra_ouside.sh b/tests/results/test_namespace_read_write_key/00_9extra_ouside.sh new file mode 100644 index 0000000..85a0b3e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/00_9extra_ouside.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: value in extra +┗━━ 📂 extra + ┗━━ 📓 a variable: value in extra diff --git a/tests/results/test_namespace_read_write_key/01_6boolean_multi.sh b/tests/results/test_namespace_read_write_key/01_6boolean_multi.sh new file mode 100644 index 0000000..d37599c --- /dev/null +++ b/tests/results/test_namespace_read_write_key/01_6boolean_multi.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┗━━ true + ┣━━ 📓 the second variable: + ┃ ┗━━ true + ┣━━ 📓 the third variable: + ┃ ┗━━ true + ┣━━ 📓 the forth variable: + ┃ ┗━━ false + ┣━━ 📓 the fifth variable: + ┃ ┗━━ false + ┣━━ 📓 the sixth variable: + ┃ ┗━━ false + ┣━━ 📓 the seventh variable: + ┃ ┗━━ true + ┗━━ 📓 the eighth variable: +  ┗━━ true diff --git a/tests/results/test_namespace_read_write_key/01_6custom_multi.sh b/tests/results/test_namespace_read_write_key/01_6custom_multi.sh new file mode 100644 index 0000000..77b3fd7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/01_6custom_multi.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first custom variable: + ┗━━ 📓 a second custom variable: +  ┗━━ value diff --git a/tests/results/test_namespace_read_write_key/01_6float_multi.sh b/tests/results/test_namespace_read_write_key/01_6float_multi.sh new file mode 100644 index 0000000..c88aac8 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/01_6float_multi.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┗━━ 0.0 + ┣━━ 📓 the second variable: + ┃ ┗━━ 0.0 + ┣━━ 📓 the third variable: + ┃ ┗━━ 0.0 + ┣━━ 📓 the forth variable: + ┃ ┗━━ 10.1 + ┣━━ 📓 the fifth variable: + ┃ ┗━━ 10.1 + ┣━━ 📓 the sixth variable: + ┃ ┗━━ 10.1 + ┣━━ 📓 the seventh variable: + ┃ ┗━━ 0.0 + ┗━━ 📓 the eighth variable: +  ┗━━ 0.0 diff --git a/tests/results/test_namespace_read_write_key/01_6number_multi.sh b/tests/results/test_namespace_read_write_key/01_6number_multi.sh new file mode 100644 index 0000000..6693e97 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/01_6number_multi.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┗━━ 0 + ┣━━ 📓 the second variable: + ┃ ┗━━ 0 + ┣━━ 📓 the third variable: + ┃ ┗━━ 0 + ┣━━ 📓 the forth variable: + ┃ ┗━━ 10 + ┣━━ 📓 the fifth variable: + ┃ ┗━━ 10 + ┣━━ 📓 the sixth variable: + ┃ ┗━━ 10 + ┣━━ 📓 the seventh variable: + ┃ ┗━━ 0 + ┗━━ 📓 the eighth variable: +  ┗━━ 0 diff --git a/tests/results/test_namespace_read_write_key/01_6string_empty.sh b/tests/results/test_namespace_read_write_key/01_6string_empty.sh new file mode 100644 index 0000000..3f7a079 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/01_6string_empty.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 the second variable: +  ┣━━ value +  ┗━━  diff --git a/tests/results/test_namespace_read_write_key/01_6string_multi.sh b/tests/results/test_namespace_read_write_key/01_6string_multi.sh new file mode 100644 index 0000000..8c5af05 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/01_6string_multi.sh @@ -0,0 +1,18 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┣━━ 📓 the second variable: + ┣━━ 📓 the third variable: + ┣━━ 📓 the forth variable: + ┃ ┗━━ value + ┣━━ 📓 the fifth variable: + ┃ ┗━━ value + ┣━━ 📓 the sixth variable: + ┃ ┗━━ value + ┣━━ 📓 the seventh variable: + ┃ ┗━━ value + ┗━━ 📓 the eighth variable: +  ┗━━ value diff --git a/tests/results/test_namespace_read_write_key/01_7value_multi_doublequote.sh b/tests/results/test_namespace_read_write_key/01_7value_multi_doublequote.sh new file mode 100644 index 0000000..8680efe --- /dev/null +++ b/tests/results/test_namespace_read_write_key/01_7value_multi_doublequote.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ quote" diff --git a/tests/results/test_namespace_read_write_key/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_read_write_key/01_7value_multi_doublequote2.sh new file mode 100644 index 0000000..b14e095 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/01_7value_multi_doublequote2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ quote'" diff --git a/tests/results/test_namespace_read_write_key/01_7value_multi_quote.sh b/tests/results/test_namespace_read_write_key/01_7value_multi_quote.sh new file mode 100644 index 0000000..acf64e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/01_7value_multi_quote.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ quote' diff --git a/tests/results/test_namespace_read_write_key/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write_key/01_8calculation_information_multi.sh new file mode 100644 index 0000000..a2fc657 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/01_8calculation_information_multi.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/01_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_key/01_9choice_variable_multi.sh new file mode 100644 index 0000000..182f267 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/01_9choice_variable_multi.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/04_0type_param.sh b/tests/results/test_namespace_read_write_key/04_0type_param.sh new file mode 100644 index 0000000..87354cc --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_0type_param.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A limited number: 10 diff --git a/tests/results/test_namespace_read_write_key/04_1auto_save.sh b/tests/results/test_namespace_read_write_key/04_1auto_save.sh new file mode 100644 index 0000000..f2645a3 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_1auto_save.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 an auto save variable: no diff --git a/tests/results/test_namespace_read_write_key/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_read_write_key/04_1auto_save_and_calculated.sh new file mode 100644 index 0000000..b4370f2 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_1auto_save_and_calculated.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_key/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_read_write_key/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 0000000..26b2cdf --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: yes diff --git a/tests/results/test_namespace_read_write_key/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_read_write_key/04_1auto_save_and_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_1auto_save_and_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden.sh b/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden.sh new file mode 100644 index 0000000..85cc9c2 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: value + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_2.sh new file mode 100644 index 0000000..85cc9c2 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: value + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_3.sh b/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..1b7df8a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_3.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_4.sh b/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..78bfbc7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_4.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_5.sh b/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..bed4cb5 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_5.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a first variable: value diff --git a/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_6.sh b/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..fccdbbb --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_1default_calculation_hidden_6.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: value + ┗━━ 📓 a third variable: diff --git a/tests/results/test_namespace_read_write_key/04_5disabled_calculation.sh b/tests/results/test_namespace_read_write_key/04_5disabled_calculation.sh new file mode 100644 index 0000000..a2ce3b2 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5disabled_calculation.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a conditional variable: no + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/04_5disabled_calculation_default.sh b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_default.sh new file mode 100644 index 0000000..348fa0c --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_default.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: no + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_key/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_multi.sh new file mode 100644 index 0000000..84c61f3 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_multi.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a conditional variable: no + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_optional.sh new file mode 100644 index 0000000..50ba9de --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_optional.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: no diff --git a/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable.sh new file mode 100644 index 0000000..cb9f5dd --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: false + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable2.sh new file mode 100644 index 0000000..c43652c --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable2.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: true diff --git a/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable3.sh new file mode 100644 index 0000000..b0c7267 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable3.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: yes diff --git a/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable4.sh new file mode 100644 index 0000000..ce97288 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable4.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: yes + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable_multi.sh new file mode 100644 index 0000000..0d538be --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_variable_multi.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: false + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/04_5hidden_calculation.sh b/tests/results/test_namespace_read_write_key/04_5hidden_calculation.sh new file mode 100644 index 0000000..f2afb9a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5hidden_calculation.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the condition: no + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_key/04_5hidden_calculation2.sh b/tests/results/test_namespace_read_write_key/04_5hidden_calculation2.sh new file mode 100644 index 0000000..50ba9de --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5hidden_calculation2.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: no diff --git a/tests/results/test_namespace_read_write_key/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_read_write_key/04_5hidden_calculation_default_calculation.sh new file mode 100644 index 0000000..348fa0c --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5hidden_calculation_default_calculation.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: no + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_key/04_5validators.sh b/tests/results/test_namespace_read_write_key/04_5validators.sh new file mode 100644 index 0000000..003a5c8 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5validators.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A number: diff --git a/tests/results/test_namespace_read_write_key/04_5validators_differ.sh b/tests/results/test_namespace_read_write_key/04_5validators_differ.sh new file mode 100644 index 0000000..a142c9e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5validators_differ.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: oui + ┗━━ 📓 A second variable: no diff --git a/tests/results/test_namespace_read_write_key/04_5validators_multi.sh b/tests/results/test_namespace_read_write_key/04_5validators_multi.sh new file mode 100644 index 0000000..5fd001d --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5validators_multi.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ no +  ┗━━ yes diff --git a/tests/results/test_namespace_read_write_key/04_5validators_multi2.sh b/tests/results/test_namespace_read_write_key/04_5validators_multi2.sh new file mode 100644 index 0000000..5fd001d --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5validators_multi2.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ no +  ┗━━ yes diff --git a/tests/results/test_namespace_read_write_key/04_5validators_multi3.sh b/tests/results/test_namespace_read_write_key/04_5validators_multi3.sh new file mode 100644 index 0000000..ad3e700 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/04_5validators_multi3.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ 0 +  ┣━━ 1 +  ┗━━ 2 diff --git a/tests/results/test_namespace_read_write_key/05_0multi_not_uniq.sh b/tests/results/test_namespace_read_write_key/05_0multi_not_uniq.sh new file mode 100644 index 0000000..ff11ec3 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/05_0multi_not_uniq.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_key/05_0multi_uniq.sh b/tests/results/test_namespace_read_write_key/05_0multi_uniq.sh new file mode 100644 index 0000000..ff11ec3 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/05_0multi_uniq.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_key/12_1auto_save_expert.sh b/tests/results/test_namespace_read_write_key/12_1auto_save_expert.sh new file mode 100644 index 0000000..73f589d --- /dev/null +++ b/tests/results/test_namespace_read_write_key/12_1auto_save_expert.sh @@ -0,0 +1,7 @@ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_read_write_key/16_0redefine_description.sh b/tests/results/test_namespace_read_write_key/16_0redefine_description.sh new file mode 100644 index 0000000..f3e25b3 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_0redefine_description.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 Redefined: diff --git a/tests/results/test_namespace_read_write_key/16_2family_redefine_calculation.sh b/tests/results/test_namespace_read_write_key/16_2family_redefine_calculation.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_2family_redefine_calculation.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/16_2family_redefine_disabled.sh b/tests/results/test_namespace_read_write_key/16_2family_redefine_disabled.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_2family_redefine_disabled.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/16_3family_empty_at_ends.sh b/tests/results/test_namespace_read_write_key/16_3family_empty_at_ends.sh new file mode 100644 index 0000000..f5f383d --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_3family_empty_at_ends.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 family +  ┗━━ 📓 var1: diff --git a/tests/results/test_namespace_read_write_key/16_5exists_nonexists.sh b/tests/results/test_namespace_read_write_key/16_5exists_nonexists.sh new file mode 100644 index 0000000..e50b3ca --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_5exists_nonexists.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: no + ┗━━ 📓 a new variable: yes diff --git a/tests/results/test_namespace_read_write_key/16_5exists_redefine.sh b/tests/results/test_namespace_read_write_key/16_5exists_redefine.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_5exists_redefine.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/16_5redefine_calculation.sh b/tests/results/test_namespace_read_write_key/16_5redefine_calculation.sh new file mode 100644 index 0000000..63b48b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_5redefine_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: yes diff --git a/tests/results/test_namespace_read_write_key/16_5redefine_choice.sh b/tests/results/test_namespace_read_write_key/16_5redefine_choice.sh new file mode 100644 index 0000000..73df2d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_5redefine_choice.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/16_5redefine_default.sh b/tests/results/test_namespace_read_write_key/16_5redefine_default.sh new file mode 100644 index 0000000..63b48b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_5redefine_default.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: yes diff --git a/tests/results/test_namespace_read_write_key/16_5redefine_default_calculation.sh b/tests/results/test_namespace_read_write_key/16_5redefine_default_calculation.sh new file mode 100644 index 0000000..73df2d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_5redefine_default_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/16_5redefine_family.sh b/tests/results/test_namespace_read_write_key/16_5redefine_family.sh new file mode 100644 index 0000000..ce6e30b --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_5redefine_family.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 new description +  ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/16_5redefine_help.sh b/tests/results/test_namespace_read_write_key/16_5redefine_help.sh new file mode 100644 index 0000000..87bad80 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_5redefine_help.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📓 redefine help: diff --git a/tests/results/test_namespace_read_write_key/16_5redefine_hidden.sh b/tests/results/test_namespace_read_write_key/16_5redefine_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_5redefine_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/16_5redefine_multi.sh b/tests/results/test_namespace_read_write_key/16_5redefine_multi.sh new file mode 100644 index 0000000..ff11ec3 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_5redefine_multi.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_key/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_read_write_key/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 0000000..c1199f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: no + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/16_5test_redefine.sh b/tests/results/test_namespace_read_write_key/16_5test_redefine.sh new file mode 100644 index 0000000..748eeeb --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_5test_redefine.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┣━━ 📓 a second variable: non + ┗━━ 📓 a third variable: diff --git a/tests/results/test_namespace_read_write_key/16_6choice_redefine.sh b/tests/results/test_namespace_read_write_key/16_6choice_redefine.sh new file mode 100644 index 0000000..8b25b52 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_6choice_redefine.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A choice: c diff --git a/tests/results/test_namespace_read_write_key/16_6exists_family.sh b/tests/results/test_namespace_read_write_key/16_6exists_family.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_6exists_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/16_6exists_redefine_family.sh b/tests/results/test_namespace_read_write_key/16_6exists_redefine_family.sh new file mode 100644 index 0000000..0da8a96 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16_6exists_redefine_family.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 new description + ┃ ┗━━ 📓 a variable: + ┗━━ 📂 a second family +  ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/16exists_exists.sh b/tests/results/test_namespace_read_write_key/16exists_exists.sh new file mode 100644 index 0000000..65caa5a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/16exists_exists.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 Description: diff --git a/tests/results/test_namespace_read_write_key/17_5redefine_leadership.sh b/tests/results/test_namespace_read_write_key/17_5redefine_leadership.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/17_5redefine_leadership.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/20_0empty_family.sh b/tests/results/test_namespace_read_write_key/20_0empty_family.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/20_0empty_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/20_0family_append.sh b/tests/results/test_namespace_read_write_key/20_0family_append.sh new file mode 100644 index 0000000..ac27dae --- /dev/null +++ b/tests/results/test_namespace_read_write_key/20_0family_append.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A family +  ┣━━ 📓 The first variable: +  ┗━━ 📓 The second variable: diff --git a/tests/results/test_namespace_read_write_key/20_0family_underscore.sh b/tests/results/test_namespace_read_write_key/20_0family_underscore.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/20_0family_underscore.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/20_0multi_family.sh b/tests/results/test_namespace_read_write_key/20_0multi_family.sh new file mode 100644 index 0000000..e7b34a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/20_0multi_family.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/20_0multi_family_basic.sh b/tests/results/test_namespace_read_write_key/20_0multi_family_basic.sh new file mode 100644 index 0000000..e7b34a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/20_0multi_family_basic.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/20_0multi_family_expert.sh b/tests/results/test_namespace_read_write_key/20_0multi_family_expert.sh new file mode 100644 index 0000000..d15ac43 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/20_0multi_family_expert.sh @@ -0,0 +1,8 @@ +╭────────────── Caption ──────────────╮ +│ Undocumented variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/20_0multi_family_order.sh b/tests/results/test_namespace_read_write_key/20_0multi_family_order.sh new file mode 100644 index 0000000..516f678 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/20_0multi_family_order.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┗━━ 📂 a family +  ┣━━ 📓 a first variable: +  ┣━━ 📂 a sub family +  ┃ ┗━━ 📓 a variable: +  ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/20_0validators_differ_redefine.sh b/tests/results/test_namespace_read_write_key/20_0validators_differ_redefine.sh new file mode 100644 index 0000000..625f314 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/20_0validators_differ_redefine.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┣━━ 📓 a second variable: no + ┗━━ 📓 a third variable: yes diff --git a/tests/results/test_namespace_read_write_key/20_1empty_subfamily.sh b/tests/results/test_namespace_read_write_key/20_1empty_subfamily.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/20_1empty_subfamily.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/20_9default_information_parent.sh b/tests/results/test_namespace_read_write_key/20_9default_information_parent.sh new file mode 100644 index 0000000..2dc1793 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/20_9default_information_parent.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 family +  ┣━━ 📓 a first variable: +  ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/24_0family_hidden_condition.sh b/tests/results/test_namespace_read_write_key/24_0family_hidden_condition.sh new file mode 100644 index 0000000..a37c949 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/24_0family_hidden_condition.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: no + ┗━━ 📂 possibly hidden family +  ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_read_write_key/24_0family_hidden_condition_boolean.sh new file mode 100644 index 0000000..d3aa79c --- /dev/null +++ b/tests/results/test_namespace_read_write_key/24_0family_hidden_condition_boolean.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a conditional variable: false diff --git a/tests/results/test_namespace_read_write_key/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_read_write_key/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 0000000..9373d0e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: no + ┗━━ 📂 possibly hidden family +  ┗━━ 📂 subfamily +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_read_write_key/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 0000000..b694b7c --- /dev/null +++ b/tests/results/test_namespace_read_write_key/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 the variable use has condition: true diff --git a/tests/results/test_namespace_read_write_key/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_read_write_key/24_0family_hidden_condition_with_variable.sh new file mode 100644 index 0000000..32f6eec --- /dev/null +++ b/tests/results/test_namespace_read_write_key/24_0family_hidden_condition_with_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first conditional variable: false + ┗━━ 📓 a second conditional variable: false diff --git a/tests/results/test_namespace_read_write_key/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_read_write_key/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 0000000..667a6d0 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: no + ┗━━ 📂 possibly hidden family +  ┗━━ 📂 a subfamily +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/24_0family_mandatory_condition.sh b/tests/results/test_namespace_read_write_key/24_0family_mandatory_condition.sh new file mode 100644 index 0000000..c1199f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/24_0family_mandatory_condition.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: no + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_read_write_key/24_0family_mandatory_condition_variable.sh new file mode 100644 index 0000000..b5e6a4e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: true + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/24_7validators_variable_optional.sh b/tests/results/test_namespace_read_write_key/24_7validators_variable_optional.sh new file mode 100644 index 0000000..eb6fdc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/24_7validators_variable_optional.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┣━━ 📓 a first number: +  ┗━━ 📓 a second number: 1 diff --git a/tests/results/test_namespace_read_write_key/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_read_write_key/24_family_disabled_var_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/24_family_disabled_var_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/40_0leadership.sh b/tests/results/test_namespace_read_write_key/40_0leadership.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_0leadership.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_key/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write_key/40_0leadership_diff_name.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_0leadership_diff_name.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_key/40_0leadership_empty.sh b/tests/results/test_namespace_read_write_key/40_0leadership_empty.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_0leadership_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write_key/40_0leadership_follower_default_calculation.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_key/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_read_write_key/40_0leadership_follower_default_submulti.sh new file mode 100644 index 0000000..9f636d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_0leadership_follower_default_submulti.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: leader +   ┣━━ 📓 a follower1: +   ┃ ┗━━ value +   ┗━━ 📓 a follower2: +    ┣━━ value1 +    ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_key/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_read_write_key/40_0leadership_follower_default_submulti_calculation.sh new file mode 100644 index 0000000..91a48ec --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_0leadership_follower_default_submulti_calculation.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┗━━ 📂 the leader +   ┣━━ 📓 the leader: leader +   ┣━━ 📓 the follower1: +   ┃ ┗━━ value +   ┗━━ 📓 the follower2: +    ┗━━ value diff --git a/tests/results/test_namespace_read_write_key/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write_key/40_0leadership_follower_default_value.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_0leadership_follower_default_value.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_key/40_0leadership_leader_follower.sh b/tests/results/test_namespace_read_write_key/40_0leadership_leader_follower.sh new file mode 100644 index 0000000..6bfede2 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_0leadership_leader_follower.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: value1 +  ┃ ┗━━ 📓 a follower: value1 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: value2 +   ┗━━ 📓 a follower: value2 diff --git a/tests/results/test_namespace_read_write_key/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write_key/40_0leadership_leader_not_multi.sh new file mode 100644 index 0000000..e5c4348 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_0leadership_leader_not_multi.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 general + ┃ ┗━━ 📓 No change: non + ┗━━ 📂 general1 +  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_key/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write_key/40_1leadership_append_follower.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_1leadership_append_follower.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_key/40_2leadership_calculation_index.sh b/tests/results/test_namespace_read_write_key/40_2leadership_calculation_index.sh new file mode 100644 index 0000000..0859856 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_2leadership_calculation_index.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: a +  ┃ ┗━━ 📓 a follower: 0 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: b +  ┃ ┗━━ 📓 a follower: 1 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: c +   ┗━━ 📓 a follower: 2 diff --git a/tests/results/test_namespace_read_write_key/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_read_write_key/40_2leadership_calculation_param_index.sh new file mode 100644 index 0000000..db1a3a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_2leadership_calculation_param_index.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: a +  ┃ ┗━━ 📓 a follower: 0 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: b +  ┃ ┗━━ 📓 a follower: 1 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: c +   ┗━━ 📓 a follower: 2 diff --git a/tests/results/test_namespace_read_write_key/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_read_write_key/40_2leadership_leader_calculation.sh new file mode 100644 index 0000000..c31c7f1 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_2leadership_leader_calculation.sh @@ -0,0 +1,14 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: val1 +  ┃ ┣━━ 📓 a first follower: +  ┃ ┗━━ 📓 a second follower: +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: val2 +   ┣━━ 📓 a first follower: +   ┗━━ 📓 a second follower: diff --git a/tests/results/test_namespace_read_write_key/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write_key/40_6leadership_follower_multi.sh new file mode 100644 index 0000000..7279efe --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_6leadership_follower_multi.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership diff --git a/tests/results/test_namespace_read_write_key/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_read_write_key/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..7279efe --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership diff --git a/tests/results/test_namespace_read_write_key/40_8calculation_boolean.sh b/tests/results/test_namespace_read_write_key/40_8calculation_boolean.sh new file mode 100644 index 0000000..fdea372 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_8calculation_boolean.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a boolean variable: false + ┣━━ 📓 a first multi variable: + ┃ ┗━━ false + ┗━━ 📓 a second multi variable: +  ┣━━ true +  ┗━━ false diff --git a/tests/results/test_namespace_read_write_key/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_read_write_key/40_8calculation_boolean_return_none.sh new file mode 100644 index 0000000..2a4cdc5 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_8calculation_boolean_return_none.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: yes + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/40_8calculation_integer.sh b/tests/results/test_namespace_read_write_key/40_8calculation_integer.sh new file mode 100644 index 0000000..b922213 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_8calculation_integer.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a boolean variable: false + ┣━━ 📓 first integer variable: 2 + ┗━━ 📓 second integer variable: 3 diff --git a/tests/results/test_namespace_read_write_key/40_8calculation_multi_variable.sh b/tests/results/test_namespace_read_write_key/40_8calculation_multi_variable.sh new file mode 100644 index 0000000..f1919f5 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_8calculation_multi_variable.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ no + ┃ ┗━━ yes + ┣━━ 📓 a second variable: no + ┗━━ 📓 a third variable: yes diff --git a/tests/results/test_namespace_read_write_key/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_read_write_key/40_8calculation_multi_variable_parent.sh new file mode 100644 index 0000000..e32d285 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: no + ┗━━ 📂 a family +  ┗━━ 📓 a calculated variable: no diff --git a/tests/results/test_namespace_read_write_key/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_read_write_key/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 0000000..55097bc --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 first family + ┃ ┗━━ 📓 a variable: no + ┗━━ 📂 second family +  ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_read_write_key/40_9calculation_variable_leader_follower_multi_inside.sh b/tests/results/test_namespace_read_write_key/40_9calculation_variable_leader_follower_multi_inside.sh new file mode 100644 index 0000000..6a1d74b --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_9calculation_variable_leader_follower_multi_inside.sh @@ -0,0 +1,14 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: value1 +  ┃ ┗━━ 📓 a follower: +  ┃  ┗━━ value1 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: value2 +   ┗━━ 📓 a follower: +    ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-follower-first.sh new file mode 100644 index 0000000..2c2eeb5 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-follower-first.sh @@ -0,0 +1,16 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: +  ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-follower-last.sh new file mode 100644 index 0000000..2c2eeb5 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-follower-last.sh @@ -0,0 +1,16 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: +  ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-follower-no-mandatory.sh b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-follower-no-mandatory.sh new file mode 100644 index 0000000..c95a875 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-follower-no-mandatory.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 leader + ┃ ┣━━ 📂 leader + ┃ ┃ ┣━━ 📓 leader: a + ┃ ┃ ┗━━ 📓 follower: + ┃ ┗━━ 📂 leader + ┃  ┣━━ 📓 leader: b + ┃  ┗━━ 📓 follower: + ┗━━ 📓 variable: +  ┣━━  +  ┗━━  diff --git a/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-follower.sh b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-follower.sh new file mode 100644 index 0000000..062421a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-follower.sh @@ -0,0 +1,17 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: +  ┣━━ val11 +  ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-leader-first.sh new file mode 100644 index 0000000..b199a65 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-leader-first.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: value1 diff --git a/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-leader-last.sh new file mode 100644 index 0000000..466ddf5 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-leader-last.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: value2 diff --git a/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-leader.sh b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-leader.sh new file mode 100644 index 0000000..46cba55 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-outside-leader.sh @@ -0,0 +1,17 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: +  ┣━━ value1 +  ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_key/40_9leadership-calculation-variable.sh b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-variable.sh new file mode 100644 index 0000000..e639edf --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-variable.sh @@ -0,0 +1,17 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a calculated variable: + ┃ ┣━━ value1 + ┃ ┗━━ value2 + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: value1 +  ┃ ┣━━ 📓 a follower: val11 +  ┃ ┗━━ 📓 an other follower: val21 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: value2 +   ┣━━ 📓 a follower: val11 +   ┗━━ 📓 an other follower: val21 diff --git a/tests/results/test_namespace_read_write_key/40_9leadership-calculation-variable_leader_follower.sh b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-variable_leader_follower.sh new file mode 100644 index 0000000..2c268bd --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-variable_leader_follower.sh @@ -0,0 +1,19 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┗━━ 📓 a follower: + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┗━━ 📓 a follower: + ┗━━ 📂 a second leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: +  ┃ ┗━━ 📓 a follower: val +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: +   ┗━━ 📓 a follower: val diff --git a/tests/results/test_namespace_read_write_key/40_9leadership-calculation-variable_leader_follower_not_same.sh b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-variable_leader_follower_not_same.sh new file mode 100644 index 0000000..7556986 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/40_9leadership-calculation-variable_leader_follower_not_same.sh @@ -0,0 +1,23 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┗━━ 📓 a follower: + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┗━━ 📓 a follower: + ┗━━ 📂 a second leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: value1 +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ value1 +  ┃  ┗━━ value2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: value2 +   ┗━━ 📓 a follower: +    ┣━━ value1 +    ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_key/41_0choice_leader.sh b/tests/results/test_namespace_read_write_key/41_0choice_leader.sh new file mode 100644 index 0000000..6347604 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/41_0choice_leader.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 The leadership diff --git a/tests/results/test_namespace_read_write_key/44_0leadership_hidden.sh b/tests/results/test_namespace_read_write_key/44_0leadership_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/44_0leadership_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_read_write_key/44_0leadership_leader_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/44_0leadership_leader_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_read_write_key/44_1leadership_append_hidden_follower.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_read_write_key/44_4disabled_calcultion_follower.sh new file mode 100644 index 0000000..05fd907 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/44_4disabled_calcultion_follower.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: true + ┗━━ 📂 a leadership +  ┗━━ 📂 aleader +   ┣━━ 📓 aleader: a +   ┗━━ 📓 a follower: diff --git a/tests/results/test_namespace_read_write_key/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write_key/44_4leadership_mandatory.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/44_4leadership_mandatory.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_key/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write_key/44_4leadership_mandatory_follower.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/44_4leadership_mandatory_follower.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_key/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_read_write_key/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 0000000..50ba9de --- /dev/null +++ b/tests/results/test_namespace_read_write_key/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: no diff --git a/tests/results/test_namespace_read_write_key/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write_key/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 0000000..259b317 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: yes + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_key/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_read_write_key/44_9calculated_default_leadership_leader.sh new file mode 100644 index 0000000..3ff87cd --- /dev/null +++ b/tests/results/test_namespace_read_write_key/44_9calculated_default_leadership_leader.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 leader +  ┣━━ 📂 a leader +  ┃ ┗━━ 📓 a leader: a +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: b +   ┗━━ 📓 a follower: b diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic.sh new file mode 100644 index 0000000..24a2195 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_0.sh new file mode 100644 index 0000000..ab9d456 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_0.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 Dynamic variable: + ┗━━ 📂 dynval2 +  ┗━━ 📓 Dynamic variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_0_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_0_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_0_type.sh new file mode 100644 index 0000000..23513a2 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_0_type.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dyn variable: + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dyn variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_0_type_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_0_type_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_1.sh new file mode 100644 index 0000000..24a2195 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_1.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_forbidden_char.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_forbidden_char.sh new file mode 100644 index 0000000..bb03cf0 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_forbidden_char.sh @@ -0,0 +1,14 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val.1 + ┃ ┗━━ val.2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: val.1 + ┃ ┗━━ 📓 A dynamic variable: val.1 + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: val.2 +  ┗━━ 📓 A dynamic variable: val.2 diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_jinja_number.sh new file mode 100644 index 0000000..3cfa3bd --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_jinja_number.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ 1 + ┃ ┗━━ 2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: val + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: val + ┗━━ 📓 a variable: val diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_jinja_number_empty.sh new file mode 100644 index 0000000..2d9e342 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_jinja_number_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_no_description.sh new file mode 100644 index 0000000..7012dff --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_no_description.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 var: + ┗━━ 📂 A dynamic family +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_static.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_static.sh new file mode 100644 index 0000000..de961e9 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_static.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_test.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_test.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_upper_char.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..1ccb0ee --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_upper_char.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ Val1 + ┃ ┗━━ VAL2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_variable_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 0000000..635ba16 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable with suffix val1: a value + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable with suffix val2: a value diff --git a/tests/results/test_namespace_read_write_key/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write_key/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_0family_empty.sh b/tests/results/test_namespace_read_write_key/60_0family_empty.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/60_0family_hidden.sh b/tests/results/test_namespace_read_write_key/60_0family_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_key/60_0family_mode.sh b/tests/results/test_namespace_read_write_key/60_0family_mode.sh new file mode 100644 index 0000000..0502a5e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_0family_mode.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📓 A variable: non diff --git a/tests/results/test_namespace_read_write_key/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_read_write_key/60_1family_dynamic_jinja.sh new file mode 100644 index 0000000..ef1bed0 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_1family_dynamic_jinja.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: val + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: val diff --git a/tests/results/test_namespace_read_write_key/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_read_write_key/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 0000000..fb73ae7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_read_write_key/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 0000000..3830b91 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: val2 + ┗━━ 📓 a varible outside dynamic family: val1 diff --git a/tests/results/test_namespace_read_write_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 0000000..7c57abc --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a identifier variable: + ┗━━ 📓 a varible outside dynamic family: diff --git a/tests/results/test_namespace_read_write_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 0000000..b9299e5 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_read_write_key/60_2family_dynamic_outside_calc.sh new file mode 100644 index 0000000..0107635 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffx variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: val + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: val + ┗━━ 📓 a second variable: val diff --git a/tests/results/test_namespace_read_write_key/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write_key/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 0000000..befc042 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffx variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc2.sh new file mode 100644 index 0000000..1c7356f --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc2.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 a second variable: + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: val + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: val diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc2_empty.sh new file mode 100644 index 0000000..ba09254 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc2_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix.sh new file mode 100644 index 0000000..ffaa3c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: + ┗━━ 📓 A variable calculated: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 0000000..43445de --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 Suffix has value: val1 + ┗━━ 📂 a dynamic family +  ┗━━ 📓 Suffix has value: val2 diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_disabled.sh new file mode 100644 index 0000000..f7d00c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_disabled.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 dynval1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dynamic variable: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..714e8b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┗━━ 📓 A variable calculated: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_empty.sh new file mode 100644 index 0000000..714e8b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┗━━ 📓 A variable calculated: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_empty_2.sh new file mode 100644 index 0000000..714e8b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_empty_2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┗━━ 📓 A variable calculated: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_empty_3.sh new file mode 100644 index 0000000..76d3526 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_empty_3.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A variable calculated: + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_hidden.sh new file mode 100644 index 0000000..adea71d --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_hidden.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: a value diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh new file mode 100644 index 0000000..dc1b81a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: true diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_hidden_multi.sh new file mode 100644 index 0000000..62769bb --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: +  ┣━━ a value +  ┗━━ a second value diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 0000000..55eae06 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: val1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: val2 diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 0000000..c0b8c92 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A identifier variable: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_variable.sh new file mode 100644 index 0000000..ffaa3c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: + ┗━━ 📓 A variable calculated: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 0000000..714e8b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┗━━ 📓 A variable calculated: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 0000000..2607f8d --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable: +  ┗━━ 📂 a family +   ┗━━ 📓 a new variable: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_unknown_suffix.sh new file mode 100644 index 0000000..06fced1 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_unknown_suffix.sh @@ -0,0 +1,16 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: val1 + ┃ ┣━━ 📓 a variable 2: val1 + ┃ ┗━━ 📓 a variable 3: val1 + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable 1: val2 +  ┣━━ 📓 a variable 2: val2 +  ┗━━ 📓 a variable 3: val2 diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_unknown_suffix_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_unknown_suffix_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside.sh new file mode 100644 index 0000000..3aa80c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val2 + ┗━━ 📓 a variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside2.sh new file mode 100644 index 0000000..8c62831 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside2.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val1 + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: val2 diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside2_empty.sh new file mode 100644 index 0000000..134a923 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside2_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_1_0.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_1_0.sh new file mode 100644 index 0000000..3aa80c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_1_0.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val2 + ┗━━ 📓 a variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_empty.sh new file mode 100644 index 0000000..b5e0504 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_jinja.sh new file mode 100644 index 0000000..3aa80c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_jinja.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val2 + ┗━━ 📓 a variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_jinja_empty.sh new file mode 100644 index 0000000..b5e0504 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_sub_suffix.sh new file mode 100644 index 0000000..8b56522 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: val1 + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: val1 + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: val2 + ┗━━ 📓 a variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh new file mode 100644 index 0000000..b5e0504 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 0000000..c27345e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: val2 + ┗━━ 📓 a variable: val1 diff --git a/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 0000000..2e0053e --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 asuffix variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_key/60_6family_dynamic_inside.sh b/tests/results/test_namespace_read_write_key/60_6family_dynamic_inside.sh new file mode 100644 index 0000000..1e7687c --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_6family_dynamic_inside.sh @@ -0,0 +1,18 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 value is suffix: val1 + ┃ ┣━━ 📓 value is first variable: val1 + ┃ ┣━━ 📓 value is relative first variable: val1 + ┃ ┗━━ 📓 value is first variable of val1: val1 + ┗━━ 📂 a dynamic family +  ┣━━ 📓 value is suffix: val2 +  ┣━━ 📓 value is first variable: val2 +  ┣━━ 📓 value is relative first variable: val2 +  ┗━━ 📓 value is first variable of val1: val1 diff --git a/tests/results/test_namespace_read_write_key/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write_key/60_6family_dynamic_inside_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_6family_dynamic_inside_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write_key/60_6family_dynamic_leadership.sh new file mode 100644 index 0000000..c8cd5e3 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_6family_dynamic_leadership.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a leadership + ┗━━ 📂 a dynamic family +  ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_key/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write_key/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic.sh new file mode 100644 index 0000000..368abdf --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic.sh @@ -0,0 +1,32 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 + ┃ ┃ ┗━━ tval2 + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: tval1 + ┃ ┃ ┣━━ 📓 identifier from first family: val1 + ┃ ┃ ┗━━ 📓 merge identifiers: val1-tval1 + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: tval2 + ┃  ┣━━ 📓 identifier from first family: val1 + ┃  ┗━━ 📓 merge identifiers: val1-tval2 + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 +  ┃ ┗━━ tval2 +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: tval1 +  ┃ ┣━━ 📓 identifier from first family: val2 +  ┃ ┗━━ 📓 merge identifiers: val2-tval1 +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: tval2 +   ┣━━ 📓 identifier from first family: val2 +   ┗━━ 📓 merge identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic_1_0.sh new file mode 100644 index 0000000..368abdf --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic_1_0.sh @@ -0,0 +1,32 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 + ┃ ┃ ┗━━ tval2 + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: tval1 + ┃ ┃ ┣━━ 📓 identifier from first family: val1 + ┃ ┃ ┗━━ 📓 merge identifiers: val1-tval1 + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: tval2 + ┃  ┣━━ 📓 identifier from first family: val1 + ┃  ┗━━ 📓 merge identifiers: val1-tval2 + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 +  ┃ ┗━━ tval2 +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: tval1 +  ┃ ┣━━ 📓 identifier from first family: val2 +  ┃ ┗━━ 📓 merge identifiers: val2-tval1 +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: tval2 +   ┣━━ 📓 identifier from first family: val2 +   ┗━━ 📓 merge identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic_1_0_2.sh new file mode 100644 index 0000000..8b4417a --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic_1_0_2.sh @@ -0,0 +1,18 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📂 A dynamic family + ┃ ┃ ┗━━ 📓 A dynamic variable: + ┃ ┗━━ 📂 A dynamic family + ┃  ┗━━ 📓 A dynamic variable: + ┗━━ 📂 A dynamic family +  ┣━━ 📂 A dynamic family +  ┃ ┗━━ 📓 A dynamic variable: +  ┗━━ 📂 A dynamic family +   ┗━━ 📓 A dynamic variable: diff --git a/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic_empty.sh new file mode 100644 index 0000000..c0b8c92 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A identifier variable: diff --git a/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic_empty2.sh new file mode 100644 index 0000000..d528f56 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_6family_dynamic_sub_dynamic_empty2.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: diff --git a/tests/results/test_namespace_read_write_key/60_6family_dynamic_suffix_auto_multi.sh b/tests/results/test_namespace_read_write_key/60_6family_dynamic_suffix_auto_multi.sh new file mode 100644 index 0000000..c751c94 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_6family_dynamic_suffix_auto_multi.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: + ┣━━ 📂 dynval2 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: + ┗━━ 📓 A variable calculated: +  ┣━━  +  ┗━━  diff --git a/tests/results/test_namespace_read_write_key/60_6family_dynamic_suffix_auto_multi2.sh b/tests/results/test_namespace_read_write_key/60_6family_dynamic_suffix_auto_multi2.sh new file mode 100644 index 0000000..c751c94 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_6family_dynamic_suffix_auto_multi2.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: + ┣━━ 📂 dynval2 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: + ┗━━ 📓 A variable calculated: +  ┣━━  +  ┗━━  diff --git a/tests/results/test_namespace_read_write_key/60_9extra_dynamic.sh b/tests/results/test_namespace_read_write_key/60_9extra_dynamic.sh new file mode 100644 index 0000000..9061fba --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_9extra_dynamic.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: +┃  ┗━━ a +┗━━ 📂 extra + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_key/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_read_write_key/60_9extra_dynamic_extra.sh new file mode 100644 index 0000000..080b217 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_9extra_dynamic_extra.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📂 général +┃  ┗━━ 📓 No change: +┃   ┗━━ a +┗━━ 📂 extra + ┣━━ 📓 a variable: + ┃ ┗━━ a + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_key/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_read_write_key/60_9family_dynamic_calc_both.sh new file mode 100644 index 0000000..a30dc55 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/60_9family_dynamic_calc_both.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a dynamic variable: diff --git a/tests/results/test_namespace_read_write_key/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write_key/68_0family_leadership_mode.sh new file mode 100644 index 0000000..7279efe --- /dev/null +++ b/tests/results/test_namespace_read_write_key/68_0family_leadership_mode.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable_default_version.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable_default_version.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable_default_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable_remove_version.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable_remove_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_params_permissive.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..f600162 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_params_permissive.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var2: string1 (a_value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..897e1cf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_3.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..a70200c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_3.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var3: string1 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_4.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..981d6a5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_4.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2: string1 + ┗━━ 📓 var3: string1 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_5.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..911d799 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_5.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (value) + ┗━━ 📓 var3: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_6.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..0ab049b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_6.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1: string1 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi3.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi3.sh new file mode 100644 index 0000000..7861ac1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi3.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1: +  ┣━━ 0 (0) +  ┣━━ 1 +  ┗━━ 2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..cab8ae2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: +   ┃ ┣━━ string1 +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 follower2: +    ┣━━ string1 (value) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.sh new file mode 100644 index 0000000..c912303 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: string1 (a value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh new file mode 100644 index 0000000..9adb65c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh new file mode 100644 index 0000000..fea3af1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -0,0 +1,15 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: +  ┣━━ string1 (a value) +  ┣━━ string2 (a second value) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.sh new file mode 100644 index 0000000..848e2e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 val1 + ┃ ┣━━ 📂 val1 + ┃ ┃ ┗━━ 📓 var: string1 + ┃ ┗━━ 📂 val2 + ┃  ┗━━ 📓 var: string1 + ┗━━ 📂 val2 +  ┣━━ 📂 val1 +  ┃ ┗━━ 📓 var: string1 +  ┗━━ 📂 val2 +   ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0no_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0no_variable.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0no_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0no_variable_default_version.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0no_variable_default_version.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0no_variable_default_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0no_variable_remove_version.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0no_variable_remove_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_params_permissive.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..eeff642 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_params_permissive.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var2: a_value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_variable_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..e1f04a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_variable_description.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (a first variable) + ┗━━ rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..4b967dc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_3.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var3: value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_4.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..1b41adf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_4.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_5.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..4ca74af --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_5.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1: value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_6.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..df4ebe2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_6.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var3 (a third variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi3.sh new file mode 100644 index 0000000..c402e4b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi3.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1: +  ┣━━ 0 +  ┣━━ 1 +  ┗━━ 2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..aab0940 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_hidden.sh new file mode 100644 index 0000000..6f320ac --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_hidden.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: a value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh new file mode 100644 index 0000000..76246f0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh new file mode 100644 index 0000000..bfa0abb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: +  ┣━━ a value +  ┗━━ a second value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_1_0_2.sh new file mode 100644 index 0000000..8ae6338 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_1_0_2.sh @@ -0,0 +1,6 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.val1.val1.var (A dynamic variable) + ┣━━ rougail.val2.val2.var (A dynamic variable) + ┣━━ rougail.val1.val1.var (A dynamic variable) + ┗━━ rougail.val2.val2.var (A dynamic variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0empty.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0empty.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0no_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0no_variable.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0no_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0no_variable_default_version.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0no_variable_default_version.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0no_variable_default_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0no_variable_remove_version.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0no_variable_remove_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0version_underscore.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0version_underscore.sh new file mode 100644 index 0000000..f0b56bf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_0version_underscore.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.version (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_1empty_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_1empty_variable.sh new file mode 100644 index 0000000..62a42c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_1empty_variable.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.empty diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated.sh new file mode 100644 index 0000000..f3c743e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: +  ┗━━ no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated_multi.sh new file mode 100644 index 0000000..de874ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated_multi.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ no + ┃ ┣━━ yes + ┃ ┗━━ maybe + ┗━━ 📓 a second variable: +  ┣━━ no +  ┣━━ yes +  ┗━━ maybe diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated_params_permissive.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..d819414 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated_params_permissive.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: a_value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated_variable_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..e1f04a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated_variable_description.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (a first variable) + ┗━━ rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated_variable_transitive.sh new file mode 100644 index 0000000..e1f04a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (a first variable) + ┗━━ rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_4load_subfolder.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_4load_subfolder.sh new file mode 100644 index 0000000..459e44d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_4load_subfolder.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (a variable) + ┗━━ rougail.var2 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_5load_notype.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_5load_notype.sh new file mode 100644 index 0000000..c035b8e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_5load_notype.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6boolean.sh new file mode 100644 index 0000000..1aae937 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6boolean.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: true + ┣━━ 📓 the second variable: true + ┣━━ 📓 the third variable: true + ┣━━ 📓 the forth variable: false + ┣━━ 📓 the fifth variable: false + ┗━━ 📓 the sixth variable: false diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6boolean_no_mandatory.sh new file mode 100644 index 0000000..bd56408 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6boolean_no_mandatory.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice.sh new file mode 100644 index 0000000..9237517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (the first variable) + ┗━━ rougail.var2 (the second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_calculation.sh new file mode 100644 index 0000000..2638be7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: 9 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_link.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_link.sh new file mode 100644 index 0000000..9237517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_link.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (the first variable) + ┗━━ rougail.var2 (the second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_variable.sh new file mode 100644 index 0000000..587d60a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_variable.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┗━━ 📓 a first variable: a diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_variable_link.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_variable_link.sh new file mode 100644 index 0000000..169e9eb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_variable_link.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┣━━ 📓 a first variable: a + ┗━━ 📓 a third variable: a diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_variable_link2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_variable_link2.sh new file mode 100644 index 0000000..33546a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6choice_variable_link2.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┣━━ 📓 a first variable: a + ┗━━ 📂 family +  ┗━━ 📓 a third variable: a diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6custom.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6custom.sh new file mode 100644 index 0000000..a1cedb2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6custom.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.custom1 (the first variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6domainname.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6domainname.sh new file mode 100644 index 0000000..a61df3c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6domainname.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a domain name variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6domainname_params.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6domainname_params.sh new file mode 100644 index 0000000..a61df3c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6domainname_params.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a domain name variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6float.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6float.sh new file mode 100644 index 0000000..25e8a29 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6float.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: 0.0 + ┣━━ 📓 the second variable: 0.0 + ┣━━ 📓 the third variable: 0.0 + ┣━━ 📓 the forth variable: 10.1 + ┣━━ 📓 the fifth variable: 10.1 + ┗━━ 📓 the sixth variable: 10.1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6number.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6number.sh new file mode 100644 index 0000000..0a04cdd --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6number.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: 0 + ┣━━ 📓 the second variable: 0 + ┣━━ 📓 the third variable: 0 + ┣━━ 📓 this forth variable: 10 + ┣━━ 📓 the fifth variable: 10 + ┗━━ 📓 the sixth variable: 10 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6port.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6port.sh new file mode 100644 index 0000000..fb857b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6port.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.variable1 (a port variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6regexp.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6regexp.sh new file mode 100644 index 0000000..f77cb59 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6regexp.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a first variable: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6regexp_link.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6regexp_link.sh new file mode 100644 index 0000000..47a0259 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6regexp_link.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: #a1a1a1 + ┗━━ 📓 a second variable: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6secret.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6secret.sh new file mode 100644 index 0000000..3b29ec6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6secret.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.secret1 (the first variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6secret_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6secret_param.sh new file mode 100644 index 0000000..3b29ec6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6secret_param.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.secret1 (the first variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6string.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6string.sh new file mode 100644 index 0000000..c179560 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_6string.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (the first variable) + ┣━━ rougail.var2 (the second variable) + ┗━━ rougail.var3 (the third variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7choice_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7choice_quote.sh new file mode 100644 index 0000000..8865e2a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7choice_quote.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A choice: quote' diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7help.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7help.sh new file mode 100644 index 0000000..9237517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7help.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (the first variable) + ┗━━ rougail.var2 (the second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7help_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7help_quote.sh new file mode 100644 index 0000000..9237517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7help_quote.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (the first variable) + ┗━━ rougail.var2 (the second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7help_sup.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7help_sup.sh new file mode 100644 index 0000000..19652c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7help_sup.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (the first ) + ┗━━ rougail.var2 (the second ) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7value_doublequote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7value_doublequote.sh new file mode 100644 index 0000000..d27fc13 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7value_doublequote.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: quote" diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7value_doublequote2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7value_doublequote2.sh new file mode 100644 index 0000000..57741f3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7value_doublequote2.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: quote'" diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7value_doublequote3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7value_doublequote3.sh new file mode 100644 index 0000000..384924b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7value_doublequote3.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: quote\"\' diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7value_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7value_quote.sh new file mode 100644 index 0000000..cba9fc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_7value_quote.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: quote' diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_8calculation_information.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_8calculation_information.sh new file mode 100644 index 0000000..48a5517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_8calculation_information.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_8calculation_namespace.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_8calculation_namespace.sh new file mode 100644 index 0000000..618ff4a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_8calculation_namespace.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_8calculation_param_namespace.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_8calculation_param_namespace.sh new file mode 100644 index 0000000..618ff4a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_8calculation_param_namespace.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_8test.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_8test.sh new file mode 100644 index 0000000..5415b5d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_8test.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (the first variable) + ┣━━ rougail.var3 (the third variable) + ┗━━ rougail.var6 (the sixth variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9choice_variable_multi.sh new file mode 100644 index 0000000..ec6fbaa --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9choice_variable_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.variable1 (a first variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9choice_variables.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9choice_variables.sh new file mode 100644 index 0000000..55fcfed --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9choice_variables.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first source variable: val1 + ┣━━ 📓 the second source variable: val2 + ┗━━ 📓 a variable: val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation.sh new file mode 100644 index 0000000..6b06bd4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string_1_True_None diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_information.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_information.sh new file mode 100644 index 0000000..714e685 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_information.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_information_other_variable.sh new file mode 100644 index 0000000..e1f04a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (a first variable) + ┗━━ rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_multi_optional.sh new file mode 100644 index 0000000..cca6d39 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_multi_optional.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: val1 + ┗━━ 📓 my_calculated_variable: +  ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_multi_optional2.sh new file mode 100644 index 0000000..cca6d39 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: val1 + ┗━━ 📓 my_calculated_variable: +  ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_optional.sh new file mode 100644 index 0000000..a6318bb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_optional.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.my_calculated_variable diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_optional_exists.sh new file mode 100644 index 0000000..233e919 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_optional_exists.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 my_calculated_variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_param_optional.sh new file mode 100644 index 0000000..066425d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_calculation_param_optional.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_information_other_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_information_other_variable.sh new file mode 100644 index 0000000..e1f04a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_information_other_variable.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (a first variable) + ┗━━ rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_information_other_variable2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_information_other_variable2.sh new file mode 100644 index 0000000..e1f04a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_information_other_variable2.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (a first variable) + ┗━━ rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_integer.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_integer.sh new file mode 100644 index 0000000..2638be7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9default_integer.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: 9 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9extra.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9extra.sh new file mode 100644 index 0000000..5bde34e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9extra.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: rougail +┗━━ 📂 extra + ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9extra_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9extra_calculation.sh new file mode 100644 index 0000000..c63bb25 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9extra_calculation.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: value +┗━━ 📂 extra + ┣━━ 📓 a first variable: value + ┣━━ 📓 a second variable: value + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9extra_ouside.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9extra_ouside.sh new file mode 100644 index 0000000..85a0b3e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/00_9extra_ouside.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: value in extra +┗━━ 📂 extra + ┗━━ 📓 a variable: value in extra diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6boolean_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6boolean_multi.sh new file mode 100644 index 0000000..d37599c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6boolean_multi.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┗━━ true + ┣━━ 📓 the second variable: + ┃ ┗━━ true + ┣━━ 📓 the third variable: + ┃ ┗━━ true + ┣━━ 📓 the forth variable: + ┃ ┗━━ false + ┣━━ 📓 the fifth variable: + ┃ ┗━━ false + ┣━━ 📓 the sixth variable: + ┃ ┗━━ false + ┣━━ 📓 the seventh variable: + ┃ ┗━━ true + ┗━━ 📓 the eighth variable: +  ┗━━ true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6custom_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6custom_multi.sh new file mode 100644 index 0000000..fc7c587 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6custom_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.custom1 (a first custom variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6float_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6float_multi.sh new file mode 100644 index 0000000..c88aac8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6float_multi.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┗━━ 0.0 + ┣━━ 📓 the second variable: + ┃ ┗━━ 0.0 + ┣━━ 📓 the third variable: + ┃ ┗━━ 0.0 + ┣━━ 📓 the forth variable: + ┃ ┗━━ 10.1 + ┣━━ 📓 the fifth variable: + ┃ ┗━━ 10.1 + ┣━━ 📓 the sixth variable: + ┃ ┗━━ 10.1 + ┣━━ 📓 the seventh variable: + ┃ ┗━━ 0.0 + ┗━━ 📓 the eighth variable: +  ┗━━ 0.0 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6number_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6number_multi.sh new file mode 100644 index 0000000..6693e97 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6number_multi.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┗━━ 0 + ┣━━ 📓 the second variable: + ┃ ┗━━ 0 + ┣━━ 📓 the third variable: + ┃ ┗━━ 0 + ┣━━ 📓 the forth variable: + ┃ ┗━━ 10 + ┣━━ 📓 the fifth variable: + ┃ ┗━━ 10 + ┣━━ 📓 the sixth variable: + ┃ ┗━━ 10 + ┣━━ 📓 the seventh variable: + ┃ ┗━━ 0 + ┗━━ 📓 the eighth variable: +  ┗━━ 0 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6string_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6string_empty.sh new file mode 100644 index 0000000..e996d96 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6string_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var1 (the second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6string_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6string_multi.sh new file mode 100644 index 0000000..c179560 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_6string_multi.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.var1 (the first variable) + ┣━━ rougail.var2 (the second variable) + ┗━━ rougail.var3 (the third variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_7value_multi_doublequote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_7value_multi_doublequote.sh new file mode 100644 index 0000000..8680efe --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_7value_multi_doublequote.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ quote" diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_7value_multi_doublequote2.sh new file mode 100644 index 0000000..b14e095 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_7value_multi_doublequote2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ quote'" diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_7value_multi_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_7value_multi_quote.sh new file mode 100644 index 0000000..acf64e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_7value_multi_quote.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ quote' diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_8calculation_information_multi.sh new file mode 100644 index 0000000..48a5517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_8calculation_information_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_9choice_variable_multi.sh new file mode 100644 index 0000000..2cff434 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/01_9choice_variable_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.variable2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_0type_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_0type_param.sh new file mode 100644 index 0000000..87354cc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_0type_param.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A limited number: 10 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1auto_save.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1auto_save.sh new file mode 100644 index 0000000..f2645a3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1auto_save.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 an auto save variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1auto_save_and_calculated.sh new file mode 100644 index 0000000..b4370f2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1auto_save_and_calculated.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 0000000..26b2cdf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1auto_save_and_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1auto_save_and_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden.sh new file mode 100644 index 0000000..85cc9c2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: value + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_2.sh new file mode 100644 index 0000000..85cc9c2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: value + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..1b7df8a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_3.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_4.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..1b41adf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_4.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_5.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..bed4cb5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_5.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a first variable: value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_6.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..df4ebe2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_1default_calculation_hidden_6.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var3 (a third variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation.sh new file mode 100644 index 0000000..ed07688 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.variable1 (a first variable) + ┗━━ rougail.variable2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_default.sh new file mode 100644 index 0000000..348fa0c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_default.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: no + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_multi.sh new file mode 100644 index 0000000..ed07688 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_multi.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.variable1 (a first variable) + ┗━━ rougail.variable2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_optional.sh new file mode 100644 index 0000000..50ba9de --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_optional.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable.sh new file mode 100644 index 0000000..48a5517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable2.sh new file mode 100644 index 0000000..c43652c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable2.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable3.sh new file mode 100644 index 0000000..b0c7267 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable3.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable4.sh new file mode 100644 index 0000000..48a5517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable4.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable_multi.sh new file mode 100644 index 0000000..48a5517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_variable_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5hidden_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5hidden_calculation.sh new file mode 100644 index 0000000..f2afb9a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5hidden_calculation.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the condition: no + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5hidden_calculation2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5hidden_calculation2.sh new file mode 100644 index 0000000..50ba9de --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5hidden_calculation2.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5hidden_calculation_default_calculation.sh new file mode 100644 index 0000000..348fa0c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5hidden_calculation_default_calculation.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: no + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators.sh new file mode 100644 index 0000000..df006f6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.int (A number) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators_differ.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators_differ.sh new file mode 100644 index 0000000..a142c9e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators_differ.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: oui + ┗━━ 📓 A second variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators_multi.sh new file mode 100644 index 0000000..5fd001d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators_multi.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ no +  ┗━━ yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators_multi2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators_multi2.sh new file mode 100644 index 0000000..5fd001d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators_multi2.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ no +  ┗━━ yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators_multi3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators_multi3.sh new file mode 100644 index 0000000..ad3e700 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5validators_multi3.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ 0 +  ┣━━ 1 +  ┗━━ 2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/05_0multi_not_uniq.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/05_0multi_not_uniq.sh new file mode 100644 index 0000000..ff11ec3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/05_0multi_not_uniq.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/05_0multi_uniq.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/05_0multi_uniq.sh new file mode 100644 index 0000000..ff11ec3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/05_0multi_uniq.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/12_1auto_save_expert.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/12_1auto_save_expert.sh new file mode 100644 index 0000000..73f589d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/12_1auto_save_expert.sh @@ -0,0 +1,7 @@ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_0redefine_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_0redefine_description.sh new file mode 100644 index 0000000..871e32e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_0redefine_description.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var (Redefined) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_2family_redefine_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_2family_redefine_calculation.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_2family_redefine_calculation.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_2family_redefine_disabled.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_2family_redefine_disabled.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_2family_redefine_disabled.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_3family_empty_at_ends.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_3family_empty_at_ends.sh new file mode 100644 index 0000000..69de110 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_3family_empty_at_ends.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.family.var1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5exists_nonexists.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5exists_nonexists.sh new file mode 100644 index 0000000..e50b3ca --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5exists_nonexists.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: no + ┗━━ 📓 a new variable: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5exists_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5exists_redefine.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5exists_redefine.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_calculation.sh new file mode 100644 index 0000000..63b48b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_choice.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_choice.sh new file mode 100644 index 0000000..48a5517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_choice.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_default.sh new file mode 100644 index 0000000..63b48b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_default.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_default_calculation.sh new file mode 100644 index 0000000..48a5517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_default_calculation.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_family.sh new file mode 100644 index 0000000..fd19fb7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_family.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.family.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_help.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_help.sh new file mode 100644 index 0000000..0d6401e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_help.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.family.variable (redefine help) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_multi.sh new file mode 100644 index 0000000..ff11ec3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_multi.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 0000000..48a5517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5test_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5test_redefine.sh new file mode 100644 index 0000000..df4ebe2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_5test_redefine.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var3 (a third variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_6choice_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_6choice_redefine.sh new file mode 100644 index 0000000..8b25b52 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_6choice_redefine.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A choice: c diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_6exists_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_6exists_family.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_6exists_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_6exists_redefine_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_6exists_redefine_family.sh new file mode 100644 index 0000000..adad2e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16_6exists_redefine_family.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.family1.variable1 (a variable) + ┗━━ rougail.family2.variable2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16exists_exists.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16exists_exists.sh new file mode 100644 index 0000000..d1c5eae --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/16exists_exists.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var (Description) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/17_5redefine_leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/17_5redefine_leadership.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/17_5redefine_leadership.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0empty_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0empty_family.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0empty_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0family_append.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0family_append.sh new file mode 100644 index 0000000..0d8dd0a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0family_append.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.family.var1 (The first variable) + ┗━━ rougail.family.var2 (The second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0family_underscore.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0family_underscore.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0family_underscore.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0multi_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0multi_family.sh new file mode 100644 index 0000000..e7b34a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0multi_family.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0multi_family_basic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0multi_family_basic.sh new file mode 100644 index 0000000..547cacf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0multi_family_basic.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.family.subfamily.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0multi_family_expert.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0multi_family_expert.sh new file mode 100644 index 0000000..d15ac43 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0multi_family_expert.sh @@ -0,0 +1,8 @@ +╭────────────── Caption ──────────────╮ +│ Undocumented variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0multi_family_order.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0multi_family_order.sh new file mode 100644 index 0000000..46ea5a3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0multi_family_order.sh @@ -0,0 +1,6 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.variable (a variable) + ┣━━ rougail.family.variable1 (a first variable) + ┣━━ rougail.family.subfamily.variable (a variable) + ┗━━ rougail.family.variable2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0validators_differ_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0validators_differ_redefine.sh new file mode 100644 index 0000000..625f314 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_0validators_differ_redefine.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┣━━ 📓 a second variable: no + ┗━━ 📓 a third variable: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_1empty_subfamily.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_1empty_subfamily.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_1empty_subfamily.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_9default_information_parent.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_9default_information_parent.sh new file mode 100644 index 0000000..4e5855c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_9default_information_parent.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.family.var1 (a first variable) + ┗━━ rougail.family.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition.sh new file mode 100644 index 0000000..f6d5a9f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.family.var1 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition_boolean.sh new file mode 100644 index 0000000..d3aa79c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition_boolean.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a conditional variable: false diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 0000000..6f9536f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.family.subfamily.var1 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 0000000..b694b7c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 the variable use has condition: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition_with_variable.sh new file mode 100644 index 0000000..32f6eec --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_condition_with_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first conditional variable: false + ┗━━ 📓 a second conditional variable: false diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 0000000..91be10b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.family.sub_family.var1 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_mandatory_condition.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_mandatory_condition.sh new file mode 100644 index 0000000..c1199f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_mandatory_condition.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: no + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_mandatory_condition_variable.sh new file mode 100644 index 0000000..714e685 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_7validators_variable_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_7validators_variable_optional.sh new file mode 100644 index 0000000..6fc8ce2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_7validators_variable_optional.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.general.int (a first number) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_family_disabled_var_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/24_family_disabled_var_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership.sh new file mode 100644 index 0000000..8f5074c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.leader.leader (a leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_diff_name.sh new file mode 100644 index 0000000..7817517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_diff_name.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.leadership.leader (a leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_empty.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_follower_default_calculation.sh new file mode 100644 index 0000000..8f5074c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.leader.leader (a leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_follower_default_submulti.sh new file mode 100644 index 0000000..9f636d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_follower_default_submulti.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: leader +   ┣━━ 📓 a follower1: +   ┃ ┗━━ value +   ┗━━ 📓 a follower2: +    ┣━━ value1 +    ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_follower_default_submulti_calculation.sh new file mode 100644 index 0000000..91a48ec --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_follower_default_submulti_calculation.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┗━━ 📂 the leader +   ┣━━ 📓 the leader: leader +   ┣━━ 📓 the follower1: +   ┃ ┗━━ value +   ┗━━ 📓 the follower2: +    ┗━━ value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_follower_default_value.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_follower_default_value.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_leader_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_leader_follower.sh new file mode 100644 index 0000000..6bfede2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_leader_follower.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: value1 +  ┃ ┗━━ 📓 a follower: value1 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: value2 +   ┗━━ 📓 a follower: value2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_leader_not_multi.sh new file mode 100644 index 0000000..43d4850 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_0leadership_leader_not_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.general1.leader.leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_1leadership_append_follower.sh new file mode 100644 index 0000000..7d41ba9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_1leadership_append_follower.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.leader.leader (the leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_2leadership_calculation_index.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_2leadership_calculation_index.sh new file mode 100644 index 0000000..0859856 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_2leadership_calculation_index.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: a +  ┃ ┗━━ 📓 a follower: 0 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: b +  ┃ ┗━━ 📓 a follower: 1 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: c +   ┗━━ 📓 a follower: 2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_2leadership_calculation_param_index.sh new file mode 100644 index 0000000..db1a3a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_2leadership_calculation_param_index.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: a +  ┃ ┗━━ 📓 a follower: 0 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: b +  ┃ ┗━━ 📓 a follower: 1 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: c +   ┗━━ 📓 a follower: 2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_2leadership_leader_calculation.sh new file mode 100644 index 0000000..efc7db9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_2leadership_leader_calculation.sh @@ -0,0 +1,6 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.leader.follower1 (a first follower) + ┣━━ rougail.leader.follower2 (a second follower) + ┣━━ rougail.leader.follower1 (a first follower) + ┗━━ rougail.leader.follower2 (a second follower) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_6leadership_follower_multi.sh new file mode 100644 index 0000000..82e418f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_6leadership_follower_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.leadership.leader (The leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..7279efe --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_boolean.sh new file mode 100644 index 0000000..fdea372 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_boolean.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a boolean variable: false + ┣━━ 📓 a first multi variable: + ┃ ┗━━ false + ┗━━ 📓 a second multi variable: +  ┣━━ true +  ┗━━ false diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_boolean_return_none.sh new file mode 100644 index 0000000..1b41adf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_boolean_return_none.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_integer.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_integer.sh new file mode 100644 index 0000000..b922213 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_integer.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a boolean variable: false + ┣━━ 📓 first integer variable: 2 + ┗━━ 📓 second integer variable: 3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_multi_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_multi_variable.sh new file mode 100644 index 0000000..f1919f5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_multi_variable.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ no + ┃ ┗━━ yes + ┣━━ 📓 a second variable: no + ┗━━ 📓 a third variable: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_multi_variable_parent.sh new file mode 100644 index 0000000..e32d285 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: no + ┗━━ 📂 a family +  ┗━━ 📓 a calculated variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 0000000..55097bc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 first family + ┃ ┗━━ 📓 a variable: no + ┗━━ 📂 second family +  ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9calculation_variable_leader_follower_multi_inside.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9calculation_variable_leader_follower_multi_inside.sh new file mode 100644 index 0000000..6a1d74b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9calculation_variable_leader_follower_multi_inside.sh @@ -0,0 +1,14 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: value1 +  ┃ ┗━━ 📓 a follower: +  ┃  ┗━━ value1 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: value2 +   ┗━━ 📓 a follower: +    ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-follower-first.sh new file mode 100644 index 0000000..2c2eeb5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-follower-first.sh @@ -0,0 +1,16 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: +  ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-follower-last.sh new file mode 100644 index 0000000..2c2eeb5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-follower-last.sh @@ -0,0 +1,16 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: +  ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-follower-no-mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-follower-no-mandatory.sh new file mode 100644 index 0000000..c95a875 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-follower-no-mandatory.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 leader + ┃ ┣━━ 📂 leader + ┃ ┃ ┣━━ 📓 leader: a + ┃ ┃ ┗━━ 📓 follower: + ┃ ┗━━ 📂 leader + ┃  ┣━━ 📓 leader: b + ┃  ┗━━ 📓 follower: + ┗━━ 📓 variable: +  ┣━━  +  ┗━━  diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-follower.sh new file mode 100644 index 0000000..062421a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-follower.sh @@ -0,0 +1,17 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: +  ┣━━ val11 +  ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-leader-first.sh new file mode 100644 index 0000000..b199a65 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-leader-first.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: value1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-leader-last.sh new file mode 100644 index 0000000..466ddf5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-leader-last.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: value2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-leader.sh new file mode 100644 index 0000000..46cba55 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-outside-leader.sh @@ -0,0 +1,17 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: +  ┣━━ value1 +  ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-variable.sh new file mode 100644 index 0000000..e639edf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-variable.sh @@ -0,0 +1,17 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a calculated variable: + ┃ ┣━━ value1 + ┃ ┗━━ value2 + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: value1 +  ┃ ┣━━ 📓 a follower: val11 +  ┃ ┗━━ 📓 an other follower: val21 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: value2 +   ┣━━ 📓 a follower: val11 +   ┗━━ 📓 an other follower: val21 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-variable_leader_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-variable_leader_follower.sh new file mode 100644 index 0000000..2b09bf3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-variable_leader_follower.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.leadership_1.follower (a follower) + ┣━━ rougail.leadership_1.follower (a follower) + ┗━━ rougail.leadership_2.leader (a leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-variable_leader_follower_not_same.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-variable_leader_follower_not_same.sh new file mode 100644 index 0000000..31da981 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/40_9leadership-calculation-variable_leader_follower_not_same.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.leadership_1.follower (a follower) + ┗━━ rougail.leadership_1.follower (a follower) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/41_0choice_leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/41_0choice_leader.sh new file mode 100644 index 0000000..6347604 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/41_0choice_leader.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 The leadership diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_0leadership_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_0leadership_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_0leadership_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_0leadership_leader_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_0leadership_leader_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_1leadership_append_hidden_follower.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_4disabled_calcultion_follower.sh new file mode 100644 index 0000000..d843be2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_4disabled_calcultion_follower.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.leader.follower (a follower) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_4leadership_mandatory.sh new file mode 100644 index 0000000..8f5074c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_4leadership_mandatory.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.leader.leader (a leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_4leadership_mandatory_follower.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_4leadership_mandatory_follower.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 0000000..50ba9de --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 0000000..8f5074c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.leader.leader (a leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_9calculated_default_leadership_leader.sh new file mode 100644 index 0000000..3ff87cd --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/44_9calculated_default_leadership_leader.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 leader +  ┣━━ 📂 a leader +  ┃ ┗━━ 📓 a leader: a +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: b +   ┗━━ 📓 a follower: b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic.sh new file mode 100644 index 0000000..e8f56c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.dynval1.var (A dynamic variable) + ┗━━ rougail.dynval2.var (A dynamic variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_0.sh new file mode 100644 index 0000000..ab9d456 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_0.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 Dynamic variable: + ┗━━ 📂 dynval2 +  ┗━━ 📓 Dynamic variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_0_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_0_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_0_type.sh new file mode 100644 index 0000000..04be9bf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_0_type.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.dynval1.vardyn (A dyn variable) + ┗━━ rougail.dynval2.vardyn (A dyn variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_0_type_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_0_type_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_1.sh new file mode 100644 index 0000000..56ee48f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_1.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.dynval1.vardyn (A dynamic variable) + ┗━━ rougail.dynval2.vardyn (A dynamic variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_forbidden_char.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_forbidden_char.sh new file mode 100644 index 0000000..bb03cf0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_forbidden_char.sh @@ -0,0 +1,14 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val.1 + ┃ ┗━━ val.2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: val.1 + ┃ ┗━━ 📓 A dynamic variable: val.1 + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: val.2 +  ┗━━ 📓 A dynamic variable: val.2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_jinja_number.sh new file mode 100644 index 0000000..3cfa3bd --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_jinja_number.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ 1 + ┃ ┗━━ 2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: val + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: val + ┗━━ 📓 a variable: val diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_jinja_number_empty.sh new file mode 100644 index 0000000..5db5d93 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_jinja_number_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_no_description.sh new file mode 100644 index 0000000..93dc665 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_no_description.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.dynval1.var + ┗━━ rougail.dynval2.var diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_static.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_static.sh new file mode 100644 index 0000000..795152e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_static.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.dynval1.var (a variable inside a dynamic family) + ┗━━ rougail.dynval2.var (a variable inside a dynamic family) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_test.sh new file mode 100644 index 0000000..7dc2667 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_test.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var (A suffix variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_upper_char.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..e8f56c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_upper_char.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.dynval1.var (A dynamic variable) + ┗━━ rougail.dynval2.var (A dynamic variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_variable_empty.sh new file mode 100644 index 0000000..0a5c63c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var (a suffix variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 0000000..635ba16 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable with suffix val1: a value + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable with suffix val2: a value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 0000000..7dc2667 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var (A suffix variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_empty.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_mode.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_mode.sh new file mode 100644 index 0000000..0502a5e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_0family_mode.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📓 A variable: non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_1family_dynamic_jinja.sh new file mode 100644 index 0000000..ef1bed0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_1family_dynamic_jinja.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: val + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: val diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 0000000..7787291 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.dynval1.family.var (with a variable) + ┣━━ rougail.dynval2.family.var (with a variable) + ┗━━ rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 0000000..3830b91 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: val2 + ┗━━ 📓 a varible outside dynamic family: val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 0000000..7c57abc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a identifier variable: + ┗━━ 📓 a varible outside dynamic family: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 0000000..b9299e5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_outside_calc.sh new file mode 100644 index 0000000..0107635 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffx variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: val + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: val + ┗━━ 📓 a second variable: val diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 0000000..befc042 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffx variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc2.sh new file mode 100644 index 0000000..1b41adf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc2.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc2_empty.sh new file mode 100644 index 0000000..1b41adf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc2_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix.sh new file mode 100644 index 0000000..4a1d1bb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.dynval1.var (A dynamic variable) + ┣━━ rougail.dynval2.var (A dynamic variable) + ┗━━ rougail.var2 (A variable calculated) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 0000000..43445de --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 Suffix has value: val1 + ┗━━ 📂 a dynamic family +  ┗━━ 📓 Suffix has value: val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_disabled.sh new file mode 100644 index 0000000..65a5923 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_disabled.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.dynval2.var (A dynamic variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..505a9ce --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (A variable calculated) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_empty.sh new file mode 100644 index 0000000..505a9ce --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (A variable calculated) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_empty_2.sh new file mode 100644 index 0000000..505a9ce --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_empty_2.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (A variable calculated) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_empty_3.sh new file mode 100644 index 0000000..505a9ce --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_empty_3.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (A variable calculated) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_hidden.sh new file mode 100644 index 0000000..adea71d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_hidden.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: a value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh new file mode 100644 index 0000000..dc1b81a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_hidden_multi.sh new file mode 100644 index 0000000..62769bb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: +  ┣━━ a value +  ┗━━ a second value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 0000000..55eae06 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: val1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 0000000..c0b8c92 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A identifier variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_variable.sh new file mode 100644 index 0000000..4a1d1bb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.dynval1.var (A dynamic variable) + ┣━━ rougail.dynval2.var (A dynamic variable) + ┗━━ rougail.var2 (A variable calculated) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 0000000..505a9ce --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (A variable calculated) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 0000000..2607f8d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable: +  ┗━━ 📂 a family +   ┗━━ 📓 a new variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_unknown_suffix.sh new file mode 100644 index 0000000..06fced1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_unknown_suffix.sh @@ -0,0 +1,16 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: val1 + ┃ ┣━━ 📓 a variable 2: val1 + ┃ ┗━━ 📓 a variable 3: val1 + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable 1: val2 +  ┣━━ 📓 a variable 2: val2 +  ┗━━ 📓 a variable 3: val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_unknown_suffix_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_unknown_suffix_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside.sh new file mode 100644 index 0000000..3aa80c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val2 + ┗━━ 📓 a variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside2.sh new file mode 100644 index 0000000..8c62831 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside2.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val1 + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside2_empty.sh new file mode 100644 index 0000000..5db5d93 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside2_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_1_0.sh new file mode 100644 index 0000000..3aa80c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_1_0.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val2 + ┗━━ 📓 a variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_empty.sh new file mode 100644 index 0000000..5db5d93 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_jinja.sh new file mode 100644 index 0000000..3aa80c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_jinja.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val2 + ┗━━ 📓 a variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_jinja_empty.sh new file mode 100644 index 0000000..5db5d93 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ rougail.var2 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_sub_suffix.sh new file mode 100644 index 0000000..8b56522 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: val1 + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: val1 + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: val2 + ┗━━ 📓 a variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh new file mode 100644 index 0000000..b5e0504 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 0000000..c27345e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: val2 + ┗━━ 📓 a variable: val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 0000000..2e0053e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 asuffix variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_inside.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_inside.sh new file mode 100644 index 0000000..1e7687c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_inside.sh @@ -0,0 +1,18 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 value is suffix: val1 + ┃ ┣━━ 📓 value is first variable: val1 + ┃ ┣━━ 📓 value is relative first variable: val1 + ┃ ┗━━ 📓 value is first variable of val1: val1 + ┗━━ 📂 a dynamic family +  ┣━━ 📓 value is suffix: val2 +  ┣━━ 📓 value is first variable: val2 +  ┣━━ 📓 value is relative first variable: val2 +  ┗━━ 📓 value is first variable of val1: val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_inside_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_inside_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_leadership.sh new file mode 100644 index 0000000..0e7a6bc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_leadership.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.dynval1.leadership.leader (a leader) + ┗━━ rougail.dynval2.leadership.leader (a leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic.sh new file mode 100644 index 0000000..368abdf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic.sh @@ -0,0 +1,32 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 + ┃ ┃ ┗━━ tval2 + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: tval1 + ┃ ┃ ┣━━ 📓 identifier from first family: val1 + ┃ ┃ ┗━━ 📓 merge identifiers: val1-tval1 + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: tval2 + ┃  ┣━━ 📓 identifier from first family: val1 + ┃  ┗━━ 📓 merge identifiers: val1-tval2 + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 +  ┃ ┗━━ tval2 +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: tval1 +  ┃ ┣━━ 📓 identifier from first family: val2 +  ┃ ┗━━ 📓 merge identifiers: val2-tval1 +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: tval2 +   ┣━━ 📓 identifier from first family: val2 +   ┗━━ 📓 merge identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic_1_0.sh new file mode 100644 index 0000000..368abdf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic_1_0.sh @@ -0,0 +1,32 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 + ┃ ┃ ┗━━ tval2 + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: tval1 + ┃ ┃ ┣━━ 📓 identifier from first family: val1 + ┃ ┃ ┗━━ 📓 merge identifiers: val1-tval1 + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: tval2 + ┃  ┣━━ 📓 identifier from first family: val1 + ┃  ┗━━ 📓 merge identifiers: val1-tval2 + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 +  ┃ ┗━━ tval2 +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: tval1 +  ┃ ┣━━ 📓 identifier from first family: val2 +  ┃ ┗━━ 📓 merge identifiers: val2-tval1 +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: tval2 +   ┣━━ 📓 identifier from first family: val2 +   ┗━━ 📓 merge identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic_1_0_2.sh new file mode 100644 index 0000000..8ae6338 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic_1_0_2.sh @@ -0,0 +1,6 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.val1.val1.var (A dynamic variable) + ┣━━ rougail.val2.val2.var (A dynamic variable) + ┣━━ rougail.val1.val1.var (A dynamic variable) + ┗━━ rougail.val2.val2.var (A dynamic variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic_empty.sh new file mode 100644 index 0000000..c0b8c92 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A identifier variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic_empty2.sh new file mode 100644 index 0000000..d528f56 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_sub_dynamic_empty2.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_suffix_auto_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_suffix_auto_multi.sh new file mode 100644 index 0000000..a6134ae --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_suffix_auto_multi.sh @@ -0,0 +1,7 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.dynval1.dynval1.var (A dynamic variable) + ┣━━ rougail.dynval2.dynval2.var (A dynamic variable) + ┣━━ rougail.dynval1.dynval1.var (A dynamic variable) + ┣━━ rougail.dynval2.dynval2.var (A dynamic variable) + ┗━━ rougail.var2 (A variable calculated) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_suffix_auto_multi2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_suffix_auto_multi2.sh new file mode 100644 index 0000000..a6134ae --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_6family_dynamic_suffix_auto_multi2.sh @@ -0,0 +1,7 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.dynval1.dynval1.var (A dynamic variable) + ┣━━ rougail.dynval2.dynval2.var (A dynamic variable) + ┣━━ rougail.dynval1.dynval1.var (A dynamic variable) + ┣━━ rougail.dynval2.dynval2.var (A dynamic variable) + ┗━━ rougail.var2 (A variable calculated) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_9extra_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_9extra_dynamic.sh new file mode 100644 index 0000000..76c86e9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_9extra_dynamic.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ extra.dyn_a.var diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_9extra_dynamic_extra.sh new file mode 100644 index 0000000..76c86e9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_9extra_dynamic_extra.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ extra.dyn_a.var diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_9family_dynamic_calc_both.sh new file mode 100644 index 0000000..c2c98aa --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/60_9family_dynamic_calc_both.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ rougail.dynval1.vardyn (a dynamic variable) + ┗━━ rougail.dynval2.vardyn (a dynamic variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/68_0family_leadership_mode.sh new file mode 100644 index 0000000..7279efe --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/68_0family_leadership_mode.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0empty.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0empty.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0no_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0no_variable.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0no_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0no_variable_default_version.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0no_variable_default_version.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0no_variable_default_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0no_variable_remove_version.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0no_variable_remove_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0version_underscore.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0version_underscore.sh new file mode 100644 index 0000000..a59f5a2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_0version_underscore.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_1empty_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_1empty_variable.sh new file mode 100644 index 0000000..56d0aa6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_1empty_variable.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 empty: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated.sh new file mode 100644 index 0000000..451be57 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (no) + ┗━━ 📓 a second variable: +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated_multi.sh new file mode 100644 index 0000000..875d15c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated_multi.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ string1 (no) + ┃ ┣━━ string2 (yes) + ┃ ┗━━ string3 (maybe) + ┗━━ 📓 a second variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated_params_permissive.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..7ed345c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated_params_permissive.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: string1 (a_value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated_variable_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..38af4fb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated_variable_description.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated_variable_transitive.sh new file mode 100644 index 0000000..cc3f219 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ domain1.lan + ┃ ┗━━ domain2.lan + ┗━━ 📓 a second variable: +  ┣━━ domain1.lan (domain1.lan) +  ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_4load_subfolder.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_4load_subfolder.sh new file mode 100644 index 0000000..5a13be8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_4load_subfolder.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: string1 + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_5load_notype.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_5load_notype.sh new file mode 100644 index 0000000..38226eb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_5load_notype.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (non) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6boolean.sh new file mode 100644 index 0000000..541d6a3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6boolean.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: true (true) + ┣━━ 📓 the second variable: true (true) + ┣━━ 📓 the third variable: true (true) + ┣━━ 📓 the forth variable: true (false) + ┣━━ 📓 the fifth variable: true (false) + ┗━━ 📓 the sixth variable: true (false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6boolean_no_mandatory.sh new file mode 100644 index 0000000..4b9c138 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6boolean_no_mandatory.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice.sh new file mode 100644 index 0000000..3c18cf6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: a + ┣━━ 📓 the second variable: a + ┣━━ 📓 the third variable: a + ┣━━ 📓 the forth variable: + ┣━━ 📓 the fifth variable: a (a) + ┗━━ 📓 the sixth variable: 1 (1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_calculation.sh new file mode 100644 index 0000000..e396803 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_calculation.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: 0 (9) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_link.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_link.sh new file mode 100644 index 0000000..bce7b81 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_link.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: a + ┗━━ 📓 the second variable: a (a) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_variable.sh new file mode 100644 index 0000000..c9c204c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_variable.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┗━━ 📓 a first variable: string1 (a) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_variable_link.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_variable_link.sh new file mode 100644 index 0000000..5e19368 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_variable_link.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┣━━ 📓 a first variable: string1 (a) + ┗━━ 📓 a third variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_variable_link2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_variable_link2.sh new file mode 100644 index 0000000..c87d7c5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6choice_variable_link2.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┣━━ 📓 a first variable: string1 (a) + ┗━━ 📂 family +  ┗━━ 📓 a third variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6custom.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6custom.sh new file mode 100644 index 0000000..3b49c18 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6custom.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: string1 + ┗━━ 📓 the seconf variable: string1 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6domainname.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6domainname.sh new file mode 100644 index 0000000..760d199 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6domainname.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a domain name variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6domainname_params.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6domainname_params.sh new file mode 100644 index 0000000..760d199 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6domainname_params.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a domain name variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6float.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6float.sh new file mode 100644 index 0000000..2a15dc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6float.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: 1.1 (0.0) + ┣━━ 📓 the second variable: 1.1 (0.0) + ┣━━ 📓 the third variable: 1.1 (0.0) + ┣━━ 📓 the forth variable: 1.1 (10.1) + ┣━━ 📓 the fifth variable: 1.1 (10.1) + ┗━━ 📓 the sixth variable: 1.1 (10.1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6number.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6number.sh new file mode 100644 index 0000000..87cb64a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6number.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: 1 (0) + ┣━━ 📓 the second variable: 1 (0) + ┣━━ 📓 the third variable: 1 (0) + ┣━━ 📓 this forth variable: 1 (10) + ┣━━ 📓 the fifth variable: 1 (10) + ┗━━ 📓 the sixth variable: 1 (10) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6port.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6port.sh new file mode 100644 index 0000000..1ec3dab --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6port.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a port variable: 80 + ┣━━ 📓 a port variable with default value: 80 (8080) + ┗━━ 📓 a port variable with integer default value: 80 (8080) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6regexp.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6regexp.sh new file mode 100644 index 0000000..5c27cbc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6regexp.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a first variable: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6regexp_link.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6regexp_link.sh new file mode 100644 index 0000000..1f00a3b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6regexp_link.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: #b1b1b1 (#a1a1a1) + ┗━━ 📓 a second variable: #b2b1b1 (#b1b1b1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6secret.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6secret.sh new file mode 100644 index 0000000..2b23be4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6secret.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: ********** + ┗━━ 📓 the second variable: ********** (**********) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6secret_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6secret_param.sh new file mode 100644 index 0000000..7485dcf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6secret_param.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: ********** + ┣━━ 📓 the second variable: ********** (**********) + ┗━━ 📓 the third variable: ********** (**********) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6string.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6string.sh new file mode 100644 index 0000000..7f06ca4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6string.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: string1 + ┣━━ 📓 the second variable: string1 + ┣━━ 📓 the third variable: string1 + ┣━━ 📓 the forth variable: string1 (value) + ┣━━ 📓 the fifth variable: string1 (value) + ┗━━ 📓 the sixth variable: string1 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7choice_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7choice_quote.sh new file mode 100644 index 0000000..303d58a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7choice_quote.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A choice: quote' (quote') diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7help.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7help.sh new file mode 100644 index 0000000..3e0f3fd --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7help.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: string1 + ┗━━ 📓 the second variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7help_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7help_quote.sh new file mode 100644 index 0000000..3e0f3fd --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7help_quote.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: string1 + ┗━━ 📓 the second variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7help_sup.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7help_sup.sh new file mode 100644 index 0000000..c831d09 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7help_sup.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first : string1 + ┗━━ 📓 the second : string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7value_doublequote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7value_doublequote.sh new file mode 100644 index 0000000..92aca1a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7value_doublequote.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (quote") diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7value_doublequote2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7value_doublequote2.sh new file mode 100644 index 0000000..04ead07 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7value_doublequote2.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (quote'") diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7value_doublequote3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7value_doublequote3.sh new file mode 100644 index 0000000..44c2331 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7value_doublequote3.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (quote\"\') diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7value_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7value_quote.sh new file mode 100644 index 0000000..ba06a80 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_7value_quote.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (quote') diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_8calculation_information.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_8calculation_information.sh new file mode 100644 index 0000000..a59f5a2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_8calculation_information.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_8calculation_namespace.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_8calculation_namespace.sh new file mode 100644 index 0000000..f58de66 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_8calculation_namespace.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (Rougail) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_8calculation_param_namespace.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_8calculation_param_namespace.sh new file mode 100644 index 0000000..f58de66 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_8calculation_param_namespace.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (Rougail) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_8test.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_8test.sh new file mode 100644 index 0000000..8af81a7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_8test.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: test + ┣━━ 📓 the second variable: test (value) + ┣━━ 📓 the third variable: test1 + ┣━━ 📓 the forth variable: + ┣━━ 📓 the fifth variable: false (true) + ┗━━ 📓 the sixth variable: +  ┣━━ test1 +  ┗━━ test2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9choice_variable_multi.sh new file mode 100644 index 0000000..d048326 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9choice_variable_multi.sh @@ -0,0 +1,11 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 a second variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9choice_variables.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9choice_variables.sh new file mode 100644 index 0000000..ed7afe6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9choice_variables.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first source variable: string1 (val1) + ┣━━ 📓 the second source variable: string1 (val2) + ┗━━ 📓 a variable: string1 (val1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation.sh new file mode 100644 index 0000000..e12a01e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (string_1_True_None) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_information.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_information.sh new file mode 100644 index 0000000..a59f5a2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_information.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_information_other_variable.sh new file mode 100644 index 0000000..f811dd3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_multi_optional.sh new file mode 100644 index 0000000..434ebaa --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_multi_optional.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: string1 (val1) + ┗━━ 📓 my_calculated_variable: +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_multi_optional2.sh new file mode 100644 index 0000000..434ebaa --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: string1 (val1) + ┗━━ 📓 my_calculated_variable: +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_optional.sh new file mode 100644 index 0000000..dbcba35 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_optional.sh @@ -0,0 +1,9 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 my_calculated_variable: +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_optional_exists.sh new file mode 100644 index 0000000..3e073c2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_optional_exists.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┗━━ 📓 my_calculated_variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_param_optional.sh new file mode 100644 index 0000000..a54e89b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_calculation_param_optional.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (string1) + ┗━━ 📓 a second variable: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_information_other_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_information_other_variable.sh new file mode 100644 index 0000000..f811dd3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_information_other_variable.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_information_other_variable2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_information_other_variable2.sh new file mode 100644 index 0000000..f811dd3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_information_other_variable2.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_integer.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_integer.sh new file mode 100644 index 0000000..e396803 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9default_integer.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: 0 (9) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9extra.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9extra.sh new file mode 100644 index 0000000..83c0d3f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9extra.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: string1 (rougail) +┗━━ 📂 extra + ┗━━ 📓 a variable: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9extra_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9extra_calculation.sh new file mode 100644 index 0000000..5cc8da3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9extra_calculation.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: string1 (value) +┗━━ 📂 extra + ┣━━ 📓 a first variable: string1 (string1) + ┣━━ 📓 a second variable: string1 (string1) + ┗━━ 📓 a third variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9extra_ouside.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9extra_ouside.sh new file mode 100644 index 0000000..a5ef3d0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_9extra_ouside.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: string1 (string1) +┗━━ 📂 extra + ┗━━ 📓 a variable: string1 (value in extra) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6boolean_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6boolean_multi.sh new file mode 100644 index 0000000..7012d9b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6boolean_multi.sh @@ -0,0 +1,22 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┗━━ true (true) + ┣━━ 📓 the second variable: + ┃ ┗━━ true (true) + ┣━━ 📓 the third variable: + ┃ ┗━━ true (true) + ┣━━ 📓 the forth variable: + ┃ ┗━━ true (false) + ┣━━ 📓 the fifth variable: + ┃ ┗━━ true (false) + ┣━━ 📓 the sixth variable: + ┃ ┗━━ true (false) + ┣━━ 📓 the seventh variable: + ┃ ┗━━ true (true) + ┗━━ 📓 the eighth variable: +  ┗━━ true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6custom_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6custom_multi.sh new file mode 100644 index 0000000..d95a64a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6custom_multi.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first custom variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 a second custom variable: +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6float_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6float_multi.sh new file mode 100644 index 0000000..8a38b18 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6float_multi.sh @@ -0,0 +1,38 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the second variable: + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the third variable: + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the forth variable: + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the fifth variable: + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the sixth variable: + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the seventh variable: + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┗━━ 📓 the eighth variable: +  ┣━━ 1.1 (0.0) +  ┣━━ 2.2 +  ┗━━ 3.3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6number_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6number_multi.sh new file mode 100644 index 0000000..d5a2a6a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6number_multi.sh @@ -0,0 +1,38 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the second variable: + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the third variable: + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the forth variable: + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the fifth variable: + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the sixth variable: + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the seventh variable: + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┗━━ 📓 the eighth variable: +  ┣━━ 1 (0) +  ┣━━ 2 +  ┗━━ 3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6string_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6string_empty.sh new file mode 100644 index 0000000..58ab112 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6string_empty.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 the second variable: +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6string_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6string_multi.sh new file mode 100644 index 0000000..684556e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_6string_multi.sh @@ -0,0 +1,38 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the second variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the third variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the forth variable: + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the fifth variable: + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the sixth variable: + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the seventh variable: + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 the eighth variable: +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/01_7value_multi_doublequote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_7value_multi_doublequote.sh new file mode 100644 index 0000000..1ec8f76 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_7value_multi_doublequote.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (quote") +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_7value_multi_doublequote2.sh new file mode 100644 index 0000000..ab7335d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_7value_multi_doublequote2.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (quote'") +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/01_7value_multi_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_7value_multi_quote.sh new file mode 100644 index 0000000..bf4dff6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_7value_multi_quote.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (quote') +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_8calculation_information_multi.sh new file mode 100644 index 0000000..6f390e1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_8calculation_information_multi.sh @@ -0,0 +1,9 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/01_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_9choice_variable_multi.sh new file mode 100644 index 0000000..f26154c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/01_9choice_variable_multi.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_0type_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_0type_param.sh new file mode 100644 index 0000000..790920a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_0type_param.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A limited number: 1 (10) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1auto_save.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1auto_save.sh new file mode 100644 index 0000000..f2645a3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1auto_save.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 an auto save variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1auto_save_and_calculated.sh new file mode 100644 index 0000000..afe8bfc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1auto_save_and_calculated.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (no) + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 0000000..eef9561 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (no) + ┗━━ 📓 a second variable: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1auto_save_and_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1auto_save_and_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden.sh new file mode 100644 index 0000000..d6d7299 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (value) + ┣━━ 📓 a second variable: string1 + ┗━━ 📓 a third variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_2.sh new file mode 100644 index 0000000..d6d7299 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_2.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (value) + ┣━━ 📓 a second variable: string1 + ┗━━ 📓 a third variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..c2bf5b3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_3.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a third variable: string1 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_4.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..8654097 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_4.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: string1 + ┗━━ 📓 a third variable: string1 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_5.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..097aad2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_5.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (value) + ┗━━ 📓 a third variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_6.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..322d1be --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_1default_calculation_hidden_6.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a first variable: string1 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation.sh new file mode 100644 index 0000000..7f9ddac --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a conditional variable: string1 (no) + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_default.sh new file mode 100644 index 0000000..5c46d36 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_default.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┣━━ 📓 a first variable: string1 (string1) + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_multi.sh new file mode 100644 index 0000000..ec1db0e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_multi.sh @@ -0,0 +1,15 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a conditional variable: string1 (no) + ┣━━ 📓 a first variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 a second variable: +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_optional.sh new file mode 100644 index 0000000..43f16d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_optional.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable.sh new file mode 100644 index 0000000..576971f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: true (false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable2.sh new file mode 100644 index 0000000..085d396 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable2.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable3.sh new file mode 100644 index 0000000..d37aa75 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable3.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (yes) + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable4.sh new file mode 100644 index 0000000..336d89f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable4.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable_multi.sh new file mode 100644 index 0000000..576971f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_variable_multi.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: true (false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5hidden_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5hidden_calculation.sh new file mode 100644 index 0000000..dc20fdd --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5hidden_calculation.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the condition: string1 (no) + ┣━━ 📓 a first variable: string1 (no) + ┗━━ 📓 a second variable: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5hidden_calculation2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5hidden_calculation2.sh new file mode 100644 index 0000000..1714a79 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5hidden_calculation2.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5hidden_calculation_default_calculation.sh new file mode 100644 index 0000000..5c46d36 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5hidden_calculation_default_calculation.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┣━━ 📓 a first variable: string1 (string1) + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators.sh new file mode 100644 index 0000000..e5f3fd6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A number: 1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators_differ.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators_differ.sh new file mode 100644 index 0000000..7d1741b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators_differ.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: another_value (oui) + ┗━━ 📓 A second variable: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators_multi.sh new file mode 100644 index 0000000..5a25fc3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators_multi.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ string1 (no) +  ┣━━ string2 (yes) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators_multi2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators_multi2.sh new file mode 100644 index 0000000..0021303 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators_multi2.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ val1 (no) +  ┗━━ val2 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators_multi3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators_multi3.sh new file mode 100644 index 0000000..611c9c0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5validators_multi3.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ 0 (0) +  ┣━━ 1 +  ┗━━ 2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/05_0multi_not_uniq.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/05_0multi_not_uniq.sh new file mode 100644 index 0000000..f6d362e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/05_0multi_not_uniq.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/05_0multi_uniq.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/05_0multi_uniq.sh new file mode 100644 index 0000000..f6d362e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/05_0multi_uniq.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/12_1auto_save_expert.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/12_1auto_save_expert.sh new file mode 100644 index 0000000..73f589d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/12_1auto_save_expert.sh @@ -0,0 +1,7 @@ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_0redefine_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_0redefine_description.sh new file mode 100644 index 0000000..0d77ade --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_0redefine_description.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 Redefined: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_2family_redefine_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_2family_redefine_calculation.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_2family_redefine_calculation.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_2family_redefine_disabled.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_2family_redefine_disabled.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_2family_redefine_disabled.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_3family_empty_at_ends.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_3family_empty_at_ends.sh new file mode 100644 index 0000000..ff4a360 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_3family_empty_at_ends.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 family +  ┗━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5exists_nonexists.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5exists_nonexists.sh new file mode 100644 index 0000000..666e920 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5exists_nonexists.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: string1 (no) + ┗━━ 📓 a new variable: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5exists_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5exists_redefine.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5exists_redefine.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_calculation.sh new file mode 100644 index 0000000..11139af --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_calculation.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_choice.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_choice.sh new file mode 100644 index 0000000..4ae7cb2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_choice.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: a diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_default.sh new file mode 100644 index 0000000..11139af --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_default.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_default_calculation.sh new file mode 100644 index 0000000..a59f5a2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_default_calculation.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_family.sh new file mode 100644 index 0000000..157dd3c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_family.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 new description +  ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_help.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_help.sh new file mode 100644 index 0000000..e3ec072 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_help.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📓 redefine help: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_multi.sh new file mode 100644 index 0000000..f6d362e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_multi.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 0000000..23ef8ab --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5test_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5test_redefine.sh new file mode 100644 index 0000000..7ba3b4b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_5test_redefine.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: test1 (no) + ┣━━ 📓 a second variable: test1 (non) + ┗━━ 📓 a third variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_6choice_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_6choice_redefine.sh new file mode 100644 index 0000000..8ab9c60 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_6choice_redefine.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A choice: a (c) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_6exists_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_6exists_family.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_6exists_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16_6exists_redefine_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_6exists_redefine_family.sh new file mode 100644 index 0000000..aed4185 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16_6exists_redefine_family.sh @@ -0,0 +1,9 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 new description + ┃ ┗━━ 📓 a variable: string1 + ┗━━ 📂 a second family +  ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/16exists_exists.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/16exists_exists.sh new file mode 100644 index 0000000..e0d0e8c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/16exists_exists.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 Description: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/17_5redefine_leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/17_5redefine_leadership.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/17_5redefine_leadership.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0empty_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0empty_family.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0empty_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0family_append.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0family_append.sh new file mode 100644 index 0000000..89866b3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0family_append.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A family +  ┣━━ 📓 The first variable: string1 +  ┗━━ 📓 The second variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0family_underscore.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0family_underscore.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0family_underscore.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0multi_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0multi_family.sh new file mode 100644 index 0000000..fa41b1e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0multi_family.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0multi_family_basic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0multi_family_basic.sh new file mode 100644 index 0000000..fa41b1e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0multi_family_basic.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0multi_family_expert.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0multi_family_expert.sh new file mode 100644 index 0000000..3245668 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0multi_family_expert.sh @@ -0,0 +1,9 @@ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0multi_family_order.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0multi_family_order.sh new file mode 100644 index 0000000..63196d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0multi_family_order.sh @@ -0,0 +1,11 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: string1 + ┗━━ 📂 a family +  ┣━━ 📓 a first variable: string1 +  ┣━━ 📂 a sub family +  ┃ ┗━━ 📓 a variable: string1 +  ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0validators_differ_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0validators_differ_redefine.sh new file mode 100644 index 0000000..73cd088 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_0validators_differ_redefine.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (no) + ┣━━ 📓 a second variable: string1 (no) + ┗━━ 📓 a third variable: yes (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/20_1empty_subfamily.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_1empty_subfamily.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_1empty_subfamily.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/20_9default_information_parent.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_9default_information_parent.sh new file mode 100644 index 0000000..79d73f3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_9default_information_parent.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 family +  ┣━━ 📓 a first variable: string1 +  ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition.sh new file mode 100644 index 0000000..45159db --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: string1 (no) + ┗━━ 📂 possibly hidden family +  ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition_boolean.sh new file mode 100644 index 0000000..8e279c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition_boolean.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a conditional variable: true (false) + ┗━━ 📂 a family +  ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 0000000..186462c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: string1 (no) + ┗━━ 📂 possibly hidden family +  ┗━━ 📂 subfamily +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 0000000..ca21334 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 the variable use has condition: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition_with_variable.sh new file mode 100644 index 0000000..33290bf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_condition_with_variable.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first conditional variable: true (false) + ┣━━ 📓 a second conditional variable: true (false) + ┗━━ 📂 a family diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 0000000..6cd6338 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: string1 (no) + ┗━━ 📂 possibly hidden family +  ┗━━ 📂 a subfamily +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_mandatory_condition.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_mandatory_condition.sh new file mode 100644 index 0000000..23ef8ab --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_mandatory_condition.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_mandatory_condition_variable.sh new file mode 100644 index 0000000..c83f5cd --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: true (true) + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/24_7validators_variable_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_7validators_variable_optional.sh new file mode 100644 index 0000000..6a9b48c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_7validators_variable_optional.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┣━━ 📓 a first number: 5 +  ┗━━ 📓 a second number: 1 (1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_family_disabled_var_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/24_family_disabled_var_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership.sh new file mode 100644 index 0000000..3bfe5af --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership.sh @@ -0,0 +1,18 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┣━━ 📓 a follower: string1 +  ┃ ┗━━ 📓 an other follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┣━━ 📓 a follower: string2 +  ┃ ┗━━ 📓 an other follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a follower: string3 +   ┗━━ 📓 an other follower: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_diff_name.sh new file mode 100644 index 0000000..3bfe5af --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_diff_name.sh @@ -0,0 +1,18 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┣━━ 📓 a follower: string1 +  ┃ ┗━━ 📓 an other follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┣━━ 📓 a follower: string2 +  ┃ ┗━━ 📓 an other follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a follower: string3 +   ┗━━ 📓 an other follower: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_empty.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_follower_default_calculation.sh new file mode 100644 index 0000000..328c159 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┣━━ 📓 a follower: string1 (value) +  ┃ ┗━━ 📓 a second follower: string1 (string1) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┣━━ 📓 a follower: string2 (value) +  ┃ ┗━━ 📓 a second follower: string2 (string2) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a follower: string3 (value) +   ┗━━ 📓 a second follower: string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_follower_default_submulti.sh new file mode 100644 index 0000000..262741e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_follower_default_submulti.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (leader) +  ┃ ┣━━ 📓 a follower1: +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 a follower2: +  ┃  ┣━━ string1 (value1) +  ┃  ┣━━ string2 (value2) +  ┃  ┗━━ string3 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┣━━ 📓 a follower1: +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 a follower2: +  ┃  ┣━━ string1 (value1) +  ┃  ┣━━ string2 (value2) +  ┃  ┗━━ string3 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a follower1: +   ┃ ┣━━ string1 (value) +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 a follower2: +    ┣━━ string1 (value1) +    ┣━━ string2 (value2) +    ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_follower_default_submulti_calculation.sh new file mode 100644 index 0000000..a00b42b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_follower_default_submulti_calculation.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 the leader +  ┃ ┣━━ 📓 the leader: string1 (leader) +  ┃ ┣━━ 📓 the follower1: +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 the follower2: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┣━━ 📂 the leader +  ┃ ┣━━ 📓 the leader: string2 +  ┃ ┣━━ 📓 the follower1: +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 the follower2: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┗━━ 📂 the leader +   ┣━━ 📓 the leader: string3 +   ┣━━ 📓 the follower1: +   ┃ ┣━━ string1 (value) +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 the follower2: +    ┣━━ string1 (string1) +    ┣━━ string2 (string2) +    ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_follower_default_value.sh new file mode 100644 index 0000000..38b18ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_follower_default_value.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower with default value: string1 (value) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower with default value: string2 (value) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower with default value: string3 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_leader_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_leader_follower.sh new file mode 100644 index 0000000..02604a8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_leader_follower.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (value1) +  ┃ ┗━━ 📓 a follower: string1 (string1) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (value2) +  ┃ ┗━━ 📓 a follower: string2 (string2) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_leader_not_multi.sh new file mode 100644 index 0000000..bb6beb3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_0leadership_leader_not_multi.sh @@ -0,0 +1,22 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 general + ┃ ┗━━ 📓 No change: string1 (non) + ┗━━ 📂 general1 +  ┗━━ 📂 leader +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string1 +   ┃ ┣━━ 📓 follower1: string1 +   ┃ ┗━━ 📓 follower2: string1 +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string2 +   ┃ ┣━━ 📓 follower1: string2 +   ┃ ┗━━ 📓 follower2: string2 +   ┗━━ 📂 leader +    ┣━━ 📓 leader: string3 +    ┣━━ 📓 follower1: string3 +    ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_1leadership_append_follower.sh new file mode 100644 index 0000000..83b59eb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_1leadership_append_follower.sh @@ -0,0 +1,21 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 the leader +  ┃ ┣━━ 📓 the leader: string1 +  ┃ ┣━━ 📓 the follower1: string1 +  ┃ ┣━━ 📓 the follower2: string1 +  ┃ ┗━━ 📓 the follower3: string1 +  ┣━━ 📂 the leader +  ┃ ┣━━ 📓 the leader: string2 +  ┃ ┣━━ 📓 the follower1: string2 +  ┃ ┣━━ 📓 the follower2: string2 +  ┃ ┗━━ 📓 the follower3: string2 +  ┗━━ 📂 the leader +   ┣━━ 📓 the leader: string3 +   ┣━━ 📓 the follower1: string3 +   ┣━━ 📓 the follower2: string3 +   ┗━━ 📓 the follower3: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_2leadership_calculation_index.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_2leadership_calculation_index.sh new file mode 100644 index 0000000..8ea39af --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_2leadership_calculation_index.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (a) +  ┃ ┗━━ 📓 a follower: 1 (0) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (b) +  ┃ ┗━━ 📓 a follower: 2 (1) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 (c) +   ┗━━ 📓 a follower: 3 (2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_2leadership_calculation_param_index.sh new file mode 100644 index 0000000..2df8927 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_2leadership_calculation_param_index.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (a) +  ┃ ┗━━ 📓 a follower: 1 (0) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (b) +  ┃ ┗━━ 📓 a follower: 2 (1) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 (c) +   ┗━━ 📓 a follower: 3 (2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_2leadership_leader_calculation.sh new file mode 100644 index 0000000..25dc83d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_2leadership_leader_calculation.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (val1) +  ┃ ┣━━ 📓 a first follower: string1 +  ┃ ┗━━ 📓 a second follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (val2) +  ┃ ┣━━ 📓 a first follower: string2 +  ┃ ┗━━ 📓 a second follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a first follower: string3 +   ┗━━ 📓 a second follower: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_6leadership_follower_multi.sh new file mode 100644 index 0000000..498a2e8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_6leadership_follower_multi.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string1 +  ┃ ┣━━ 📓 The first follower: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 The second follower: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string2 +  ┃ ┣━━ 📓 The first follower: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 The second follower: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 The leader +   ┣━━ 📓 The leader: string3 +   ┣━━ 📓 The first follower: +   ┃ ┣━━ string1 +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 The second follower: +    ┣━━ string1 (value) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..498a2e8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string1 +  ┃ ┣━━ 📓 The first follower: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 The second follower: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string2 +  ┃ ┣━━ 📓 The first follower: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 The second follower: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 The leader +   ┣━━ 📓 The leader: string3 +   ┣━━ 📓 The first follower: +   ┃ ┣━━ string1 +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 The second follower: +    ┣━━ string1 (value) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_boolean.sh new file mode 100644 index 0000000..006a7c2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_boolean.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a boolean variable: true (false) + ┣━━ 📓 a first multi variable: + ┃ ┣━━ true (true) + ┃ ┗━━ false + ┗━━ 📓 a second multi variable: +  ┗━━ true (false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_boolean_return_none.sh new file mode 100644 index 0000000..d35061a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_boolean_return_none.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (yes) + ┗━━ 📓 a second variable: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_integer.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_integer.sh new file mode 100644 index 0000000..847fc0a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_integer.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a boolean variable: true (false) + ┣━━ 📓 first integer variable: 1 (1) + ┗━━ 📓 second integer variable: 1 (4) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_multi_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_multi_variable.sh new file mode 100644 index 0000000..e350bc6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_multi_variable.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 a second variable: string1 (no) + ┗━━ 📓 a third variable: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_multi_variable_parent.sh new file mode 100644 index 0000000..af7db20 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: string1 (no) + ┗━━ 📂 a family +  ┗━━ 📓 a calculated variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 0000000..8cc4cff --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 first family + ┃ ┗━━ 📓 a variable: string1 (no) + ┗━━ 📂 second family +  ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9calculation_variable_leader_follower_multi_inside.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9calculation_variable_leader_follower_multi_inside.sh new file mode 100644 index 0000000..3a9a44f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9calculation_variable_leader_follower_multi_inside.sh @@ -0,0 +1,25 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (value1) +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (value2) +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ string1 (string2) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: +    ┣━━ string1 (string3) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-follower-first.sh new file mode 100644 index 0000000..48993bf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-follower-first.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-follower-last.sh new file mode 100644 index 0000000..3edc05d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-follower-last.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: +  ┣━━ string1 (string3) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-follower-no-mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-follower-no-mandatory.sh new file mode 100644 index 0000000..30612fb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-follower-no-mandatory.sh @@ -0,0 +1,20 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 leader + ┃ ┣━━ 📂 leader + ┃ ┃ ┣━━ 📓 leader: string1 (a) + ┃ ┃ ┗━━ 📓 follower: string1 + ┃ ┣━━ 📂 leader + ┃ ┃ ┣━━ 📓 leader: string2 (b) + ┃ ┃ ┗━━ 📓 follower: string2 + ┃ ┗━━ 📂 leader + ┃  ┣━━ 📓 leader: string3 + ┃  ┗━━ 📓 follower: string3 + ┗━━ 📓 variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-follower.sh new file mode 100644 index 0000000..f8bf1bc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-follower.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-leader-first.sh new file mode 100644 index 0000000..9fde32c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-leader-first.sh @@ -0,0 +1,20 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-leader-last.sh new file mode 100644 index 0000000..4a291f1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-leader-last.sh @@ -0,0 +1,20 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: string1 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-leader.sh new file mode 100644 index 0000000..f8bf1bc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-outside-leader.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-variable.sh new file mode 100644 index 0000000..904043a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-variable.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a calculated variable: + ┃ ┣━━ string1 (value1) + ┃ ┣━━ string2 (value2) + ┃ ┗━━ string3 + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (string1) +  ┃ ┣━━ 📓 a follower: string1 (val11) +  ┃ ┗━━ 📓 an other follower: string1 (val21) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (string2) +  ┃ ┣━━ 📓 a follower: string2 (val11) +  ┃ ┗━━ 📓 an other follower: string2 (val21) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 (string3) +   ┣━━ 📓 a follower: string3 (val11) +   ┗━━ 📓 an other follower: string3 (val21) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-variable_leader_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-variable_leader_follower.sh new file mode 100644 index 0000000..f9c919e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-variable_leader_follower.sh @@ -0,0 +1,26 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┗━━ 📓 a follower: string1 + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┗━━ 📓 a follower: string2 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┗━━ 📓 a follower: string3 + ┗━━ 📂 a second leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (string1) +  ┃ ┗━━ 📓 a follower: string1 (val) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (string2) +  ┃ ┗━━ 📓 a follower: string2 (val) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 (string3) +   ┗━━ 📓 a follower: string3 (val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-variable_leader_follower_not_same.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-variable_leader_follower_not_same.sh new file mode 100644 index 0000000..fc80b3d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/40_9leadership-calculation-variable_leader_follower_not_same.sh @@ -0,0 +1,35 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┗━━ 📓 a follower: string1 + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┗━━ 📓 a follower: string2 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┗━━ 📓 a follower: string3 + ┗━━ 📂 a second leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (value1) +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (value2) +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: +    ┣━━ string1 (string1) +    ┣━━ string2 (string2) +    ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/41_0choice_leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/41_0choice_leader.sh new file mode 100644 index 0000000..dcec9a3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/41_0choice_leader.sh @@ -0,0 +1,15 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 The leadership +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string1 +  ┃ ┗━━ 📓 A follower: a +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string2 +  ┃ ┗━━ 📓 A follower: b +  ┗━━ 📂 The leader +   ┣━━ 📓 The leader: string3 +   ┗━━ 📓 A follower: c diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/44_0leadership_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_0leadership_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_0leadership_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_0leadership_leader_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_0leadership_leader_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_1leadership_append_hidden_follower.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_4disabled_calcultion_follower.sh new file mode 100644 index 0000000..d8d8e10 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_4disabled_calcultion_follower.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: true (true) + ┗━━ 📂 a leadership +  ┣━━ 📂 aleader +  ┃ ┣━━ 📓 aleader: string1 (a) +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 aleader +  ┃ ┣━━ 📓 aleader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 aleader +   ┣━━ 📓 aleader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_4leadership_mandatory.sh new file mode 100644 index 0000000..781b0ca --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_4leadership_mandatory.sh @@ -0,0 +1,15 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_4leadership_mandatory_follower.sh new file mode 100644 index 0000000..781b0ca --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_4leadership_mandatory_follower.sh @@ -0,0 +1,15 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 0000000..672783c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 0000000..42a592c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (yes) + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_9calculated_default_leadership_leader.sh new file mode 100644 index 0000000..658941a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/44_9calculated_default_leadership_leader.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 leader +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (a) +  ┃ ┗━━ 📓 a follower: string1 (string1) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (b) +  ┃ ┗━━ 📓 a follower: string2 (string2) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic.sh new file mode 100644 index 0000000..d378924 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_0.sh new file mode 100644 index 0000000..4f9decf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_0.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 Dynamic variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 Dynamic variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_0_empty.sh new file mode 100644 index 0000000..30b6f93 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_0_empty.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 Dynamic variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 Dynamic variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_0_type.sh new file mode 100644 index 0000000..4a02c57 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_0_type.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dyn variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dyn variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_0_type_empty.sh new file mode 100644 index 0000000..32e5b2e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_0_type_empty.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dyn variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dyn variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_1.sh new file mode 100644 index 0000000..d378924 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_1.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 0000000..573508f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_empty.sh new file mode 100644 index 0000000..376f181 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_empty.sh @@ -0,0 +1,15 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_forbidden_char.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_forbidden_char.sh new file mode 100644 index 0000000..3e40ce1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_forbidden_char.sh @@ -0,0 +1,15 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val.1 (val.1) + ┃ ┗━━ val.2 (val.2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: string1 (val.1) + ┃ ┗━━ 📓 A dynamic variable: string1 (val.1) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: string1 (val.2) +  ┗━━ 📓 A dynamic variable: string1 (val.2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_jinja_number.sh new file mode 100644 index 0000000..d617f8d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_jinja_number.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ 1 (1) + ┃ ┗━━ 2 (2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_jinja_number_empty.sh new file mode 100644 index 0000000..761be52 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_jinja_number_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ 1 + ┃ ┗━━ 2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_no_description.sh new file mode 100644 index 0000000..131e1b9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_no_description.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 0000000..3e5d8aa --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_static.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_static.sh new file mode 100644 index 0000000..1a1c02c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_static.sh @@ -0,0 +1,9 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_test.sh new file mode 100644 index 0000000..573508f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_test.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_upper_char.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..6747010 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_upper_char.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ Val1 (Val1) + ┃ ┗━━ VAL2 (VAL2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_variable_empty.sh new file mode 100644 index 0000000..848c780 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside dynamic family: string1 (val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 0000000..ba52399 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable with suffix val1: string1 (a value) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable with suffix val2: string1 (a value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 0000000..f8630fc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable with suffix val1: string1 (a value) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable with suffix val2: string1 (a value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_empty.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_mode.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_mode.sh new file mode 100644 index 0000000..3ab99e5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_0family_mode.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📓 A variable: string1 (non) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_1family_dynamic_jinja.sh new file mode 100644 index 0000000..2a38803 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_1family_dynamic_jinja.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: string1 (val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 0000000..75983a2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: string1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: string1 + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 0000000..7246756 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: string1 (val2) + ┗━━ 📓 a varible outside dynamic family: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 0000000..e60d62e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: string1 (val2) + ┗━━ 📓 a varible outside dynamic family: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 0000000..b59faaa --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: string1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: string1 + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_outside_calc.sh new file mode 100644 index 0000000..926a9e8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffx variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 0000000..adf4759 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffx variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc2.sh new file mode 100644 index 0000000..b2e08b9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc2.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📓 a second variable: string1 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: string1 (val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc2_empty.sh new file mode 100644 index 0000000..b64ce42 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc2_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 a second variable: string1 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: string1 (val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix.sh new file mode 100644 index 0000000..7588d71 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 0000000..a2d1392 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 Suffix has value: string1 (val1) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 Suffix has value: string1 (val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 0000000..94fc9a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 Suffix has value: string1 (val1) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 Suffix has value: string1 (val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_disabled.sh new file mode 100644 index 0000000..f5b0408 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_disabled.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 dynval1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..ae5fc4b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,11 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty.sh new file mode 100644 index 0000000..7b91c65 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty_2.sh new file mode 100644 index 0000000..971ce35 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty_2.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┗━━ val1 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty_3.sh new file mode 100644 index 0000000..e50f493 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_empty_3.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A variable calculated: string1 (string1) + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden.sh new file mode 100644 index 0000000..d278e98 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: string1 (a value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh new file mode 100644 index 0000000..5676233 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden_multi.sh new file mode 100644 index 0000000..b71283a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -0,0 +1,15 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: +  ┣━━ string1 (a value) +  ┣━━ string2 (a second value) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 0000000..7379bb5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 (val1) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 (val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 0000000..b1fd22d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 (val1) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 (val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_variable.sh new file mode 100644 index 0000000..7588d71 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 0000000..7b91c65 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 0000000..f15f890 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,9 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable: string1 +  ┗━━ 📂 a family +   ┗━━ 📓 a new variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_unknown_suffix.sh new file mode 100644 index 0000000..aab268c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_unknown_suffix.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: string1 (val1) + ┃ ┣━━ 📓 a variable 2: string1 (string1) + ┃ ┗━━ 📓 a variable 3: string1 (string1) + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable 1: string1 (val2) +  ┣━━ 📓 a variable 2: string1 (string1) +  ┗━━ 📓 a variable 3: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_unknown_suffix_empty.sh new file mode 100644 index 0000000..5ae3a8e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_unknown_suffix_empty.sh @@ -0,0 +1,31 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┣━━ val2 + ┃ ┣━━ val3 + ┃ ┗━━ val4 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: string1 (val1) + ┃ ┣━━ 📓 a variable 2: string1 (string1) + ┃ ┣━━ 📓 a variable 3: string1 (string1) + ┃ ┗━━ 📓 a variable 4: string1 (string1) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: string1 (val2) + ┃ ┣━━ 📓 a variable 2: string1 (string1) + ┃ ┣━━ 📓 a variable 3: string1 (string1) + ┃ ┗━━ 📓 a variable 4: string1 (string1) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: string1 (val3) + ┃ ┣━━ 📓 a variable 2: string1 (string1) + ┃ ┣━━ 📓 a variable 3: string1 (string1) + ┃ ┗━━ 📓 a variable 4: string1 (string1) + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable 1: string1 (val4) +  ┣━━ 📓 a variable 2: string1 (string1) +  ┣━━ 📓 a variable 3: string1 (string1) +  ┗━━ 📓 a variable 4: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside.sh new file mode 100644 index 0000000..4e32fa3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside2.sh new file mode 100644 index 0000000..d3a990c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside2.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: string1 (val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside2_empty.sh new file mode 100644 index 0000000..1a4d130 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside2_empty.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: string1 (val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_1_0.sh new file mode 100644 index 0000000..4e32fa3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_1_0.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_empty.sh new file mode 100644 index 0000000..a5ce3a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_empty.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_jinja.sh new file mode 100644 index 0000000..4e32fa3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_jinja.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_jinja_empty.sh new file mode 100644 index 0000000..a5ce3a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_sub_suffix.sh new file mode 100644 index 0000000..246e077 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: string1 (val1) + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: string1 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: string1 (val1) + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh new file mode 100644 index 0000000..054476b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: string1 (val1) + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: string1 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: string1 (val1) + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 0000000..2e36f55 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val2) + ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 0000000..fdeb47a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 asuffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val2) + ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_inside.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_inside.sh new file mode 100644 index 0000000..c423ed7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_inside.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 value is suffix: string1 (val1) + ┃ ┣━━ 📓 value is first variable: string1 (string1) + ┃ ┣━━ 📓 value is relative first variable: string1 (string1) + ┃ ┗━━ 📓 value is first variable of val1: string1 (string1) + ┗━━ 📂 a dynamic family +  ┣━━ 📓 value is suffix: string1 (val2) +  ┣━━ 📓 value is first variable: string1 (string1) +  ┣━━ 📓 value is relative first variable: string1 (string1) +  ┗━━ 📓 value is first variable of val1: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_inside_empty.sh new file mode 100644 index 0000000..b1a6541 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_inside_empty.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 value is suffix: string1 (val1) + ┃ ┣━━ 📓 value is first variable: string1 (string1) + ┃ ┣━━ 📓 value is relative first variable: string1 (string1) + ┃ ┗━━ 📓 value is first variable of val1: string1 (string1) + ┗━━ 📂 a dynamic family +  ┣━━ 📓 value is suffix: string1 (val2) +  ┣━━ 📓 value is first variable: string1 (string1) +  ┣━━ 📓 value is relative first variable: string1 (string1) +  ┗━━ 📓 value is first variable of val1: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_leadership.sh new file mode 100644 index 0000000..272e2f3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_leadership.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a leadership + ┃  ┣━━ 📂 a leader + ┃  ┃ ┣━━ 📓 a leader: string1 + ┃  ┃ ┣━━ 📓 a follower1: string1 + ┃  ┃ ┗━━ 📓 a follower2: string1 + ┃  ┣━━ 📂 a leader + ┃  ┃ ┣━━ 📓 a leader: string2 + ┃  ┃ ┣━━ 📓 a follower1: string2 + ┃  ┃ ┗━━ 📓 a follower2: string2 + ┃  ┗━━ 📂 a leader + ┃   ┣━━ 📓 a leader: string3 + ┃   ┣━━ 📓 a follower1: string3 + ┃   ┗━━ 📓 a follower2: string3 + ┗━━ 📂 a dynamic family +  ┗━━ 📂 a leadership +   ┣━━ 📂 a leader +   ┃ ┣━━ 📓 a leader: string1 +   ┃ ┣━━ 📓 a follower1: string1 +   ┃ ┗━━ 📓 a follower2: string1 +   ┣━━ 📂 a leader +   ┃ ┣━━ 📓 a leader: string2 +   ┃ ┣━━ 📓 a follower1: string2 +   ┃ ┗━━ 📓 a follower2: string2 +   ┗━━ 📂 a leader +    ┣━━ 📓 a leader: string3 +    ┣━━ 📓 a follower1: string3 +    ┗━━ 📓 a follower2: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 0000000..d552965 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,36 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a leadership + ┃  ┣━━ 📂 a leader + ┃  ┃ ┣━━ 📓 a leader: string1 + ┃  ┃ ┣━━ 📓 a follower1: string1 + ┃  ┃ ┗━━ 📓 a follower2: string1 + ┃  ┣━━ 📂 a leader + ┃  ┃ ┣━━ 📓 a leader: string2 + ┃  ┃ ┣━━ 📓 a follower1: string2 + ┃  ┃ ┗━━ 📓 a follower2: string2 + ┃  ┗━━ 📂 a leader + ┃   ┣━━ 📓 a leader: string3 + ┃   ┣━━ 📓 a follower1: string3 + ┃   ┗━━ 📓 a follower2: string3 + ┗━━ 📂 a dynamic family +  ┗━━ 📂 a leadership +   ┣━━ 📂 a leader +   ┃ ┣━━ 📓 a leader: string1 +   ┃ ┣━━ 📓 a follower1: string1 +   ┃ ┗━━ 📓 a follower2: string1 +   ┣━━ 📂 a leader +   ┃ ┣━━ 📓 a leader: string2 +   ┃ ┣━━ 📓 a follower1: string2 +   ┃ ┗━━ 📓 a follower2: string2 +   ┗━━ 📂 a leader +    ┣━━ 📓 a leader: string3 +    ┣━━ 📓 a follower1: string3 +    ┗━━ 📓 a follower2: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic.sh new file mode 100644 index 0000000..171ddeb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic.sh @@ -0,0 +1,33 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 (tval1) + ┃ ┃ ┗━━ tval2 (tval2) + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-tval1) + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: string1 (tval2) + ┃  ┣━━ 📓 identifier from first family: string1 (val1) + ┃  ┗━━ 📓 merge identifiers: string1 (val1-tval2) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 (tval1) +  ┃ ┗━━ tval2 (tval2) +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-tval1) +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: string1 (tval2) +   ┣━━ 📓 identifier from first family: string1 (val2) +   ┗━━ 📓 merge identifiers: string1 (val2-tval2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_1_0.sh new file mode 100644 index 0000000..171ddeb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_1_0.sh @@ -0,0 +1,33 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 (tval1) + ┃ ┃ ┗━━ tval2 (tval2) + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-tval1) + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: string1 (tval2) + ┃  ┣━━ 📓 identifier from first family: string1 (val1) + ┃  ┗━━ 📓 merge identifiers: string1 (val1-tval2) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 (tval1) +  ┃ ┗━━ tval2 (tval2) +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-tval1) +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: string1 (tval2) +   ┣━━ 📓 identifier from first family: string1 (val2) +   ┗━━ 📓 merge identifiers: string1 (val2-tval2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_1_0_2.sh new file mode 100644 index 0000000..62c8403 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_1_0_2.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📂 A dynamic family + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 A dynamic family + ┃  ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┣━━ 📂 A dynamic family +  ┃ ┗━━ 📓 A dynamic variable: string1 +  ┗━━ 📂 A dynamic family +   ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_empty.sh new file mode 100644 index 0000000..64c8181 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_empty.sh @@ -0,0 +1,33 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 (tval1) + ┃ ┃ ┗━━ tval2 (tval2) + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-tval1) + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: string1 (tval2) + ┃  ┣━━ 📓 identifier from first family: string1 (val1) + ┃  ┗━━ 📓 merge identifiers: string1 (val1-tval2) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 (tval1) +  ┃ ┗━━ tval2 (tval2) +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-tval1) +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: string1 (tval2) +   ┣━━ 📓 identifier from first family: string1 (val2) +   ┗━━ 📓 merge identifiers: string1 (val2-tval2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_empty2.sh new file mode 100644 index 0000000..f372f00 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_sub_dynamic_empty2.sh @@ -0,0 +1,43 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (string1) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-string1) + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (string2) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-string2) + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: string1 (string3) + ┃  ┣━━ 📓 identifier from first family: string1 (val1) + ┃  ┗━━ 📓 merge identifiers: string1 (val1-string3) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ string1 +  ┃ ┣━━ string2 +  ┃ ┗━━ string3 +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (string1) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-string1) +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (string2) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-string2) +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: string1 (string3) +   ┣━━ 📓 identifier from first family: string1 (val2) +   ┗━━ 📓 merge identifiers: string1 (val2-string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_suffix_auto_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_suffix_auto_multi.sh new file mode 100644 index 0000000..8b66b25 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_suffix_auto_multi.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_suffix_auto_multi2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_suffix_auto_multi2.sh new file mode 100644 index 0000000..8b66b25 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_6family_dynamic_suffix_auto_multi2.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_9extra_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_9extra_dynamic.sh new file mode 100644 index 0000000..a7ecaca --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_9extra_dynamic.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: +┃  ┗━━ a (a) +┗━━ 📂 extra + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_9extra_dynamic_extra.sh new file mode 100644 index 0000000..0c13c27 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_9extra_dynamic_extra.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📂 général +┃  ┗━━ 📓 No change: +┃   ┣━━ string1 (a) +┃   ┣━━ string2 +┃   ┗━━ string3 +┗━━ 📂 extra + ┣━━ 📓 a variable: + ┃ ┗━━ a (a) + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_9family_dynamic_calc_both.sh new file mode 100644 index 0000000..8b38653 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/60_9family_dynamic_calc_both.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: string1 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a dynamic variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/68_0family_leadership_mode.sh new file mode 100644 index 0000000..8636d0b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/68_0family_leadership_mode.sh @@ -0,0 +1,18 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership +  ┣━━ 📂 A leader +  ┃ ┣━━ 📓 A leader: string1 +  ┃ ┣━━ 📓 a follower1: string1 +  ┃ ┗━━ 📓 a follower2: string1 +  ┣━━ 📂 A leader +  ┃ ┣━━ 📓 A leader: string2 +  ┃ ┣━━ 📓 a follower1: string2 +  ┃ ┗━━ 📓 a follower2: string2 +  ┗━━ 📂 A leader +   ┣━━ 📓 A leader: string3 +   ┣━━ 📓 a follower1: string3 +   ┗━━ 📓 a follower2: string3 diff --git a/tests/results/test_namespace_read_write_secrets/00_0no_variable.sh b/tests/results/test_namespace_read_write_secrets/00_0no_variable.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_0no_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/00_0no_variable_default_version.sh b/tests/results/test_namespace_read_write_secrets/00_0no_variable_default_version.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_0no_variable_default_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/00_0no_variable_remove_version.sh b/tests/results/test_namespace_read_write_secrets/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_0no_variable_remove_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_params_permissive.sh b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..eeff642 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_params_permissive.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var2: a_value diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description.sh b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..0191953 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_3.sh b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..4b967dc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_3.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var3: value diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_4.sh b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..156cbad --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_4.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2: + ┗━━ 📓 var3: value diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_5.sh b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..4ca74af --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_5.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1: value diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_6.sh b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..cec6f69 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_6.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: value + ┗━━ 📓 var3: diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_multi3.sh b/tests/results/test_namespace_read_write_secrets/04_5validators_multi3.sh new file mode 100644 index 0000000..c402e4b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_multi3.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1: +  ┣━━ 0 +  ┣━━ 1 +  ┗━━ 2 diff --git a/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..aab0940 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden.sh new file mode 100644 index 0000000..6f320ac --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: a value diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh new file mode 100644 index 0000000..76246f0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: true diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh new file mode 100644 index 0000000..bfa0abb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: +  ┣━━ a value +  ┗━━ a second value diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0_2.sh new file mode 100644 index 0000000..76136b4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0_2.sh @@ -0,0 +1,18 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 val1 + ┃ ┣━━ 📂 val1 + ┃ ┃ ┗━━ 📓 var: + ┃ ┗━━ 📂 val2 + ┃  ┗━━ 📓 var: + ┗━━ 📂 val2 +  ┣━━ 📂 val1 +  ┃ ┗━━ 📓 var: +  ┗━━ 📂 val2 +   ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_0empty.sh b/tests/results/test_namespace_read_write_secrets_key/00_0empty.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_0empty.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_0no_variable.sh b/tests/results/test_namespace_read_write_secrets_key/00_0no_variable.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_0no_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/00_0no_variable_default_version.sh b/tests/results/test_namespace_read_write_secrets_key/00_0no_variable_default_version.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_0no_variable_default_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/00_0no_variable_remove_version.sh b/tests/results/test_namespace_read_write_secrets_key/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_0no_variable_remove_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/00_0version_underscore.sh b/tests/results/test_namespace_read_write_secrets_key/00_0version_underscore.sh new file mode 100644 index 0000000..73df2d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_0version_underscore.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_1empty_variable.sh b/tests/results/test_namespace_read_write_secrets_key/00_1empty_variable.sh new file mode 100644 index 0000000..5cff9f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_1empty_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 empty: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated.sh b/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated.sh new file mode 100644 index 0000000..f3c743e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: +  ┗━━ no diff --git a/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated_multi.sh b/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated_multi.sh new file mode 100644 index 0000000..de874ad --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated_multi.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ no + ┃ ┣━━ yes + ┃ ┗━━ maybe + ┗━━ 📓 a second variable: +  ┣━━ no +  ┣━━ yes +  ┗━━ maybe diff --git a/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated_params_permissive.sh b/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..d819414 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated_params_permissive.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: a_value diff --git a/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated_variable_description.sh b/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..995e2a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated_variable_description.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated_variable_transitive.sh new file mode 100644 index 0000000..aa3d2a2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_4load_subfolder.sh b/tests/results/test_namespace_read_write_secrets_key/00_4load_subfolder.sh new file mode 100644 index 0000000..ee4a5f1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_4load_subfolder.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_5load_notype.sh b/tests/results/test_namespace_read_write_secrets_key/00_5load_notype.sh new file mode 100644 index 0000000..c035b8e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_5load_notype.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: non diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6boolean.sh b/tests/results/test_namespace_read_write_secrets_key/00_6boolean.sh new file mode 100644 index 0000000..1aae937 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6boolean.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: true + ┣━━ 📓 the second variable: true + ┣━━ 📓 the third variable: true + ┣━━ 📓 the forth variable: false + ┣━━ 📓 the fifth variable: false + ┗━━ 📓 the sixth variable: false diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_read_write_secrets_key/00_6boolean_no_mandatory.sh new file mode 100644 index 0000000..bd56408 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6boolean_no_mandatory.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: true diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6choice.sh b/tests/results/test_namespace_read_write_secrets_key/00_6choice.sh new file mode 100644 index 0000000..26997fd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6choice.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┣━━ 📓 the second variable: + ┣━━ 📓 the third variable: + ┣━━ 📓 the forth variable: + ┣━━ 📓 the fifth variable: a + ┗━━ 📓 the sixth variable: 1 diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6choice_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/00_6choice_calculation.sh new file mode 100644 index 0000000..2638be7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6choice_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: 9 diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6choice_link.sh b/tests/results/test_namespace_read_write_secrets_key/00_6choice_link.sh new file mode 100644 index 0000000..fd1b49f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6choice_link.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┗━━ 📓 the second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6choice_variable.sh b/tests/results/test_namespace_read_write_secrets_key/00_6choice_variable.sh new file mode 100644 index 0000000..587d60a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6choice_variable.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┗━━ 📓 a first variable: a diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6choice_variable_link.sh b/tests/results/test_namespace_read_write_secrets_key/00_6choice_variable_link.sh new file mode 100644 index 0000000..169e9eb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6choice_variable_link.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┣━━ 📓 a first variable: a + ┗━━ 📓 a third variable: a diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6choice_variable_link2.sh b/tests/results/test_namespace_read_write_secrets_key/00_6choice_variable_link2.sh new file mode 100644 index 0000000..33546a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6choice_variable_link2.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┣━━ 📓 a first variable: a + ┗━━ 📂 family +  ┗━━ 📓 a third variable: a diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6custom.sh b/tests/results/test_namespace_read_write_secrets_key/00_6custom.sh new file mode 100644 index 0000000..53d9014 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6custom.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┗━━ 📓 the seconf variable: value diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6domainname.sh b/tests/results/test_namespace_read_write_secrets_key/00_6domainname.sh new file mode 100644 index 0000000..a61df3c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6domainname.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a domain name variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6domainname_params.sh b/tests/results/test_namespace_read_write_secrets_key/00_6domainname_params.sh new file mode 100644 index 0000000..a61df3c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6domainname_params.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a domain name variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6float.sh b/tests/results/test_namespace_read_write_secrets_key/00_6float.sh new file mode 100644 index 0000000..25e8a29 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6float.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: 0.0 + ┣━━ 📓 the second variable: 0.0 + ┣━━ 📓 the third variable: 0.0 + ┣━━ 📓 the forth variable: 10.1 + ┣━━ 📓 the fifth variable: 10.1 + ┗━━ 📓 the sixth variable: 10.1 diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6number.sh b/tests/results/test_namespace_read_write_secrets_key/00_6number.sh new file mode 100644 index 0000000..0a04cdd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6number.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: 0 + ┣━━ 📓 the second variable: 0 + ┣━━ 📓 the third variable: 0 + ┣━━ 📓 this forth variable: 10 + ┣━━ 📓 the fifth variable: 10 + ┗━━ 📓 the sixth variable: 10 diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6port.sh b/tests/results/test_namespace_read_write_secrets_key/00_6port.sh new file mode 100644 index 0000000..fcbe06f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6port.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a port variable: + ┣━━ 📓 a port variable with default value: 8080 + ┗━━ 📓 a port variable with integer default value: 8080 diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6regexp.sh b/tests/results/test_namespace_read_write_secrets_key/00_6regexp.sh new file mode 100644 index 0000000..f77cb59 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6regexp.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a first variable: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6regexp_link.sh b/tests/results/test_namespace_read_write_secrets_key/00_6regexp_link.sh new file mode 100644 index 0000000..47a0259 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6regexp_link.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: #a1a1a1 + ┗━━ 📓 a second variable: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6secret.sh b/tests/results/test_namespace_read_write_secrets_key/00_6secret.sh new file mode 100644 index 0000000..b992973 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6secret.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┗━━ 📓 the second variable: ********** diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6secret_param.sh b/tests/results/test_namespace_read_write_secrets_key/00_6secret_param.sh new file mode 100644 index 0000000..f2afd8a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6secret_param.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┣━━ 📓 the second variable: ********** + ┗━━ 📓 the third variable: ********** diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6string.sh b/tests/results/test_namespace_read_write_secrets_key/00_6string.sh new file mode 100644 index 0000000..2f34d84 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_6string.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┣━━ 📓 the second variable: + ┣━━ 📓 the third variable: + ┣━━ 📓 the forth variable: value + ┣━━ 📓 the fifth variable: value + ┗━━ 📓 the sixth variable: value diff --git a/tests/results/test_namespace_read_write_secrets_key/00_7choice_quote.sh b/tests/results/test_namespace_read_write_secrets_key/00_7choice_quote.sh new file mode 100644 index 0000000..8865e2a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_7choice_quote.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A choice: quote' diff --git a/tests/results/test_namespace_read_write_secrets_key/00_7help.sh b/tests/results/test_namespace_read_write_secrets_key/00_7help.sh new file mode 100644 index 0000000..fd1b49f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_7help.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┗━━ 📓 the second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_7help_quote.sh b/tests/results/test_namespace_read_write_secrets_key/00_7help_quote.sh new file mode 100644 index 0000000..fd1b49f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_7help_quote.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┗━━ 📓 the second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_7help_sup.sh b/tests/results/test_namespace_read_write_secrets_key/00_7help_sup.sh new file mode 100644 index 0000000..ef246bb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_7help_sup.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first : + ┗━━ 📓 the second : diff --git a/tests/results/test_namespace_read_write_secrets_key/00_7value_doublequote.sh b/tests/results/test_namespace_read_write_secrets_key/00_7value_doublequote.sh new file mode 100644 index 0000000..d27fc13 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_7value_doublequote.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: quote" diff --git a/tests/results/test_namespace_read_write_secrets_key/00_7value_doublequote2.sh b/tests/results/test_namespace_read_write_secrets_key/00_7value_doublequote2.sh new file mode 100644 index 0000000..57741f3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_7value_doublequote2.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: quote'" diff --git a/tests/results/test_namespace_read_write_secrets_key/00_7value_doublequote3.sh b/tests/results/test_namespace_read_write_secrets_key/00_7value_doublequote3.sh new file mode 100644 index 0000000..384924b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_7value_doublequote3.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: quote\"\' diff --git a/tests/results/test_namespace_read_write_secrets_key/00_7value_quote.sh b/tests/results/test_namespace_read_write_secrets_key/00_7value_quote.sh new file mode 100644 index 0000000..cba9fc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_7value_quote.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: quote' diff --git a/tests/results/test_namespace_read_write_secrets_key/00_8calculation_information.sh b/tests/results/test_namespace_read_write_secrets_key/00_8calculation_information.sh new file mode 100644 index 0000000..73df2d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_8calculation_information.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_8calculation_namespace.sh b/tests/results/test_namespace_read_write_secrets_key/00_8calculation_namespace.sh new file mode 100644 index 0000000..618ff4a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_8calculation_namespace.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/00_8calculation_param_namespace.sh b/tests/results/test_namespace_read_write_secrets_key/00_8calculation_param_namespace.sh new file mode 100644 index 0000000..618ff4a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_8calculation_param_namespace.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/00_8test.sh b/tests/results/test_namespace_read_write_secrets_key/00_8test.sh new file mode 100644 index 0000000..d1ac94f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_8test.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┣━━ 📓 the second variable: value + ┣━━ 📓 the third variable: + ┣━━ 📓 the forth variable: + ┣━━ 📓 the fifth variable: true + ┗━━ 📓 the sixth variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_secrets_key/00_9choice_variable_multi.sh new file mode 100644 index 0000000..aa3d2a2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9choice_variable_multi.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9choice_variables.sh b/tests/results/test_namespace_read_write_secrets_key/00_9choice_variables.sh new file mode 100644 index 0000000..55fcfed --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9choice_variables.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first source variable: val1 + ┣━━ 📓 the second source variable: val2 + ┗━━ 📓 a variable: val1 diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation.sh new file mode 100644 index 0000000..6b06bd4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string_1_True_None diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_information.sh b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_information.sh new file mode 100644 index 0000000..73df2d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_information.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_information_other_variable.sh new file mode 100644 index 0000000..995e2a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_multi_optional.sh new file mode 100644 index 0000000..cca6d39 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_multi_optional.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: val1 + ┗━━ 📓 my_calculated_variable: +  ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_multi_optional2.sh new file mode 100644 index 0000000..cca6d39 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: val1 + ┗━━ 📓 my_calculated_variable: +  ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_optional.sh new file mode 100644 index 0000000..5f77c63 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_optional.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 my_calculated_variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_optional_exists.sh new file mode 100644 index 0000000..233e919 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_optional_exists.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 my_calculated_variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_param_optional.sh new file mode 100644 index 0000000..066425d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9default_calculation_param_optional.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9default_information_other_variable.sh b/tests/results/test_namespace_read_write_secrets_key/00_9default_information_other_variable.sh new file mode 100644 index 0000000..995e2a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9default_information_other_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9default_information_other_variable2.sh b/tests/results/test_namespace_read_write_secrets_key/00_9default_information_other_variable2.sh new file mode 100644 index 0000000..995e2a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9default_information_other_variable2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9default_integer.sh b/tests/results/test_namespace_read_write_secrets_key/00_9default_integer.sh new file mode 100644 index 0000000..2638be7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9default_integer.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: 9 diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9extra.sh b/tests/results/test_namespace_read_write_secrets_key/00_9extra.sh new file mode 100644 index 0000000..5bde34e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9extra.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: rougail +┗━━ 📂 extra + ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9extra_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/00_9extra_calculation.sh new file mode 100644 index 0000000..c63bb25 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9extra_calculation.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: value +┗━━ 📂 extra + ┣━━ 📓 a first variable: value + ┣━━ 📓 a second variable: value + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_secrets_key/00_9extra_ouside.sh b/tests/results/test_namespace_read_write_secrets_key/00_9extra_ouside.sh new file mode 100644 index 0000000..85a0b3e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/00_9extra_ouside.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: value in extra +┗━━ 📂 extra + ┗━━ 📓 a variable: value in extra diff --git a/tests/results/test_namespace_read_write_secrets_key/01_6boolean_multi.sh b/tests/results/test_namespace_read_write_secrets_key/01_6boolean_multi.sh new file mode 100644 index 0000000..d37599c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/01_6boolean_multi.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┗━━ true + ┣━━ 📓 the second variable: + ┃ ┗━━ true + ┣━━ 📓 the third variable: + ┃ ┗━━ true + ┣━━ 📓 the forth variable: + ┃ ┗━━ false + ┣━━ 📓 the fifth variable: + ┃ ┗━━ false + ┣━━ 📓 the sixth variable: + ┃ ┗━━ false + ┣━━ 📓 the seventh variable: + ┃ ┗━━ true + ┗━━ 📓 the eighth variable: +  ┗━━ true diff --git a/tests/results/test_namespace_read_write_secrets_key/01_6custom_multi.sh b/tests/results/test_namespace_read_write_secrets_key/01_6custom_multi.sh new file mode 100644 index 0000000..77b3fd7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/01_6custom_multi.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first custom variable: + ┗━━ 📓 a second custom variable: +  ┗━━ value diff --git a/tests/results/test_namespace_read_write_secrets_key/01_6float_multi.sh b/tests/results/test_namespace_read_write_secrets_key/01_6float_multi.sh new file mode 100644 index 0000000..c88aac8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/01_6float_multi.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┗━━ 0.0 + ┣━━ 📓 the second variable: + ┃ ┗━━ 0.0 + ┣━━ 📓 the third variable: + ┃ ┗━━ 0.0 + ┣━━ 📓 the forth variable: + ┃ ┗━━ 10.1 + ┣━━ 📓 the fifth variable: + ┃ ┗━━ 10.1 + ┣━━ 📓 the sixth variable: + ┃ ┗━━ 10.1 + ┣━━ 📓 the seventh variable: + ┃ ┗━━ 0.0 + ┗━━ 📓 the eighth variable: +  ┗━━ 0.0 diff --git a/tests/results/test_namespace_read_write_secrets_key/01_6number_multi.sh b/tests/results/test_namespace_read_write_secrets_key/01_6number_multi.sh new file mode 100644 index 0000000..6693e97 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/01_6number_multi.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┗━━ 0 + ┣━━ 📓 the second variable: + ┃ ┗━━ 0 + ┣━━ 📓 the third variable: + ┃ ┗━━ 0 + ┣━━ 📓 the forth variable: + ┃ ┗━━ 10 + ┣━━ 📓 the fifth variable: + ┃ ┗━━ 10 + ┣━━ 📓 the sixth variable: + ┃ ┗━━ 10 + ┣━━ 📓 the seventh variable: + ┃ ┗━━ 0 + ┗━━ 📓 the eighth variable: +  ┗━━ 0 diff --git a/tests/results/test_namespace_read_write_secrets_key/01_6string_empty.sh b/tests/results/test_namespace_read_write_secrets_key/01_6string_empty.sh new file mode 100644 index 0000000..3f7a079 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/01_6string_empty.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 the second variable: +  ┣━━ value +  ┗━━  diff --git a/tests/results/test_namespace_read_write_secrets_key/01_6string_multi.sh b/tests/results/test_namespace_read_write_secrets_key/01_6string_multi.sh new file mode 100644 index 0000000..8c5af05 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/01_6string_multi.sh @@ -0,0 +1,18 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┣━━ 📓 the second variable: + ┣━━ 📓 the third variable: + ┣━━ 📓 the forth variable: + ┃ ┗━━ value + ┣━━ 📓 the fifth variable: + ┃ ┗━━ value + ┣━━ 📓 the sixth variable: + ┃ ┗━━ value + ┣━━ 📓 the seventh variable: + ┃ ┗━━ value + ┗━━ 📓 the eighth variable: +  ┗━━ value diff --git a/tests/results/test_namespace_read_write_secrets_key/01_7value_multi_doublequote.sh b/tests/results/test_namespace_read_write_secrets_key/01_7value_multi_doublequote.sh new file mode 100644 index 0000000..8680efe --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/01_7value_multi_doublequote.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ quote" diff --git a/tests/results/test_namespace_read_write_secrets_key/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_read_write_secrets_key/01_7value_multi_doublequote2.sh new file mode 100644 index 0000000..b14e095 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/01_7value_multi_doublequote2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ quote'" diff --git a/tests/results/test_namespace_read_write_secrets_key/01_7value_multi_quote.sh b/tests/results/test_namespace_read_write_secrets_key/01_7value_multi_quote.sh new file mode 100644 index 0000000..acf64e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/01_7value_multi_quote.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ quote' diff --git a/tests/results/test_namespace_read_write_secrets_key/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write_secrets_key/01_8calculation_information_multi.sh new file mode 100644 index 0000000..a2fc657 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/01_8calculation_information_multi.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/01_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_secrets_key/01_9choice_variable_multi.sh new file mode 100644 index 0000000..182f267 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/01_9choice_variable_multi.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/04_0type_param.sh b/tests/results/test_namespace_read_write_secrets_key/04_0type_param.sh new file mode 100644 index 0000000..87354cc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_0type_param.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A limited number: 10 diff --git a/tests/results/test_namespace_read_write_secrets_key/04_1auto_save.sh b/tests/results/test_namespace_read_write_secrets_key/04_1auto_save.sh new file mode 100644 index 0000000..f2645a3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_1auto_save.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 an auto save variable: no diff --git a/tests/results/test_namespace_read_write_secrets_key/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_read_write_secrets_key/04_1auto_save_and_calculated.sh new file mode 100644 index 0000000..b4370f2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_1auto_save_and_calculated.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_secrets_key/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_read_write_secrets_key/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 0000000..26b2cdf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: yes diff --git a/tests/results/test_namespace_read_write_secrets_key/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_read_write_secrets_key/04_1auto_save_and_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_1auto_save_and_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden.sh b/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden.sh new file mode 100644 index 0000000..85cc9c2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: value + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_2.sh new file mode 100644 index 0000000..85cc9c2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: value + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_3.sh b/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..1b7df8a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_3.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_4.sh b/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..78bfbc7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_4.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┗━━ 📓 a third variable: value diff --git a/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_5.sh b/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..bed4cb5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_5.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a first variable: value diff --git a/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_6.sh b/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..fccdbbb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_1default_calculation_hidden_6.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: value + ┗━━ 📓 a third variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation.sh new file mode 100644 index 0000000..a2ce3b2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a conditional variable: no + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_default.sh b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_default.sh new file mode 100644 index 0000000..348fa0c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_default.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: no + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_multi.sh new file mode 100644 index 0000000..84c61f3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_multi.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a conditional variable: no + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_optional.sh new file mode 100644 index 0000000..50ba9de --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_optional.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: no diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable.sh new file mode 100644 index 0000000..cb9f5dd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: false + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable2.sh new file mode 100644 index 0000000..c43652c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable2.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: true diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable3.sh new file mode 100644 index 0000000..b0c7267 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable3.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: yes diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable4.sh new file mode 100644 index 0000000..ce97288 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable4.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: yes + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable_multi.sh new file mode 100644 index 0000000..0d538be --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_variable_multi.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: false + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5hidden_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/04_5hidden_calculation.sh new file mode 100644 index 0000000..f2afb9a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5hidden_calculation.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the condition: no + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5hidden_calculation2.sh b/tests/results/test_namespace_read_write_secrets_key/04_5hidden_calculation2.sh new file mode 100644 index 0000000..50ba9de --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5hidden_calculation2.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: no diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/04_5hidden_calculation_default_calculation.sh new file mode 100644 index 0000000..348fa0c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5hidden_calculation_default_calculation.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: no + ┣━━ 📓 a first variable: no + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5validators.sh b/tests/results/test_namespace_read_write_secrets_key/04_5validators.sh new file mode 100644 index 0000000..003a5c8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5validators.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A number: diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5validators_differ.sh b/tests/results/test_namespace_read_write_secrets_key/04_5validators_differ.sh new file mode 100644 index 0000000..a142c9e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5validators_differ.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: oui + ┗━━ 📓 A second variable: no diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5validators_multi.sh b/tests/results/test_namespace_read_write_secrets_key/04_5validators_multi.sh new file mode 100644 index 0000000..5fd001d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5validators_multi.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ no +  ┗━━ yes diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5validators_multi2.sh b/tests/results/test_namespace_read_write_secrets_key/04_5validators_multi2.sh new file mode 100644 index 0000000..5fd001d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5validators_multi2.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ no +  ┗━━ yes diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5validators_multi3.sh b/tests/results/test_namespace_read_write_secrets_key/04_5validators_multi3.sh new file mode 100644 index 0000000..ad3e700 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/04_5validators_multi3.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ 0 +  ┣━━ 1 +  ┗━━ 2 diff --git a/tests/results/test_namespace_read_write_secrets_key/05_0multi_not_uniq.sh b/tests/results/test_namespace_read_write_secrets_key/05_0multi_not_uniq.sh new file mode 100644 index 0000000..ff11ec3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/05_0multi_not_uniq.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_secrets_key/05_0multi_uniq.sh b/tests/results/test_namespace_read_write_secrets_key/05_0multi_uniq.sh new file mode 100644 index 0000000..ff11ec3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/05_0multi_uniq.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_secrets_key/12_1auto_save_expert.sh b/tests/results/test_namespace_read_write_secrets_key/12_1auto_save_expert.sh new file mode 100644 index 0000000..73f589d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/12_1auto_save_expert.sh @@ -0,0 +1,7 @@ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_read_write_secrets_key/16_0redefine_description.sh b/tests/results/test_namespace_read_write_secrets_key/16_0redefine_description.sh new file mode 100644 index 0000000..f3e25b3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_0redefine_description.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 Redefined: diff --git a/tests/results/test_namespace_read_write_secrets_key/16_2family_redefine_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/16_2family_redefine_calculation.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_2family_redefine_calculation.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/16_2family_redefine_disabled.sh b/tests/results/test_namespace_read_write_secrets_key/16_2family_redefine_disabled.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_2family_redefine_disabled.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/16_3family_empty_at_ends.sh b/tests/results/test_namespace_read_write_secrets_key/16_3family_empty_at_ends.sh new file mode 100644 index 0000000..f5f383d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_3family_empty_at_ends.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 family +  ┗━━ 📓 var1: diff --git a/tests/results/test_namespace_read_write_secrets_key/16_5exists_nonexists.sh b/tests/results/test_namespace_read_write_secrets_key/16_5exists_nonexists.sh new file mode 100644 index 0000000..e50b3ca --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_5exists_nonexists.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: no + ┗━━ 📓 a new variable: yes diff --git a/tests/results/test_namespace_read_write_secrets_key/16_5exists_redefine.sh b/tests/results/test_namespace_read_write_secrets_key/16_5exists_redefine.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_5exists_redefine.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/16_5redefine_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_calculation.sh new file mode 100644 index 0000000..63b48b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: yes diff --git a/tests/results/test_namespace_read_write_secrets_key/16_5redefine_choice.sh b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_choice.sh new file mode 100644 index 0000000..73df2d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_choice.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/16_5redefine_default.sh b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_default.sh new file mode 100644 index 0000000..63b48b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_default.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: yes diff --git a/tests/results/test_namespace_read_write_secrets_key/16_5redefine_default_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_default_calculation.sh new file mode 100644 index 0000000..73df2d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_default_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/16_5redefine_family.sh b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_family.sh new file mode 100644 index 0000000..ce6e30b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_family.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 new description +  ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/16_5redefine_help.sh b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_help.sh new file mode 100644 index 0000000..87bad80 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_help.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📓 redefine help: diff --git a/tests/results/test_namespace_read_write_secrets_key/16_5redefine_hidden.sh b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/16_5redefine_multi.sh b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_multi.sh new file mode 100644 index 0000000..ff11ec3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_multi.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_secrets_key/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 0000000..c1199f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: no + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/16_5test_redefine.sh b/tests/results/test_namespace_read_write_secrets_key/16_5test_redefine.sh new file mode 100644 index 0000000..748eeeb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_5test_redefine.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┣━━ 📓 a second variable: non + ┗━━ 📓 a third variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/16_6choice_redefine.sh b/tests/results/test_namespace_read_write_secrets_key/16_6choice_redefine.sh new file mode 100644 index 0000000..8b25b52 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_6choice_redefine.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A choice: c diff --git a/tests/results/test_namespace_read_write_secrets_key/16_6exists_family.sh b/tests/results/test_namespace_read_write_secrets_key/16_6exists_family.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_6exists_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/16_6exists_redefine_family.sh b/tests/results/test_namespace_read_write_secrets_key/16_6exists_redefine_family.sh new file mode 100644 index 0000000..0da8a96 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16_6exists_redefine_family.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 new description + ┃ ┗━━ 📓 a variable: + ┗━━ 📂 a second family +  ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/16exists_exists.sh b/tests/results/test_namespace_read_write_secrets_key/16exists_exists.sh new file mode 100644 index 0000000..65caa5a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/16exists_exists.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 Description: diff --git a/tests/results/test_namespace_read_write_secrets_key/17_5redefine_leadership.sh b/tests/results/test_namespace_read_write_secrets_key/17_5redefine_leadership.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/17_5redefine_leadership.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/20_0empty_family.sh b/tests/results/test_namespace_read_write_secrets_key/20_0empty_family.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/20_0empty_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/20_0family_append.sh b/tests/results/test_namespace_read_write_secrets_key/20_0family_append.sh new file mode 100644 index 0000000..ac27dae --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/20_0family_append.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A family +  ┣━━ 📓 The first variable: +  ┗━━ 📓 The second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/20_0family_underscore.sh b/tests/results/test_namespace_read_write_secrets_key/20_0family_underscore.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/20_0family_underscore.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/20_0multi_family.sh b/tests/results/test_namespace_read_write_secrets_key/20_0multi_family.sh new file mode 100644 index 0000000..e7b34a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/20_0multi_family.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/20_0multi_family_basic.sh b/tests/results/test_namespace_read_write_secrets_key/20_0multi_family_basic.sh new file mode 100644 index 0000000..e7b34a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/20_0multi_family_basic.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/20_0multi_family_expert.sh b/tests/results/test_namespace_read_write_secrets_key/20_0multi_family_expert.sh new file mode 100644 index 0000000..d15ac43 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/20_0multi_family_expert.sh @@ -0,0 +1,8 @@ +╭────────────── Caption ──────────────╮ +│ Undocumented variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/20_0multi_family_order.sh b/tests/results/test_namespace_read_write_secrets_key/20_0multi_family_order.sh new file mode 100644 index 0000000..516f678 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/20_0multi_family_order.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┗━━ 📂 a family +  ┣━━ 📓 a first variable: +  ┣━━ 📂 a sub family +  ┃ ┗━━ 📓 a variable: +  ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/20_0validators_differ_redefine.sh b/tests/results/test_namespace_read_write_secrets_key/20_0validators_differ_redefine.sh new file mode 100644 index 0000000..625f314 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/20_0validators_differ_redefine.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: no + ┣━━ 📓 a second variable: no + ┗━━ 📓 a third variable: yes diff --git a/tests/results/test_namespace_read_write_secrets_key/20_1empty_subfamily.sh b/tests/results/test_namespace_read_write_secrets_key/20_1empty_subfamily.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/20_1empty_subfamily.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/20_9default_information_parent.sh b/tests/results/test_namespace_read_write_secrets_key/20_9default_information_parent.sh new file mode 100644 index 0000000..2dc1793 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/20_9default_information_parent.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 family +  ┣━━ 📓 a first variable: +  ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition.sh b/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition.sh new file mode 100644 index 0000000..a37c949 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: no + ┗━━ 📂 possibly hidden family +  ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition_boolean.sh new file mode 100644 index 0000000..d3aa79c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition_boolean.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a conditional variable: false diff --git a/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 0000000..9373d0e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: no + ┗━━ 📂 possibly hidden family +  ┗━━ 📂 subfamily +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 0000000..b694b7c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 the variable use has condition: true diff --git a/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition_with_variable.sh new file mode 100644 index 0000000..32f6eec --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_condition_with_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first conditional variable: false + ┗━━ 📓 a second conditional variable: false diff --git a/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 0000000..667a6d0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: no + ┗━━ 📂 possibly hidden family +  ┗━━ 📂 a subfamily +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/24_0family_mandatory_condition.sh b/tests/results/test_namespace_read_write_secrets_key/24_0family_mandatory_condition.sh new file mode 100644 index 0000000..c1199f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/24_0family_mandatory_condition.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: no + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_read_write_secrets_key/24_0family_mandatory_condition_variable.sh new file mode 100644 index 0000000..b5e6a4e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: true + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/24_7validators_variable_optional.sh b/tests/results/test_namespace_read_write_secrets_key/24_7validators_variable_optional.sh new file mode 100644 index 0000000..eb6fdc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/24_7validators_variable_optional.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┣━━ 📓 a first number: +  ┗━━ 📓 a second number: 1 diff --git a/tests/results/test_namespace_read_write_secrets_key/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_read_write_secrets_key/24_family_disabled_var_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/24_family_disabled_var_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/40_0leadership.sh b/tests/results/test_namespace_read_write_secrets_key/40_0leadership.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_0leadership.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_secrets_key/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_diff_name.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_diff_name.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_secrets_key/40_0leadership_empty.sh b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_empty.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_follower_default_calculation.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_secrets_key/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_follower_default_submulti.sh new file mode 100644 index 0000000..9f636d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_follower_default_submulti.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: leader +   ┣━━ 📓 a follower1: +   ┃ ┗━━ value +   ┗━━ 📓 a follower2: +    ┣━━ value1 +    ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_secrets_key/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_follower_default_submulti_calculation.sh new file mode 100644 index 0000000..91a48ec --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_follower_default_submulti_calculation.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┗━━ 📂 the leader +   ┣━━ 📓 the leader: leader +   ┣━━ 📓 the follower1: +   ┃ ┗━━ value +   ┗━━ 📓 the follower2: +    ┗━━ value diff --git a/tests/results/test_namespace_read_write_secrets_key/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_follower_default_value.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_follower_default_value.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_secrets_key/40_0leadership_leader_follower.sh b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_leader_follower.sh new file mode 100644 index 0000000..6bfede2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_leader_follower.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: value1 +  ┃ ┗━━ 📓 a follower: value1 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: value2 +   ┗━━ 📓 a follower: value2 diff --git a/tests/results/test_namespace_read_write_secrets_key/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_leader_not_multi.sh new file mode 100644 index 0000000..e5c4348 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_0leadership_leader_not_multi.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 general + ┃ ┗━━ 📓 No change: non + ┗━━ 📂 general1 +  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets_key/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write_secrets_key/40_1leadership_append_follower.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_1leadership_append_follower.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_secrets_key/40_2leadership_calculation_index.sh b/tests/results/test_namespace_read_write_secrets_key/40_2leadership_calculation_index.sh new file mode 100644 index 0000000..0859856 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_2leadership_calculation_index.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: a +  ┃ ┗━━ 📓 a follower: 0 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: b +  ┃ ┗━━ 📓 a follower: 1 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: c +   ┗━━ 📓 a follower: 2 diff --git a/tests/results/test_namespace_read_write_secrets_key/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_read_write_secrets_key/40_2leadership_calculation_param_index.sh new file mode 100644 index 0000000..db1a3a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_2leadership_calculation_param_index.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: a +  ┃ ┗━━ 📓 a follower: 0 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: b +  ┃ ┗━━ 📓 a follower: 1 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: c +   ┗━━ 📓 a follower: 2 diff --git a/tests/results/test_namespace_read_write_secrets_key/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/40_2leadership_leader_calculation.sh new file mode 100644 index 0000000..c31c7f1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_2leadership_leader_calculation.sh @@ -0,0 +1,14 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: val1 +  ┃ ┣━━ 📓 a first follower: +  ┃ ┗━━ 📓 a second follower: +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: val2 +   ┣━━ 📓 a first follower: +   ┗━━ 📓 a second follower: diff --git a/tests/results/test_namespace_read_write_secrets_key/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write_secrets_key/40_6leadership_follower_multi.sh new file mode 100644 index 0000000..7279efe --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_6leadership_follower_multi.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership diff --git a/tests/results/test_namespace_read_write_secrets_key/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_read_write_secrets_key/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..7279efe --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership diff --git a/tests/results/test_namespace_read_write_secrets_key/40_8calculation_boolean.sh b/tests/results/test_namespace_read_write_secrets_key/40_8calculation_boolean.sh new file mode 100644 index 0000000..fdea372 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_8calculation_boolean.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a boolean variable: false + ┣━━ 📓 a first multi variable: + ┃ ┗━━ false + ┗━━ 📓 a second multi variable: +  ┣━━ true +  ┗━━ false diff --git a/tests/results/test_namespace_read_write_secrets_key/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_read_write_secrets_key/40_8calculation_boolean_return_none.sh new file mode 100644 index 0000000..2a4cdc5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_8calculation_boolean_return_none.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: yes + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/40_8calculation_integer.sh b/tests/results/test_namespace_read_write_secrets_key/40_8calculation_integer.sh new file mode 100644 index 0000000..b922213 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_8calculation_integer.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a boolean variable: false + ┣━━ 📓 first integer variable: 2 + ┗━━ 📓 second integer variable: 3 diff --git a/tests/results/test_namespace_read_write_secrets_key/40_8calculation_multi_variable.sh b/tests/results/test_namespace_read_write_secrets_key/40_8calculation_multi_variable.sh new file mode 100644 index 0000000..f1919f5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_8calculation_multi_variable.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ no + ┃ ┗━━ yes + ┣━━ 📓 a second variable: no + ┗━━ 📓 a third variable: yes diff --git a/tests/results/test_namespace_read_write_secrets_key/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_read_write_secrets_key/40_8calculation_multi_variable_parent.sh new file mode 100644 index 0000000..e32d285 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: no + ┗━━ 📂 a family +  ┗━━ 📓 a calculated variable: no diff --git a/tests/results/test_namespace_read_write_secrets_key/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_read_write_secrets_key/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 0000000..55097bc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 first family + ┃ ┗━━ 📓 a variable: no + ┗━━ 📂 second family +  ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_read_write_secrets_key/40_9calculation_variable_leader_follower_multi_inside.sh b/tests/results/test_namespace_read_write_secrets_key/40_9calculation_variable_leader_follower_multi_inside.sh new file mode 100644 index 0000000..6a1d74b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_9calculation_variable_leader_follower_multi_inside.sh @@ -0,0 +1,14 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: value1 +  ┃ ┗━━ 📓 a follower: +  ┃  ┗━━ value1 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: value2 +   ┗━━ 📓 a follower: +    ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-follower-first.sh new file mode 100644 index 0000000..2c2eeb5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-follower-first.sh @@ -0,0 +1,16 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: +  ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-follower-last.sh new file mode 100644 index 0000000..2c2eeb5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-follower-last.sh @@ -0,0 +1,16 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: +  ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-follower-no-mandatory.sh b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-follower-no-mandatory.sh new file mode 100644 index 0000000..c95a875 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-follower-no-mandatory.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 leader + ┃ ┣━━ 📂 leader + ┃ ┃ ┣━━ 📓 leader: a + ┃ ┃ ┗━━ 📓 follower: + ┃ ┗━━ 📂 leader + ┃  ┣━━ 📓 leader: b + ┃  ┗━━ 📓 follower: + ┗━━ 📓 variable: +  ┣━━  +  ┗━━  diff --git a/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-follower.sh b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-follower.sh new file mode 100644 index 0000000..062421a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-follower.sh @@ -0,0 +1,17 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: +  ┣━━ val11 +  ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-leader-first.sh new file mode 100644 index 0000000..b199a65 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-leader-first.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: value1 diff --git a/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-leader-last.sh new file mode 100644 index 0000000..466ddf5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-leader-last.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: value2 diff --git a/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-leader.sh b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-leader.sh new file mode 100644 index 0000000..46cba55 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-outside-leader.sh @@ -0,0 +1,17 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┣━━ 📓 a follower: val11 + ┃ ┃ ┗━━ 📓 an other follower: val21 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┣━━ 📓 a follower: val11 + ┃  ┗━━ 📓 an other follower: val21 + ┗━━ 📓 a calculated variable: +  ┣━━ value1 +  ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-variable.sh b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-variable.sh new file mode 100644 index 0000000..e639edf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-variable.sh @@ -0,0 +1,17 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a calculated variable: + ┃ ┣━━ value1 + ┃ ┗━━ value2 + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: value1 +  ┃ ┣━━ 📓 a follower: val11 +  ┃ ┗━━ 📓 an other follower: val21 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: value2 +   ┣━━ 📓 a follower: val11 +   ┗━━ 📓 an other follower: val21 diff --git a/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-variable_leader_follower.sh b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-variable_leader_follower.sh new file mode 100644 index 0000000..2c268bd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-variable_leader_follower.sh @@ -0,0 +1,19 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┗━━ 📓 a follower: + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┗━━ 📓 a follower: + ┗━━ 📂 a second leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: +  ┃ ┗━━ 📓 a follower: val +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: +   ┗━━ 📓 a follower: val diff --git a/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-variable_leader_follower_not_same.sh b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-variable_leader_follower_not_same.sh new file mode 100644 index 0000000..7556986 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/40_9leadership-calculation-variable_leader_follower_not_same.sh @@ -0,0 +1,23 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: value1 + ┃ ┃ ┗━━ 📓 a follower: + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: value2 + ┃  ┗━━ 📓 a follower: + ┗━━ 📂 a second leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: value1 +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ value1 +  ┃  ┗━━ value2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: value2 +   ┗━━ 📓 a follower: +    ┣━━ value1 +    ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_secrets_key/41_0choice_leader.sh b/tests/results/test_namespace_read_write_secrets_key/41_0choice_leader.sh new file mode 100644 index 0000000..6347604 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/41_0choice_leader.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 The leadership diff --git a/tests/results/test_namespace_read_write_secrets_key/44_0leadership_hidden.sh b/tests/results/test_namespace_read_write_secrets_key/44_0leadership_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/44_0leadership_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_read_write_secrets_key/44_0leadership_leader_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/44_0leadership_leader_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_read_write_secrets_key/44_1leadership_append_hidden_follower.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_read_write_secrets_key/44_4disabled_calcultion_follower.sh new file mode 100644 index 0000000..05fd907 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/44_4disabled_calcultion_follower.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: true + ┗━━ 📂 a leadership +  ┗━━ 📂 aleader +   ┣━━ 📓 aleader: a +   ┗━━ 📓 a follower: diff --git a/tests/results/test_namespace_read_write_secrets_key/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write_secrets_key/44_4leadership_mandatory.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/44_4leadership_mandatory.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_secrets_key/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write_secrets_key/44_4leadership_mandatory_follower.sh new file mode 100644 index 0000000..6ac3c08 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/44_4leadership_mandatory_follower.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_secrets_key/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 0000000..50ba9de --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: no diff --git a/tests/results/test_namespace_read_write_secrets_key/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write_secrets_key/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 0000000..259b317 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: yes + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_secrets_key/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_read_write_secrets_key/44_9calculated_default_leadership_leader.sh new file mode 100644 index 0000000..3ff87cd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/44_9calculated_default_leadership_leader.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 leader +  ┣━━ 📂 a leader +  ┃ ┗━━ 📓 a leader: a +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: b +   ┗━━ 📓 a follower: b diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic.sh new file mode 100644 index 0000000..24a2195 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_0.sh new file mode 100644 index 0000000..ab9d456 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_0.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 Dynamic variable: + ┗━━ 📂 dynval2 +  ┗━━ 📓 Dynamic variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_0_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_0_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_0_type.sh new file mode 100644 index 0000000..23513a2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_0_type.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dyn variable: + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dyn variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_0_type_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_0_type_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_1.sh new file mode 100644 index 0000000..24a2195 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_1.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_forbidden_char.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_forbidden_char.sh new file mode 100644 index 0000000..bb03cf0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_forbidden_char.sh @@ -0,0 +1,14 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val.1 + ┃ ┗━━ val.2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: val.1 + ┃ ┗━━ 📓 A dynamic variable: val.1 + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: val.2 +  ┗━━ 📓 A dynamic variable: val.2 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_jinja_number.sh new file mode 100644 index 0000000..3cfa3bd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_jinja_number.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ 1 + ┃ ┗━━ 2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: val + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: val + ┗━━ 📓 a variable: val diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_jinja_number_empty.sh new file mode 100644 index 0000000..2d9e342 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_jinja_number_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_no_description.sh new file mode 100644 index 0000000..7012dff --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_no_description.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 var: + ┗━━ 📂 A dynamic family +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_static.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_static.sh new file mode 100644 index 0000000..de961e9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_static.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_test.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_test.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_upper_char.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..1ccb0ee --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_upper_char.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ Val1 + ┃ ┗━━ VAL2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_variable_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 0000000..635ba16 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable with suffix val1: a value + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable with suffix val2: a value diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 0000000..86f9b9a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_empty.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_hidden.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_read_write_secrets_key/60_0family_mode.sh b/tests/results/test_namespace_read_write_secrets_key/60_0family_mode.sh new file mode 100644 index 0000000..0502a5e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_0family_mode.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📓 A variable: non diff --git a/tests/results/test_namespace_read_write_secrets_key/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_read_write_secrets_key/60_1family_dynamic_jinja.sh new file mode 100644 index 0000000..ef1bed0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_1family_dynamic_jinja.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: val + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: val diff --git a/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 0000000..fb73ae7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 0000000..3830b91 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: val2 + ┗━━ 📓 a varible outside dynamic family: val1 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 0000000..7c57abc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a identifier variable: + ┗━━ 📓 a varible outside dynamic family: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 0000000..b9299e5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_outside_calc.sh new file mode 100644 index 0000000..0107635 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffx variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: val + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: val + ┗━━ 📓 a second variable: val diff --git a/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 0000000..befc042 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffx variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc2.sh new file mode 100644 index 0000000..1c7356f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc2.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 a second variable: + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: val + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: val diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc2_empty.sh new file mode 100644 index 0000000..ba09254 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc2_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┗━━ 📓 a second variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix.sh new file mode 100644 index 0000000..ffaa3c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: + ┗━━ 📓 A variable calculated: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 0000000..43445de --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 Suffix has value: val1 + ┗━━ 📂 a dynamic family +  ┗━━ 📓 Suffix has value: val2 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_disabled.sh new file mode 100644 index 0000000..f7d00c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_disabled.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 dynval1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dynamic variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..714e8b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┗━━ 📓 A variable calculated: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_empty.sh new file mode 100644 index 0000000..714e8b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┗━━ 📓 A variable calculated: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_empty_2.sh new file mode 100644 index 0000000..714e8b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_empty_2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┗━━ 📓 A variable calculated: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_empty_3.sh new file mode 100644 index 0000000..76d3526 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_empty_3.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A variable calculated: + ┗━━ 📓 A suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_hidden.sh new file mode 100644 index 0000000..adea71d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_hidden.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: a value diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh new file mode 100644 index 0000000..dc1b81a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: true diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_hidden_multi.sh new file mode 100644 index 0000000..62769bb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: +  ┣━━ a value +  ┗━━ a second value diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 0000000..55eae06 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: val1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: val2 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 0000000..c0b8c92 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A identifier variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_variable.sh new file mode 100644 index 0000000..ffaa3c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: + ┗━━ 📓 A variable calculated: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 0000000..714e8b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┗━━ 📓 A variable calculated: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 0000000..2607f8d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable: +  ┗━━ 📂 a family +   ┗━━ 📓 a new variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_unknown_suffix.sh new file mode 100644 index 0000000..06fced1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_unknown_suffix.sh @@ -0,0 +1,16 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: val1 + ┃ ┣━━ 📓 a variable 2: val1 + ┃ ┗━━ 📓 a variable 3: val1 + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable 1: val2 +  ┣━━ 📓 a variable 2: val2 +  ┗━━ 📓 a variable 3: val2 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_unknown_suffix_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_unknown_suffix_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside.sh new file mode 100644 index 0000000..3aa80c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val2 + ┗━━ 📓 a variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside2.sh new file mode 100644 index 0000000..8c62831 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside2.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val1 + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: val2 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside2_empty.sh new file mode 100644 index 0000000..134a923 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside2_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_1_0.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_1_0.sh new file mode 100644 index 0000000..3aa80c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_1_0.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val2 + ┗━━ 📓 a variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_empty.sh new file mode 100644 index 0000000..b5e0504 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_jinja.sh new file mode 100644 index 0000000..3aa80c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_jinja.sh @@ -0,0 +1,15 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: val2 + ┗━━ 📓 a variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_jinja_empty.sh new file mode 100644 index 0000000..b5e0504 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_sub_suffix.sh new file mode 100644 index 0000000..8b56522 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: val1 + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: val1 + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: val2 + ┗━━ 📓 a variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh new file mode 100644 index 0000000..b5e0504 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 0000000..c27345e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: val1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: val2 + ┗━━ 📓 a variable: val1 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 0000000..2e0053e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 asuffix variable: + ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_inside.sh b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_inside.sh new file mode 100644 index 0000000..1e7687c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_inside.sh @@ -0,0 +1,18 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 value is suffix: val1 + ┃ ┣━━ 📓 value is first variable: val1 + ┃ ┣━━ 📓 value is relative first variable: val1 + ┃ ┗━━ 📓 value is first variable of val1: val1 + ┗━━ 📂 a dynamic family +  ┣━━ 📓 value is suffix: val2 +  ┣━━ 📓 value is first variable: val2 +  ┣━━ 📓 value is relative first variable: val2 +  ┗━━ 📓 value is first variable of val1: val1 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_inside_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_inside_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_leadership.sh new file mode 100644 index 0000000..c8cd5e3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_leadership.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a leadership + ┗━━ 📂 a dynamic family +  ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 0000000..2143943 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a suffix variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic.sh new file mode 100644 index 0000000..368abdf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic.sh @@ -0,0 +1,32 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 + ┃ ┃ ┗━━ tval2 + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: tval1 + ┃ ┃ ┣━━ 📓 identifier from first family: val1 + ┃ ┃ ┗━━ 📓 merge identifiers: val1-tval1 + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: tval2 + ┃  ┣━━ 📓 identifier from first family: val1 + ┃  ┗━━ 📓 merge identifiers: val1-tval2 + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 +  ┃ ┗━━ tval2 +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: tval1 +  ┃ ┣━━ 📓 identifier from first family: val2 +  ┃ ┗━━ 📓 merge identifiers: val2-tval1 +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: tval2 +   ┣━━ 📓 identifier from first family: val2 +   ┗━━ 📓 merge identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic_1_0.sh new file mode 100644 index 0000000..368abdf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic_1_0.sh @@ -0,0 +1,32 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 + ┃ ┃ ┗━━ tval2 + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: tval1 + ┃ ┃ ┣━━ 📓 identifier from first family: val1 + ┃ ┃ ┗━━ 📓 merge identifiers: val1-tval1 + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: tval2 + ┃  ┣━━ 📓 identifier from first family: val1 + ┃  ┗━━ 📓 merge identifiers: val1-tval2 + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 +  ┃ ┗━━ tval2 +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: tval1 +  ┃ ┣━━ 📓 identifier from first family: val2 +  ┃ ┗━━ 📓 merge identifiers: val2-tval1 +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: tval2 +   ┣━━ 📓 identifier from first family: val2 +   ┗━━ 📓 merge identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic_1_0_2.sh new file mode 100644 index 0000000..8b4417a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic_1_0_2.sh @@ -0,0 +1,18 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📂 A dynamic family + ┃ ┃ ┗━━ 📓 A dynamic variable: + ┃ ┗━━ 📂 A dynamic family + ┃  ┗━━ 📓 A dynamic variable: + ┗━━ 📂 A dynamic family +  ┣━━ 📂 A dynamic family +  ┃ ┗━━ 📓 A dynamic variable: +  ┗━━ 📂 A dynamic family +   ┗━━ 📓 A dynamic variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic_empty.sh new file mode 100644 index 0000000..c0b8c92 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A identifier variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic_empty2.sh new file mode 100644 index 0000000..d528f56 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_sub_dynamic_empty2.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_suffix_auto_multi.sh b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_suffix_auto_multi.sh new file mode 100644 index 0000000..c751c94 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_suffix_auto_multi.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: + ┣━━ 📂 dynval2 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: + ┗━━ 📓 A variable calculated: +  ┣━━  +  ┗━━  diff --git a/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_suffix_auto_multi2.sh b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_suffix_auto_multi2.sh new file mode 100644 index 0000000..c751c94 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_6family_dynamic_suffix_auto_multi2.sh @@ -0,0 +1,21 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: + ┣━━ 📂 dynval2 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: + ┗━━ 📓 A variable calculated: +  ┣━━  +  ┗━━  diff --git a/tests/results/test_namespace_read_write_secrets_key/60_9extra_dynamic.sh b/tests/results/test_namespace_read_write_secrets_key/60_9extra_dynamic.sh new file mode 100644 index 0000000..9061fba --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_9extra_dynamic.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: +┃  ┗━━ a +┗━━ 📂 extra + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_read_write_secrets_key/60_9extra_dynamic_extra.sh new file mode 100644 index 0000000..080b217 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_9extra_dynamic_extra.sh @@ -0,0 +1,13 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📂 général +┃  ┗━━ 📓 No change: +┃   ┗━━ a +┗━━ 📂 extra + ┣━━ 📓 a variable: + ┃ ┗━━ a + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets_key/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_read_write_secrets_key/60_9family_dynamic_calc_both.sh new file mode 100644 index 0000000..a30dc55 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/60_9family_dynamic_calc_both.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a dynamic variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write_secrets_key/68_0family_leadership_mode.sh new file mode 100644 index 0000000..7279efe --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/68_0family_leadership_mode.sh @@ -0,0 +1,6 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership diff --git a/tests/results/test_namespace_secrets/00_0no_variable.sh b/tests/results/test_namespace_secrets/00_0no_variable.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_0no_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/00_0no_variable_default_version.sh b/tests/results/test_namespace_secrets/00_0no_variable_default_version.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_0no_variable_default_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/00_0no_variable_remove_version.sh b/tests/results/test_namespace_secrets/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..371c3b5 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_0no_variable_remove_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/00_2default_calculated_params_permissive.sh b/tests/results/test_namespace_secrets/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..9b19de9 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_2default_calculated_params_permissive.sh @@ -0,0 +1,12 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 leadership + ┃ ┗━━ 📂 var1 + ┃  ┣━━ 📓 var1: a_value + ┃  ┗━━ 📓 var2: a_value + ┗━━ 📓 var2: string1 (a_value) diff --git a/tests/results/test_namespace_secrets/00_2default_calculated_variable_description.sh b/tests/results/test_namespace_secrets/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..897e1cf --- /dev/null +++ b/tests/results/test_namespace_secrets/00_2default_calculated_variable_description.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_3.sh b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..9e89abf --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_3.sh @@ -0,0 +1,9 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: value + ┗━━ 📓 var3: string1 (value) diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_4.sh b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..3935d6f --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_4.sh @@ -0,0 +1,10 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: value + ┣━━ 📓 var2: string1 + ┗━━ 📓 var3: string1 (value) diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_5.sh b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..ffa858d --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_5.sh @@ -0,0 +1,10 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (value) + ┣━━ 📓 var2: string1 + ┗━━ 📓 var3: string1 diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_6.sh b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..e0d84c7 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_6.sh @@ -0,0 +1,9 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (value) + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/04_5validators_multi3.sh b/tests/results/test_namespace_secrets/04_5validators_multi3.sh new file mode 100644 index 0000000..7861ac1 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5validators_multi3.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1: +  ┣━━ 0 (0) +  ┣━━ 1 +  ┗━━ 2 diff --git a/tests/results/test_namespace_secrets/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_secrets/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..cab8ae2 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: +   ┃ ┣━━ string1 +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 follower2: +    ┣━━ string1 (value) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden.sh new file mode 100644 index 0000000..d09cf1c --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden.sh @@ -0,0 +1,15 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: a value + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: a value + ┗━━ 📓 var2: string1 (a value) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh new file mode 100644 index 0000000..c84fc5e --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -0,0 +1,15 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: true + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: true + ┗━━ 📓 var2: true (true) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh new file mode 100644 index 0000000..3a47cd3 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -0,0 +1,22 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: + ┃  ┣━━ a value + ┃  ┗━━ a second value + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: + ┃  ┣━━ a value + ┃  ┗━━ a second value + ┗━━ 📓 var2: +  ┣━━ string1 (a value) +  ┣━━ string2 (a second value) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0_2.sh new file mode 100644 index 0000000..848e2e4 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0_2.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 val1 + ┃ ┣━━ 📂 val1 + ┃ ┃ ┗━━ 📓 var: string1 + ┃ ┗━━ 📂 val2 + ┃  ┗━━ 📓 var: string1 + ┗━━ 📂 val2 +  ┣━━ 📂 val1 +  ┃ ┗━━ 📓 var: string1 +  ┗━━ 📂 val2 +   ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets_key/00_0empty.sh b/tests/results/test_namespace_secrets_key/00_0empty.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_0empty.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_namespace_secrets_key/00_0no_variable.sh b/tests/results/test_namespace_secrets_key/00_0no_variable.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_0no_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_secrets_key/00_0no_variable_default_version.sh b/tests/results/test_namespace_secrets_key/00_0no_variable_default_version.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_0no_variable_default_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_secrets_key/00_0no_variable_remove_version.sh b/tests/results/test_namespace_secrets_key/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_0no_variable_remove_version.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_secrets_key/00_0version_underscore.sh b/tests/results/test_namespace_secrets_key/00_0version_underscore.sh new file mode 100644 index 0000000..a59f5a2 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_0version_underscore.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/00_1empty_variable.sh b/tests/results/test_namespace_secrets_key/00_1empty_variable.sh new file mode 100644 index 0000000..56d0aa6 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_1empty_variable.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 empty: string1 diff --git a/tests/results/test_namespace_secrets_key/00_2default_calculated.sh b/tests/results/test_namespace_secrets_key/00_2default_calculated.sh new file mode 100644 index 0000000..451be57 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_2default_calculated.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (no) + ┗━━ 📓 a second variable: +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/00_2default_calculated_multi.sh b/tests/results/test_namespace_secrets_key/00_2default_calculated_multi.sh new file mode 100644 index 0000000..875d15c --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_2default_calculated_multi.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ string1 (no) + ┃ ┣━━ string2 (yes) + ┃ ┗━━ string3 (maybe) + ┗━━ 📓 a second variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets_key/00_2default_calculated_params_permissive.sh b/tests/results/test_namespace_secrets_key/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..92e8db0 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_2default_calculated_params_permissive.sh @@ -0,0 +1,12 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 leadership + ┃ ┗━━ 📂 a first variable + ┃  ┣━━ 📓 a first variable: a_value + ┃  ┗━━ 📓 a first variable: a_value + ┗━━ 📓 a second variable: string1 (a_value) diff --git a/tests/results/test_namespace_secrets_key/00_2default_calculated_variable_description.sh b/tests/results/test_namespace_secrets_key/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..38af4fb --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_2default_calculated_variable_description.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_secrets_key/00_2default_calculated_variable_transitive.sh new file mode 100644 index 0000000..cc3f219 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ domain1.lan + ┃ ┗━━ domain2.lan + ┗━━ 📓 a second variable: +  ┣━━ domain1.lan (domain1.lan) +  ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_namespace_secrets_key/00_4load_subfolder.sh b/tests/results/test_namespace_secrets_key/00_4load_subfolder.sh new file mode 100644 index 0000000..5a13be8 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_4load_subfolder.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: string1 + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/00_5load_notype.sh b/tests/results/test_namespace_secrets_key/00_5load_notype.sh new file mode 100644 index 0000000..38226eb --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_5load_notype.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (non) diff --git a/tests/results/test_namespace_secrets_key/00_6boolean.sh b/tests/results/test_namespace_secrets_key/00_6boolean.sh new file mode 100644 index 0000000..541d6a3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6boolean.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: true (true) + ┣━━ 📓 the second variable: true (true) + ┣━━ 📓 the third variable: true (true) + ┣━━ 📓 the forth variable: true (false) + ┣━━ 📓 the fifth variable: true (false) + ┗━━ 📓 the sixth variable: true (false) diff --git a/tests/results/test_namespace_secrets_key/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_secrets_key/00_6boolean_no_mandatory.sh new file mode 100644 index 0000000..4b9c138 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6boolean_no_mandatory.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: true (true) diff --git a/tests/results/test_namespace_secrets_key/00_6choice.sh b/tests/results/test_namespace_secrets_key/00_6choice.sh new file mode 100644 index 0000000..3c18cf6 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6choice.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: a + ┣━━ 📓 the second variable: a + ┣━━ 📓 the third variable: a + ┣━━ 📓 the forth variable: + ┣━━ 📓 the fifth variable: a (a) + ┗━━ 📓 the sixth variable: 1 (1) diff --git a/tests/results/test_namespace_secrets_key/00_6choice_calculation.sh b/tests/results/test_namespace_secrets_key/00_6choice_calculation.sh new file mode 100644 index 0000000..e396803 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6choice_calculation.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: 0 (9) diff --git a/tests/results/test_namespace_secrets_key/00_6choice_link.sh b/tests/results/test_namespace_secrets_key/00_6choice_link.sh new file mode 100644 index 0000000..bce7b81 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6choice_link.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: a + ┗━━ 📓 the second variable: a (a) diff --git a/tests/results/test_namespace_secrets_key/00_6choice_variable.sh b/tests/results/test_namespace_secrets_key/00_6choice_variable.sh new file mode 100644 index 0000000..c9c204c --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6choice_variable.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┗━━ 📓 a first variable: string1 (a) diff --git a/tests/results/test_namespace_secrets_key/00_6choice_variable_link.sh b/tests/results/test_namespace_secrets_key/00_6choice_variable_link.sh new file mode 100644 index 0000000..5e19368 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6choice_variable_link.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┣━━ 📓 a first variable: string1 (a) + ┗━━ 📓 a third variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/00_6choice_variable_link2.sh b/tests/results/test_namespace_secrets_key/00_6choice_variable_link2.sh new file mode 100644 index 0000000..c87d7c5 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6choice_variable_link2.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a second variable: + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┣━━ 📓 a first variable: string1 (a) + ┗━━ 📂 family +  ┗━━ 📓 a third variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/00_6custom.sh b/tests/results/test_namespace_secrets_key/00_6custom.sh new file mode 100644 index 0000000..3b49c18 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6custom.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: string1 + ┗━━ 📓 the seconf variable: string1 (value) diff --git a/tests/results/test_namespace_secrets_key/00_6domainname.sh b/tests/results/test_namespace_secrets_key/00_6domainname.sh new file mode 100644 index 0000000..760d199 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6domainname.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a domain name variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_secrets_key/00_6domainname_params.sh b/tests/results/test_namespace_secrets_key/00_6domainname_params.sh new file mode 100644 index 0000000..760d199 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6domainname_params.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a domain name variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_secrets_key/00_6float.sh b/tests/results/test_namespace_secrets_key/00_6float.sh new file mode 100644 index 0000000..2a15dc1 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6float.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: 1.1 (0.0) + ┣━━ 📓 the second variable: 1.1 (0.0) + ┣━━ 📓 the third variable: 1.1 (0.0) + ┣━━ 📓 the forth variable: 1.1 (10.1) + ┣━━ 📓 the fifth variable: 1.1 (10.1) + ┗━━ 📓 the sixth variable: 1.1 (10.1) diff --git a/tests/results/test_namespace_secrets_key/00_6number.sh b/tests/results/test_namespace_secrets_key/00_6number.sh new file mode 100644 index 0000000..87cb64a --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6number.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: 1 (0) + ┣━━ 📓 the second variable: 1 (0) + ┣━━ 📓 the third variable: 1 (0) + ┣━━ 📓 this forth variable: 1 (10) + ┣━━ 📓 the fifth variable: 1 (10) + ┗━━ 📓 the sixth variable: 1 (10) diff --git a/tests/results/test_namespace_secrets_key/00_6port.sh b/tests/results/test_namespace_secrets_key/00_6port.sh new file mode 100644 index 0000000..1ec3dab --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6port.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a port variable: 80 + ┣━━ 📓 a port variable with default value: 80 (8080) + ┗━━ 📓 a port variable with integer default value: 80 (8080) diff --git a/tests/results/test_namespace_secrets_key/00_6regexp.sh b/tests/results/test_namespace_secrets_key/00_6regexp.sh new file mode 100644 index 0000000..5c27cbc --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6regexp.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a first variable: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_namespace_secrets_key/00_6regexp_link.sh b/tests/results/test_namespace_secrets_key/00_6regexp_link.sh new file mode 100644 index 0000000..1f00a3b --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6regexp_link.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: #b1b1b1 (#a1a1a1) + ┗━━ 📓 a second variable: #b2b1b1 (#b1b1b1) diff --git a/tests/results/test_namespace_secrets_key/00_6secret.sh b/tests/results/test_namespace_secrets_key/00_6secret.sh new file mode 100644 index 0000000..2b23be4 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6secret.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: ********** + ┗━━ 📓 the second variable: ********** (**********) diff --git a/tests/results/test_namespace_secrets_key/00_6secret_param.sh b/tests/results/test_namespace_secrets_key/00_6secret_param.sh new file mode 100644 index 0000000..7485dcf --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6secret_param.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: ********** + ┣━━ 📓 the second variable: ********** (**********) + ┗━━ 📓 the third variable: ********** (**********) diff --git a/tests/results/test_namespace_secrets_key/00_6string.sh b/tests/results/test_namespace_secrets_key/00_6string.sh new file mode 100644 index 0000000..7f06ca4 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_6string.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: string1 + ┣━━ 📓 the second variable: string1 + ┣━━ 📓 the third variable: string1 + ┣━━ 📓 the forth variable: string1 (value) + ┣━━ 📓 the fifth variable: string1 (value) + ┗━━ 📓 the sixth variable: string1 (value) diff --git a/tests/results/test_namespace_secrets_key/00_7choice_quote.sh b/tests/results/test_namespace_secrets_key/00_7choice_quote.sh new file mode 100644 index 0000000..303d58a --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_7choice_quote.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A choice: quote' (quote') diff --git a/tests/results/test_namespace_secrets_key/00_7help.sh b/tests/results/test_namespace_secrets_key/00_7help.sh new file mode 100644 index 0000000..3e0f3fd --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_7help.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: string1 + ┗━━ 📓 the second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/00_7help_quote.sh b/tests/results/test_namespace_secrets_key/00_7help_quote.sh new file mode 100644 index 0000000..3e0f3fd --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_7help_quote.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: string1 + ┗━━ 📓 the second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/00_7help_sup.sh b/tests/results/test_namespace_secrets_key/00_7help_sup.sh new file mode 100644 index 0000000..c831d09 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_7help_sup.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first : string1 + ┗━━ 📓 the second : string1 diff --git a/tests/results/test_namespace_secrets_key/00_7value_doublequote.sh b/tests/results/test_namespace_secrets_key/00_7value_doublequote.sh new file mode 100644 index 0000000..92aca1a --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_7value_doublequote.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (quote") diff --git a/tests/results/test_namespace_secrets_key/00_7value_doublequote2.sh b/tests/results/test_namespace_secrets_key/00_7value_doublequote2.sh new file mode 100644 index 0000000..04ead07 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_7value_doublequote2.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (quote'") diff --git a/tests/results/test_namespace_secrets_key/00_7value_doublequote3.sh b/tests/results/test_namespace_secrets_key/00_7value_doublequote3.sh new file mode 100644 index 0000000..44c2331 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_7value_doublequote3.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (quote\"\') diff --git a/tests/results/test_namespace_secrets_key/00_7value_quote.sh b/tests/results/test_namespace_secrets_key/00_7value_quote.sh new file mode 100644 index 0000000..ba06a80 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_7value_quote.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (quote') diff --git a/tests/results/test_namespace_secrets_key/00_8calculation_information.sh b/tests/results/test_namespace_secrets_key/00_8calculation_information.sh new file mode 100644 index 0000000..a59f5a2 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_8calculation_information.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/00_8calculation_namespace.sh b/tests/results/test_namespace_secrets_key/00_8calculation_namespace.sh new file mode 100644 index 0000000..f58de66 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_8calculation_namespace.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (Rougail) diff --git a/tests/results/test_namespace_secrets_key/00_8calculation_param_namespace.sh b/tests/results/test_namespace_secrets_key/00_8calculation_param_namespace.sh new file mode 100644 index 0000000..f58de66 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_8calculation_param_namespace.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (Rougail) diff --git a/tests/results/test_namespace_secrets_key/00_8test.sh b/tests/results/test_namespace_secrets_key/00_8test.sh new file mode 100644 index 0000000..8af81a7 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_8test.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: test + ┣━━ 📓 the second variable: test (value) + ┣━━ 📓 the third variable: test1 + ┣━━ 📓 the forth variable: + ┣━━ 📓 the fifth variable: false (true) + ┗━━ 📓 the sixth variable: +  ┣━━ test1 +  ┗━━ test2 diff --git a/tests/results/test_namespace_secrets_key/00_9choice_variable_multi.sh b/tests/results/test_namespace_secrets_key/00_9choice_variable_multi.sh new file mode 100644 index 0000000..d048326 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9choice_variable_multi.sh @@ -0,0 +1,11 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 a second variable: +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_secrets_key/00_9choice_variables.sh b/tests/results/test_namespace_secrets_key/00_9choice_variables.sh new file mode 100644 index 0000000..ed7afe6 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9choice_variables.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first source variable: string1 (val1) + ┣━━ 📓 the second source variable: string1 (val2) + ┗━━ 📓 a variable: string1 (val1) diff --git a/tests/results/test_namespace_secrets_key/00_9default_calculation.sh b/tests/results/test_namespace_secrets_key/00_9default_calculation.sh new file mode 100644 index 0000000..e12a01e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9default_calculation.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (string_1_True_None) diff --git a/tests/results/test_namespace_secrets_key/00_9default_calculation_information.sh b/tests/results/test_namespace_secrets_key/00_9default_calculation_information.sh new file mode 100644 index 0000000..a59f5a2 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9default_calculation_information.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_secrets_key/00_9default_calculation_information_other_variable.sh new file mode 100644 index 0000000..f811dd3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_secrets_key/00_9default_calculation_multi_optional.sh new file mode 100644 index 0000000..434ebaa --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9default_calculation_multi_optional.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: string1 (val1) + ┗━━ 📓 my_calculated_variable: +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_secrets_key/00_9default_calculation_multi_optional2.sh new file mode 100644 index 0000000..434ebaa --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: string1 (val1) + ┗━━ 📓 my_calculated_variable: +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/00_9default_calculation_optional.sh b/tests/results/test_namespace_secrets_key/00_9default_calculation_optional.sh new file mode 100644 index 0000000..dbcba35 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9default_calculation_optional.sh @@ -0,0 +1,9 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 my_calculated_variable: +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_secrets_key/00_9default_calculation_optional_exists.sh new file mode 100644 index 0000000..3e073c2 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9default_calculation_optional_exists.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 my_variable: + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┗━━ 📓 my_calculated_variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets_key/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_secrets_key/00_9default_calculation_param_optional.sh new file mode 100644 index 0000000..a54e89b --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9default_calculation_param_optional.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (string1) + ┗━━ 📓 a second variable: string1 (no) diff --git a/tests/results/test_namespace_secrets_key/00_9default_information_other_variable.sh b/tests/results/test_namespace_secrets_key/00_9default_information_other_variable.sh new file mode 100644 index 0000000..f811dd3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9default_information_other_variable.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/00_9default_information_other_variable2.sh b/tests/results/test_namespace_secrets_key/00_9default_information_other_variable2.sh new file mode 100644 index 0000000..f811dd3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9default_information_other_variable2.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/00_9default_integer.sh b/tests/results/test_namespace_secrets_key/00_9default_integer.sh new file mode 100644 index 0000000..e396803 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9default_integer.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: 0 (9) diff --git a/tests/results/test_namespace_secrets_key/00_9extra.sh b/tests/results/test_namespace_secrets_key/00_9extra.sh new file mode 100644 index 0000000..83c0d3f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9extra.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: string1 (rougail) +┗━━ 📂 extra + ┗━━ 📓 a variable: string1 (no) diff --git a/tests/results/test_namespace_secrets_key/00_9extra_calculation.sh b/tests/results/test_namespace_secrets_key/00_9extra_calculation.sh new file mode 100644 index 0000000..5cc8da3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9extra_calculation.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: string1 (value) +┗━━ 📂 extra + ┣━━ 📓 a first variable: string1 (string1) + ┣━━ 📓 a second variable: string1 (string1) + ┗━━ 📓 a third variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/00_9extra_ouside.sh b/tests/results/test_namespace_secrets_key/00_9extra_ouside.sh new file mode 100644 index 0000000..a5ef3d0 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/00_9extra_ouside.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: string1 (string1) +┗━━ 📂 extra + ┗━━ 📓 a variable: string1 (value in extra) diff --git a/tests/results/test_namespace_secrets_key/01_6boolean_multi.sh b/tests/results/test_namespace_secrets_key/01_6boolean_multi.sh new file mode 100644 index 0000000..7012d9b --- /dev/null +++ b/tests/results/test_namespace_secrets_key/01_6boolean_multi.sh @@ -0,0 +1,22 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┗━━ true (true) + ┣━━ 📓 the second variable: + ┃ ┗━━ true (true) + ┣━━ 📓 the third variable: + ┃ ┗━━ true (true) + ┣━━ 📓 the forth variable: + ┃ ┗━━ true (false) + ┣━━ 📓 the fifth variable: + ┃ ┗━━ true (false) + ┣━━ 📓 the sixth variable: + ┃ ┗━━ true (false) + ┣━━ 📓 the seventh variable: + ┃ ┗━━ true (true) + ┗━━ 📓 the eighth variable: +  ┗━━ true (true) diff --git a/tests/results/test_namespace_secrets_key/01_6custom_multi.sh b/tests/results/test_namespace_secrets_key/01_6custom_multi.sh new file mode 100644 index 0000000..d95a64a --- /dev/null +++ b/tests/results/test_namespace_secrets_key/01_6custom_multi.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first custom variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 a second custom variable: +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/01_6float_multi.sh b/tests/results/test_namespace_secrets_key/01_6float_multi.sh new file mode 100644 index 0000000..8a38b18 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/01_6float_multi.sh @@ -0,0 +1,38 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the second variable: + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the third variable: + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the forth variable: + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the fifth variable: + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the sixth variable: + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 the seventh variable: + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┗━━ 📓 the eighth variable: +  ┣━━ 1.1 (0.0) +  ┣━━ 2.2 +  ┗━━ 3.3 diff --git a/tests/results/test_namespace_secrets_key/01_6number_multi.sh b/tests/results/test_namespace_secrets_key/01_6number_multi.sh new file mode 100644 index 0000000..d5a2a6a --- /dev/null +++ b/tests/results/test_namespace_secrets_key/01_6number_multi.sh @@ -0,0 +1,38 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the second variable: + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the third variable: + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the forth variable: + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the fifth variable: + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the sixth variable: + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 the seventh variable: + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┗━━ 📓 the eighth variable: +  ┣━━ 1 (0) +  ┣━━ 2 +  ┗━━ 3 diff --git a/tests/results/test_namespace_secrets_key/01_6string_empty.sh b/tests/results/test_namespace_secrets_key/01_6string_empty.sh new file mode 100644 index 0000000..58ab112 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/01_6string_empty.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 the second variable: +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/01_6string_multi.sh b/tests/results/test_namespace_secrets_key/01_6string_multi.sh new file mode 100644 index 0000000..684556e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/01_6string_multi.sh @@ -0,0 +1,38 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the first variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the second variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the third variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the forth variable: + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the fifth variable: + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the sixth variable: + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 the seventh variable: + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 the eighth variable: +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/01_7value_multi_doublequote.sh b/tests/results/test_namespace_secrets_key/01_7value_multi_doublequote.sh new file mode 100644 index 0000000..1ec8f76 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/01_7value_multi_doublequote.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (quote") +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_secrets_key/01_7value_multi_doublequote2.sh new file mode 100644 index 0000000..ab7335d --- /dev/null +++ b/tests/results/test_namespace_secrets_key/01_7value_multi_doublequote2.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (quote'") +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/01_7value_multi_quote.sh b/tests/results/test_namespace_secrets_key/01_7value_multi_quote.sh new file mode 100644 index 0000000..bf4dff6 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/01_7value_multi_quote.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (quote') +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/01_8calculation_information_multi.sh b/tests/results/test_namespace_secrets_key/01_8calculation_information_multi.sh new file mode 100644 index 0000000..6f390e1 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/01_8calculation_information_multi.sh @@ -0,0 +1,9 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/01_9choice_variable_multi.sh b/tests/results/test_namespace_secrets_key/01_9choice_variable_multi.sh new file mode 100644 index 0000000..f26154c --- /dev/null +++ b/tests/results/test_namespace_secrets_key/01_9choice_variable_multi.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/04_0type_param.sh b/tests/results/test_namespace_secrets_key/04_0type_param.sh new file mode 100644 index 0000000..790920a --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_0type_param.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A limited number: 1 (10) diff --git a/tests/results/test_namespace_secrets_key/04_1auto_save.sh b/tests/results/test_namespace_secrets_key/04_1auto_save.sh new file mode 100644 index 0000000..f2645a3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_1auto_save.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 an auto save variable: no diff --git a/tests/results/test_namespace_secrets_key/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_secrets_key/04_1auto_save_and_calculated.sh new file mode 100644 index 0000000..afe8bfc --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_1auto_save_and_calculated.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (no) + ┗━━ 📓 a second variable: no diff --git a/tests/results/test_namespace_secrets_key/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_secrets_key/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 0000000..eef9561 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (no) + ┗━━ 📓 a second variable: yes diff --git a/tests/results/test_namespace_secrets_key/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_secrets_key/04_1auto_save_and_hidden.sh new file mode 100644 index 0000000..4a5cb0e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_1auto_save_and_hidden.sh @@ -0,0 +1,7 @@ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ Unmodifiable variable │ +╰──────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 autosave variable: yes diff --git a/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden.sh b/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden.sh new file mode 100644 index 0000000..d6d7299 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (value) + ┣━━ 📓 a second variable: string1 + ┗━━ 📓 a third variable: string1 diff --git a/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_2.sh new file mode 100644 index 0000000..d6d7299 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_2.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (value) + ┣━━ 📓 a second variable: string1 + ┗━━ 📓 a third variable: string1 diff --git a/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_3.sh b/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..0cbc2d2 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_3.sh @@ -0,0 +1,9 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: value + ┗━━ 📓 a third variable: string1 (value) diff --git a/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_4.sh b/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..3be4281 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_4.sh @@ -0,0 +1,10 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: value + ┣━━ 📓 a second variable: string1 + ┗━━ 📓 a third variable: string1 (value) diff --git a/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_5.sh b/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..a85bed0 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_5.sh @@ -0,0 +1,10 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (value) + ┣━━ 📓 a second variable: string1 + ┗━━ 📓 a third variable: string1 diff --git a/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_6.sh b/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..6a0ea28 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_1default_calculation_hidden_6.sh @@ -0,0 +1,9 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (value) + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/04_5disabled_calculation.sh b/tests/results/test_namespace_secrets_key/04_5disabled_calculation.sh new file mode 100644 index 0000000..7f9ddac --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5disabled_calculation.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a conditional variable: string1 (no) + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/04_5disabled_calculation_default.sh b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_default.sh new file mode 100644 index 0000000..5c46d36 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_default.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┣━━ 📓 a first variable: string1 (string1) + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_multi.sh new file mode 100644 index 0000000..ec1db0e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_multi.sh @@ -0,0 +1,15 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a conditional variable: string1 (no) + ┣━━ 📓 a first variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 a second variable: +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_optional.sh new file mode 100644 index 0000000..1558c22 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_optional.sh @@ -0,0 +1,10 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┣━━ 📓 a first variable: + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable.sh new file mode 100644 index 0000000..576971f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: true (false) diff --git a/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable2.sh new file mode 100644 index 0000000..085d396 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable2.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: true (true) diff --git a/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable3.sh new file mode 100644 index 0000000..d37aa75 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable3.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (yes) + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable4.sh new file mode 100644 index 0000000..336d89f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable4.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: string1 (yes) diff --git a/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable_multi.sh new file mode 100644 index 0000000..576971f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_variable_multi.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a condition: true (false) diff --git a/tests/results/test_namespace_secrets_key/04_5hidden_calculation.sh b/tests/results/test_namespace_secrets_key/04_5hidden_calculation.sh new file mode 100644 index 0000000..dc20fdd --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5hidden_calculation.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the condition: string1 (no) + ┣━━ 📓 a first variable: string1 (no) + ┗━━ 📓 a second variable: string1 (no) diff --git a/tests/results/test_namespace_secrets_key/04_5hidden_calculation2.sh b/tests/results/test_namespace_secrets_key/04_5hidden_calculation2.sh new file mode 100644 index 0000000..24e6cb6 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5hidden_calculation2.sh @@ -0,0 +1,10 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┣━━ 📓 a first variable: string1 + ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_secrets_key/04_5hidden_calculation_default_calculation.sh new file mode 100644 index 0000000..5c46d36 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5hidden_calculation_default_calculation.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┣━━ 📓 a first variable: string1 (string1) + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/04_5validators.sh b/tests/results/test_namespace_secrets_key/04_5validators.sh new file mode 100644 index 0000000..e5f3fd6 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5validators.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A number: 1 diff --git a/tests/results/test_namespace_secrets_key/04_5validators_differ.sh b/tests/results/test_namespace_secrets_key/04_5validators_differ.sh new file mode 100644 index 0000000..7d1741b --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5validators_differ.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: another_value (oui) + ┗━━ 📓 A second variable: string1 (no) diff --git a/tests/results/test_namespace_secrets_key/04_5validators_multi.sh b/tests/results/test_namespace_secrets_key/04_5validators_multi.sh new file mode 100644 index 0000000..5a25fc3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5validators_multi.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ string1 (no) +  ┣━━ string2 (yes) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/04_5validators_multi2.sh b/tests/results/test_namespace_secrets_key/04_5validators_multi2.sh new file mode 100644 index 0000000..0021303 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5validators_multi2.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ val1 (no) +  ┗━━ val2 (yes) diff --git a/tests/results/test_namespace_secrets_key/04_5validators_multi3.sh b/tests/results/test_namespace_secrets_key/04_5validators_multi3.sh new file mode 100644 index 0000000..611c9c0 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/04_5validators_multi3.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a second variable: +  ┣━━ 0 (0) +  ┣━━ 1 +  ┗━━ 2 diff --git a/tests/results/test_namespace_secrets_key/05_0multi_not_uniq.sh b/tests/results/test_namespace_secrets_key/05_0multi_not_uniq.sh new file mode 100644 index 0000000..f6d362e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/05_0multi_not_uniq.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/05_0multi_uniq.sh b/tests/results/test_namespace_secrets_key/05_0multi_uniq.sh new file mode 100644 index 0000000..f6d362e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/05_0multi_uniq.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/12_1auto_save_expert.sh b/tests/results/test_namespace_secrets_key/12_1auto_save_expert.sh new file mode 100644 index 0000000..73f589d --- /dev/null +++ b/tests/results/test_namespace_secrets_key/12_1auto_save_expert.sh @@ -0,0 +1,7 @@ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_secrets_key/16_0redefine_description.sh b/tests/results/test_namespace_secrets_key/16_0redefine_description.sh new file mode 100644 index 0000000..0d77ade --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_0redefine_description.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 Redefined: string1 diff --git a/tests/results/test_namespace_secrets_key/16_2family_redefine_calculation.sh b/tests/results/test_namespace_secrets_key/16_2family_redefine_calculation.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_2family_redefine_calculation.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_secrets_key/16_2family_redefine_disabled.sh b/tests/results/test_namespace_secrets_key/16_2family_redefine_disabled.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_2family_redefine_disabled.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_secrets_key/16_3family_empty_at_ends.sh b/tests/results/test_namespace_secrets_key/16_3family_empty_at_ends.sh new file mode 100644 index 0000000..ff4a360 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_3family_empty_at_ends.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 family +  ┗━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_secrets_key/16_5exists_nonexists.sh b/tests/results/test_namespace_secrets_key/16_5exists_nonexists.sh new file mode 100644 index 0000000..666e920 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_5exists_nonexists.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: string1 (no) + ┗━━ 📓 a new variable: string1 (yes) diff --git a/tests/results/test_namespace_secrets_key/16_5exists_redefine.sh b/tests/results/test_namespace_secrets_key/16_5exists_redefine.sh new file mode 100644 index 0000000..470d2ba --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_5exists_redefine.sh @@ -0,0 +1,7 @@ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a first variable: yes diff --git a/tests/results/test_namespace_secrets_key/16_5redefine_calculation.sh b/tests/results/test_namespace_secrets_key/16_5redefine_calculation.sh new file mode 100644 index 0000000..11139af --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_5redefine_calculation.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (yes) diff --git a/tests/results/test_namespace_secrets_key/16_5redefine_choice.sh b/tests/results/test_namespace_secrets_key/16_5redefine_choice.sh new file mode 100644 index 0000000..4ae7cb2 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_5redefine_choice.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: a diff --git a/tests/results/test_namespace_secrets_key/16_5redefine_default.sh b/tests/results/test_namespace_secrets_key/16_5redefine_default.sh new file mode 100644 index 0000000..11139af --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_5redefine_default.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 (yes) diff --git a/tests/results/test_namespace_secrets_key/16_5redefine_default_calculation.sh b/tests/results/test_namespace_secrets_key/16_5redefine_default_calculation.sh new file mode 100644 index 0000000..a59f5a2 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_5redefine_default_calculation.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/16_5redefine_family.sh b/tests/results/test_namespace_secrets_key/16_5redefine_family.sh new file mode 100644 index 0000000..157dd3c --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_5redefine_family.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 new description +  ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/16_5redefine_help.sh b/tests/results/test_namespace_secrets_key/16_5redefine_help.sh new file mode 100644 index 0000000..e3ec072 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_5redefine_help.sh @@ -0,0 +1,7 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📓 redefine help: string1 diff --git a/tests/results/test_namespace_secrets_key/16_5redefine_hidden.sh b/tests/results/test_namespace_secrets_key/16_5redefine_hidden.sh new file mode 100644 index 0000000..ffcc856 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_5redefine_hidden.sh @@ -0,0 +1,7 @@ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: no diff --git a/tests/results/test_namespace_secrets_key/16_5redefine_multi.sh b/tests/results/test_namespace_secrets_key/16_5redefine_multi.sh new file mode 100644 index 0000000..f6d362e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_5redefine_multi.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 a variable: +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_secrets_key/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 0000000..23ef8ab --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/16_5test_redefine.sh b/tests/results/test_namespace_secrets_key/16_5test_redefine.sh new file mode 100644 index 0000000..7ba3b4b --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_5test_redefine.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: test1 (no) + ┣━━ 📓 a second variable: test1 (non) + ┗━━ 📓 a third variable: string1 diff --git a/tests/results/test_namespace_secrets_key/16_6choice_redefine.sh b/tests/results/test_namespace_secrets_key/16_6choice_redefine.sh new file mode 100644 index 0000000..8ab9c60 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_6choice_redefine.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 A choice: a (c) diff --git a/tests/results/test_namespace_secrets_key/16_6exists_family.sh b/tests/results/test_namespace_secrets_key/16_6exists_family.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_6exists_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_secrets_key/16_6exists_redefine_family.sh b/tests/results/test_namespace_secrets_key/16_6exists_redefine_family.sh new file mode 100644 index 0000000..aed4185 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16_6exists_redefine_family.sh @@ -0,0 +1,9 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 new description + ┃ ┗━━ 📓 a variable: string1 + ┗━━ 📂 a second family +  ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/16exists_exists.sh b/tests/results/test_namespace_secrets_key/16exists_exists.sh new file mode 100644 index 0000000..e0d0e8c --- /dev/null +++ b/tests/results/test_namespace_secrets_key/16exists_exists.sh @@ -0,0 +1,6 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📓 Description: string1 diff --git a/tests/results/test_namespace_secrets_key/17_5redefine_leadership.sh b/tests/results/test_namespace_secrets_key/17_5redefine_leadership.sh new file mode 100644 index 0000000..5e9ea3b --- /dev/null +++ b/tests/results/test_namespace_secrets_key/17_5redefine_leadership.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_secrets_key/20_0empty_family.sh b/tests/results/test_namespace_secrets_key/20_0empty_family.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/20_0empty_family.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_secrets_key/20_0family_append.sh b/tests/results/test_namespace_secrets_key/20_0family_append.sh new file mode 100644 index 0000000..89866b3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/20_0family_append.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A family +  ┣━━ 📓 The first variable: string1 +  ┗━━ 📓 The second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/20_0family_underscore.sh b/tests/results/test_namespace_secrets_key/20_0family_underscore.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/20_0family_underscore.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_secrets_key/20_0multi_family.sh b/tests/results/test_namespace_secrets_key/20_0multi_family.sh new file mode 100644 index 0000000..fa41b1e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/20_0multi_family.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/20_0multi_family_basic.sh b/tests/results/test_namespace_secrets_key/20_0multi_family_basic.sh new file mode 100644 index 0000000..fa41b1e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/20_0multi_family_basic.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/20_0multi_family_expert.sh b/tests/results/test_namespace_secrets_key/20_0multi_family_expert.sh new file mode 100644 index 0000000..3245668 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/20_0multi_family_expert.sh @@ -0,0 +1,9 @@ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📂 a sub family +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/20_0multi_family_order.sh b/tests/results/test_namespace_secrets_key/20_0multi_family_order.sh new file mode 100644 index 0000000..63196d9 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/20_0multi_family_order.sh @@ -0,0 +1,11 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: string1 + ┗━━ 📂 a family +  ┣━━ 📓 a first variable: string1 +  ┣━━ 📂 a sub family +  ┃ ┗━━ 📓 a variable: string1 +  ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/20_0validators_differ_redefine.sh b/tests/results/test_namespace_secrets_key/20_0validators_differ_redefine.sh new file mode 100644 index 0000000..73cd088 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/20_0validators_differ_redefine.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (no) + ┣━━ 📓 a second variable: string1 (no) + ┗━━ 📓 a third variable: yes (yes) diff --git a/tests/results/test_namespace_secrets_key/20_1empty_subfamily.sh b/tests/results/test_namespace_secrets_key/20_1empty_subfamily.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/20_1empty_subfamily.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_secrets_key/20_9default_information_parent.sh b/tests/results/test_namespace_secrets_key/20_9default_information_parent.sh new file mode 100644 index 0000000..79d73f3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/20_9default_information_parent.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 family +  ┣━━ 📓 a first variable: string1 +  ┗━━ 📓 a second variable: string1 diff --git a/tests/results/test_namespace_secrets_key/24_0family_hidden_condition.sh b/tests/results/test_namespace_secrets_key/24_0family_hidden_condition.sh new file mode 100644 index 0000000..45159db --- /dev/null +++ b/tests/results/test_namespace_secrets_key/24_0family_hidden_condition.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: string1 (no) + ┗━━ 📂 possibly hidden family +  ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_secrets_key/24_0family_hidden_condition_boolean.sh new file mode 100644 index 0000000..8e279c9 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/24_0family_hidden_condition_boolean.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a conditional variable: true (false) + ┗━━ 📂 a family +  ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_secrets_key/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 0000000..186462c --- /dev/null +++ b/tests/results/test_namespace_secrets_key/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: string1 (no) + ┗━━ 📂 possibly hidden family +  ┗━━ 📂 subfamily +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_secrets_key/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 0000000..c3ca791 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,11 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: true (true) + ┗━━ 📂 possibly hidden family +  ┗━━ 📂 a subfamily +   ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_secrets_key/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_secrets_key/24_0family_hidden_condition_with_variable.sh new file mode 100644 index 0000000..1794d3a --- /dev/null +++ b/tests/results/test_namespace_secrets_key/24_0family_hidden_condition_with_variable.sh @@ -0,0 +1,11 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first conditional variable: true (false) + ┣━━ 📓 a second conditional variable: true (false) + ┗━━ 📂 a family +  ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_secrets_key/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_secrets_key/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 0000000..6cd6338 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 the variable use has condition: string1 (no) + ┗━━ 📂 possibly hidden family +  ┗━━ 📂 a subfamily +   ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/24_0family_mandatory_condition.sh b/tests/results/test_namespace_secrets_key/24_0family_mandatory_condition.sh new file mode 100644 index 0000000..23ef8ab --- /dev/null +++ b/tests/results/test_namespace_secrets_key/24_0family_mandatory_condition.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_secrets_key/24_0family_mandatory_condition_variable.sh new file mode 100644 index 0000000..c83f5cd --- /dev/null +++ b/tests/results/test_namespace_secrets_key/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: true (true) + ┗━━ 📓 a variable: string1 diff --git a/tests/results/test_namespace_secrets_key/24_7validators_variable_optional.sh b/tests/results/test_namespace_secrets_key/24_7validators_variable_optional.sh new file mode 100644 index 0000000..6a9b48c --- /dev/null +++ b/tests/results/test_namespace_secrets_key/24_7validators_variable_optional.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┣━━ 📓 a first number: 5 +  ┗━━ 📓 a second number: 1 (1) diff --git a/tests/results/test_namespace_secrets_key/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_secrets_key/24_family_disabled_var_hidden.sh new file mode 100644 index 0000000..b73fb7e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/24_family_disabled_var_hidden.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_secrets_key/40_0leadership.sh b/tests/results/test_namespace_secrets_key/40_0leadership.sh new file mode 100644 index 0000000..3bfe5af --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_0leadership.sh @@ -0,0 +1,18 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┣━━ 📓 a follower: string1 +  ┃ ┗━━ 📓 an other follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┣━━ 📓 a follower: string2 +  ┃ ┗━━ 📓 an other follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a follower: string3 +   ┗━━ 📓 an other follower: string3 diff --git a/tests/results/test_namespace_secrets_key/40_0leadership_diff_name.sh b/tests/results/test_namespace_secrets_key/40_0leadership_diff_name.sh new file mode 100644 index 0000000..3bfe5af --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_0leadership_diff_name.sh @@ -0,0 +1,18 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┣━━ 📓 a follower: string1 +  ┃ ┗━━ 📓 an other follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┣━━ 📓 a follower: string2 +  ┃ ┗━━ 📓 an other follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a follower: string3 +   ┗━━ 📓 an other follower: string3 diff --git a/tests/results/test_namespace_secrets_key/40_0leadership_empty.sh b/tests/results/test_namespace_secrets_key/40_0leadership_empty.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_0leadership_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_secrets_key/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_secrets_key/40_0leadership_follower_default_calculation.sh new file mode 100644 index 0000000..328c159 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┣━━ 📓 a follower: string1 (value) +  ┃ ┗━━ 📓 a second follower: string1 (string1) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┣━━ 📓 a follower: string2 (value) +  ┃ ┗━━ 📓 a second follower: string2 (string2) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a follower: string3 (value) +   ┗━━ 📓 a second follower: string3 (string3) diff --git a/tests/results/test_namespace_secrets_key/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_secrets_key/40_0leadership_follower_default_submulti.sh new file mode 100644 index 0000000..262741e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_0leadership_follower_default_submulti.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (leader) +  ┃ ┣━━ 📓 a follower1: +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 a follower2: +  ┃  ┣━━ string1 (value1) +  ┃  ┣━━ string2 (value2) +  ┃  ┗━━ string3 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┣━━ 📓 a follower1: +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 a follower2: +  ┃  ┣━━ string1 (value1) +  ┃  ┣━━ string2 (value2) +  ┃  ┗━━ string3 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a follower1: +   ┃ ┣━━ string1 (value) +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 a follower2: +    ┣━━ string1 (value1) +    ┣━━ string2 (value2) +    ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_secrets_key/40_0leadership_follower_default_submulti_calculation.sh new file mode 100644 index 0000000..a00b42b --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_0leadership_follower_default_submulti_calculation.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 the leader +  ┃ ┣━━ 📓 the leader: string1 (leader) +  ┃ ┣━━ 📓 the follower1: +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 the follower2: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┣━━ 📂 the leader +  ┃ ┣━━ 📓 the leader: string2 +  ┃ ┣━━ 📓 the follower1: +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 the follower2: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┗━━ 📂 the leader +   ┣━━ 📓 the leader: string3 +   ┣━━ 📓 the follower1: +   ┃ ┣━━ string1 (value) +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 the follower2: +    ┣━━ string1 (string1) +    ┣━━ string2 (string2) +    ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets_key/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_secrets_key/40_0leadership_follower_default_value.sh new file mode 100644 index 0000000..38b18ad --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_0leadership_follower_default_value.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower with default value: string1 (value) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower with default value: string2 (value) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower with default value: string3 (value) diff --git a/tests/results/test_namespace_secrets_key/40_0leadership_leader_follower.sh b/tests/results/test_namespace_secrets_key/40_0leadership_leader_follower.sh new file mode 100644 index 0000000..02604a8 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_0leadership_leader_follower.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (value1) +  ┃ ┗━━ 📓 a follower: string1 (string1) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (value2) +  ┃ ┗━━ 📓 a follower: string2 (string2) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 (string3) diff --git a/tests/results/test_namespace_secrets_key/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_secrets_key/40_0leadership_leader_not_multi.sh new file mode 100644 index 0000000..bb6beb3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_0leadership_leader_not_multi.sh @@ -0,0 +1,22 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 general + ┃ ┗━━ 📓 No change: string1 (non) + ┗━━ 📂 general1 +  ┗━━ 📂 leader +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string1 +   ┃ ┣━━ 📓 follower1: string1 +   ┃ ┗━━ 📓 follower2: string1 +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string2 +   ┃ ┣━━ 📓 follower1: string2 +   ┃ ┗━━ 📓 follower2: string2 +   ┗━━ 📂 leader +    ┣━━ 📓 leader: string3 +    ┣━━ 📓 follower1: string3 +    ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_secrets_key/40_1leadership_append_follower.sh b/tests/results/test_namespace_secrets_key/40_1leadership_append_follower.sh new file mode 100644 index 0000000..83b59eb --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_1leadership_append_follower.sh @@ -0,0 +1,21 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 the leader +  ┃ ┣━━ 📓 the leader: string1 +  ┃ ┣━━ 📓 the follower1: string1 +  ┃ ┣━━ 📓 the follower2: string1 +  ┃ ┗━━ 📓 the follower3: string1 +  ┣━━ 📂 the leader +  ┃ ┣━━ 📓 the leader: string2 +  ┃ ┣━━ 📓 the follower1: string2 +  ┃ ┣━━ 📓 the follower2: string2 +  ┃ ┗━━ 📓 the follower3: string2 +  ┗━━ 📂 the leader +   ┣━━ 📓 the leader: string3 +   ┣━━ 📓 the follower1: string3 +   ┣━━ 📓 the follower2: string3 +   ┗━━ 📓 the follower3: string3 diff --git a/tests/results/test_namespace_secrets_key/40_2leadership_calculation_index.sh b/tests/results/test_namespace_secrets_key/40_2leadership_calculation_index.sh new file mode 100644 index 0000000..8ea39af --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_2leadership_calculation_index.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (a) +  ┃ ┗━━ 📓 a follower: 1 (0) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (b) +  ┃ ┗━━ 📓 a follower: 2 (1) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 (c) +   ┗━━ 📓 a follower: 3 (2) diff --git a/tests/results/test_namespace_secrets_key/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_secrets_key/40_2leadership_calculation_param_index.sh new file mode 100644 index 0000000..2df8927 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_2leadership_calculation_param_index.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (a) +  ┃ ┗━━ 📓 a follower: 1 (0) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (b) +  ┃ ┗━━ 📓 a follower: 2 (1) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 (c) +   ┗━━ 📓 a follower: 3 (2) diff --git a/tests/results/test_namespace_secrets_key/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_secrets_key/40_2leadership_leader_calculation.sh new file mode 100644 index 0000000..25dc83d --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_2leadership_leader_calculation.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (val1) +  ┃ ┣━━ 📓 a first follower: string1 +  ┃ ┗━━ 📓 a second follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (val2) +  ┃ ┣━━ 📓 a first follower: string2 +  ┃ ┗━━ 📓 a second follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┣━━ 📓 a first follower: string3 +   ┗━━ 📓 a second follower: string3 diff --git a/tests/results/test_namespace_secrets_key/40_6leadership_follower_multi.sh b/tests/results/test_namespace_secrets_key/40_6leadership_follower_multi.sh new file mode 100644 index 0000000..498a2e8 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_6leadership_follower_multi.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string1 +  ┃ ┣━━ 📓 The first follower: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 The second follower: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string2 +  ┃ ┣━━ 📓 The first follower: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 The second follower: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 The leader +   ┣━━ 📓 The leader: string3 +   ┣━━ 📓 The first follower: +   ┃ ┣━━ string1 +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 The second follower: +    ┣━━ string1 (value) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_secrets_key/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..498a2e8 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string1 +  ┃ ┣━━ 📓 The first follower: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 The second follower: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string2 +  ┃ ┣━━ 📓 The first follower: +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 The second follower: +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 The leader +   ┣━━ 📓 The leader: string3 +   ┣━━ 📓 The first follower: +   ┃ ┣━━ string1 +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 The second follower: +    ┣━━ string1 (value) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/40_8calculation_boolean.sh b/tests/results/test_namespace_secrets_key/40_8calculation_boolean.sh new file mode 100644 index 0000000..006a7c2 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_8calculation_boolean.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a boolean variable: true (false) + ┣━━ 📓 a first multi variable: + ┃ ┣━━ true (true) + ┃ ┗━━ false + ┗━━ 📓 a second multi variable: +  ┗━━ true (false) diff --git a/tests/results/test_namespace_secrets_key/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_secrets_key/40_8calculation_boolean_return_none.sh new file mode 100644 index 0000000..d35061a --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_8calculation_boolean_return_none.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: string1 (yes) + ┗━━ 📓 a second variable: true diff --git a/tests/results/test_namespace_secrets_key/40_8calculation_integer.sh b/tests/results/test_namespace_secrets_key/40_8calculation_integer.sh new file mode 100644 index 0000000..847fc0a --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_8calculation_integer.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a boolean variable: true (false) + ┣━━ 📓 first integer variable: 1 (1) + ┗━━ 📓 second integer variable: 1 (4) diff --git a/tests/results/test_namespace_secrets_key/40_8calculation_multi_variable.sh b/tests/results/test_namespace_secrets_key/40_8calculation_multi_variable.sh new file mode 100644 index 0000000..e350bc6 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_8calculation_multi_variable.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a first variable: + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 a second variable: string1 (no) + ┗━━ 📓 a third variable: string1 (yes) diff --git a/tests/results/test_namespace_secrets_key/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_secrets_key/40_8calculation_multi_variable_parent.sh new file mode 100644 index 0000000..af7db20 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: string1 (no) + ┗━━ 📂 a family +  ┗━━ 📓 a calculated variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_secrets_key/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 0000000..8cc4cff --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,10 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 first family + ┃ ┗━━ 📓 a variable: string1 (no) + ┗━━ 📂 second family +  ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/40_9calculation_variable_leader_follower_multi_inside.sh b/tests/results/test_namespace_secrets_key/40_9calculation_variable_leader_follower_multi_inside.sh new file mode 100644 index 0000000..3a9a44f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_9calculation_variable_leader_follower_multi_inside.sh @@ -0,0 +1,25 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (value1) +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (value2) +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ string1 (string2) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: +    ┣━━ string1 (string3) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-follower-first.sh new file mode 100644 index 0000000..48993bf --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-follower-first.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-follower-last.sh new file mode 100644 index 0000000..3edc05d --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-follower-last.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: +  ┣━━ string1 (string3) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-follower-no-mandatory.sh b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-follower-no-mandatory.sh new file mode 100644 index 0000000..30612fb --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-follower-no-mandatory.sh @@ -0,0 +1,20 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 leader + ┃ ┣━━ 📂 leader + ┃ ┃ ┣━━ 📓 leader: string1 (a) + ┃ ┃ ┗━━ 📓 follower: string1 + ┃ ┣━━ 📂 leader + ┃ ┃ ┣━━ 📓 leader: string2 (b) + ┃ ┃ ┗━━ 📓 follower: string2 + ┃ ┗━━ 📂 leader + ┃  ┣━━ 📓 leader: string3 + ┃  ┗━━ 📓 follower: string3 + ┗━━ 📓 variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-follower.sh b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-follower.sh new file mode 100644 index 0000000..f8bf1bc --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-follower.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-leader-first.sh new file mode 100644 index 0000000..9fde32c --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-leader-first.sh @@ -0,0 +1,20 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-leader-last.sh new file mode 100644 index 0000000..4a291f1 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-leader-last.sh @@ -0,0 +1,20 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: string1 (string3) diff --git a/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-leader.sh b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-leader.sh new file mode 100644 index 0000000..f8bf1bc --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-outside-leader.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┣━━ 📓 a follower: string1 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string1 (val21) + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┣━━ 📓 a follower: string2 (val11) + ┃ ┃ ┗━━ 📓 an other follower: string2 (val21) + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┣━━ 📓 a follower: string3 (val11) + ┃  ┗━━ 📓 an other follower: string3 (val21) + ┗━━ 📓 a calculated variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets_key/40_9leadership-calculation-variable.sh b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-variable.sh new file mode 100644 index 0000000..904043a --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-variable.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a calculated variable: + ┃ ┣━━ string1 (value1) + ┃ ┣━━ string2 (value2) + ┃ ┗━━ string3 + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (string1) +  ┃ ┣━━ 📓 a follower: string1 (val11) +  ┃ ┗━━ 📓 an other follower: string1 (val21) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (string2) +  ┃ ┣━━ 📓 a follower: string2 (val11) +  ┃ ┗━━ 📓 an other follower: string2 (val21) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 (string3) +   ┣━━ 📓 a follower: string3 (val11) +   ┗━━ 📓 an other follower: string3 (val21) diff --git a/tests/results/test_namespace_secrets_key/40_9leadership-calculation-variable_leader_follower.sh b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-variable_leader_follower.sh new file mode 100644 index 0000000..f9c919e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-variable_leader_follower.sh @@ -0,0 +1,26 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┗━━ 📓 a follower: string1 + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┗━━ 📓 a follower: string2 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┗━━ 📓 a follower: string3 + ┗━━ 📂 a second leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (string1) +  ┃ ┗━━ 📓 a follower: string1 (val) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (string2) +  ┃ ┗━━ 📓 a follower: string2 (val) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 (string3) +   ┗━━ 📓 a follower: string3 (val) diff --git a/tests/results/test_namespace_secrets_key/40_9leadership-calculation-variable_leader_follower_not_same.sh b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-variable_leader_follower_not_same.sh new file mode 100644 index 0000000..fc80b3d --- /dev/null +++ b/tests/results/test_namespace_secrets_key/40_9leadership-calculation-variable_leader_follower_not_same.sh @@ -0,0 +1,35 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a leadership + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string1 (value1) + ┃ ┃ ┗━━ 📓 a follower: string1 + ┃ ┣━━ 📂 a leader + ┃ ┃ ┣━━ 📓 a leader: string2 (value2) + ┃ ┃ ┗━━ 📓 a follower: string2 + ┃ ┗━━ 📂 a leader + ┃  ┣━━ 📓 a leader: string3 + ┃  ┗━━ 📓 a follower: string3 + ┗━━ 📂 a second leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (value1) +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (value2) +  ┃ ┗━━ 📓 a follower: +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: +    ┣━━ string1 (string1) +    ┣━━ string2 (string2) +    ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets_key/41_0choice_leader.sh b/tests/results/test_namespace_secrets_key/41_0choice_leader.sh new file mode 100644 index 0000000..dcec9a3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/41_0choice_leader.sh @@ -0,0 +1,15 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 The leadership +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string1 +  ┃ ┗━━ 📓 A follower: a +  ┣━━ 📂 The leader +  ┃ ┣━━ 📓 The leader: string2 +  ┃ ┗━━ 📓 A follower: b +  ┗━━ 📂 The leader +   ┣━━ 📓 The leader: string3 +   ┗━━ 📓 A follower: c diff --git a/tests/results/test_namespace_secrets_key/44_0leadership_hidden.sh b/tests/results/test_namespace_secrets_key/44_0leadership_hidden.sh new file mode 100644 index 0000000..5e9ea3b --- /dev/null +++ b/tests/results/test_namespace_secrets_key/44_0leadership_hidden.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_secrets_key/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_secrets_key/44_0leadership_leader_hidden.sh new file mode 100644 index 0000000..5e9ea3b --- /dev/null +++ b/tests/results/test_namespace_secrets_key/44_0leadership_leader_hidden.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_secrets_key/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_secrets_key/44_1leadership_append_hidden_follower.sh new file mode 100644 index 0000000..5e9ea3b --- /dev/null +++ b/tests/results/test_namespace_secrets_key/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership diff --git a/tests/results/test_namespace_secrets_key/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_secrets_key/44_4disabled_calcultion_follower.sh new file mode 100644 index 0000000..d8d8e10 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/44_4disabled_calcultion_follower.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: true (true) + ┗━━ 📂 a leadership +  ┣━━ 📂 aleader +  ┃ ┣━━ 📓 aleader: string1 (a) +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 aleader +  ┃ ┣━━ 📓 aleader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 aleader +   ┣━━ 📓 aleader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_secrets_key/44_4leadership_mandatory.sh b/tests/results/test_namespace_secrets_key/44_4leadership_mandatory.sh new file mode 100644 index 0000000..781b0ca --- /dev/null +++ b/tests/results/test_namespace_secrets_key/44_4leadership_mandatory.sh @@ -0,0 +1,15 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_secrets_key/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_secrets_key/44_4leadership_mandatory_follower.sh new file mode 100644 index 0000000..781b0ca --- /dev/null +++ b/tests/results/test_namespace_secrets_key/44_4leadership_mandatory_follower.sh @@ -0,0 +1,15 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_secrets_key/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_secrets_key/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 0000000..672783c --- /dev/null +++ b/tests/results/test_namespace_secrets_key/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (no) + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_secrets_key/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_secrets_key/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 0000000..42a592c --- /dev/null +++ b/tests/results/test_namespace_secrets_key/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a condition: string1 (yes) + ┗━━ 📂 a leadership +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 +  ┃ ┗━━ 📓 a follower: string1 +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 +  ┃ ┗━━ 📓 a follower: string2 +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 diff --git a/tests/results/test_namespace_secrets_key/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_secrets_key/44_9calculated_default_leadership_leader.sh new file mode 100644 index 0000000..658941a --- /dev/null +++ b/tests/results/test_namespace_secrets_key/44_9calculated_default_leadership_leader.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 leader +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string1 (a) +  ┃ ┗━━ 📓 a follower: string1 (string1) +  ┣━━ 📂 a leader +  ┃ ┣━━ 📓 a leader: string2 (b) +  ┃ ┗━━ 📓 a follower: string2 (string2) +  ┗━━ 📂 a leader +   ┣━━ 📓 a leader: string3 +   ┗━━ 📓 a follower: string3 (string3) diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic.sh new file mode 100644 index 0000000..d378924 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_0.sh new file mode 100644 index 0000000..4f9decf --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_0.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 Dynamic variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 Dynamic variable: string1 diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_0_empty.sh new file mode 100644 index 0000000..30b6f93 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_0_empty.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 Dynamic variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 Dynamic variable: string1 diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_0_type.sh new file mode 100644 index 0000000..4a02c57 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_0_type.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dyn variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dyn variable: string1 diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_0_type_empty.sh new file mode 100644 index 0000000..32e5b2e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_0_type_empty.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dyn variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dyn variable: string1 diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_1.sh new file mode 100644 index 0000000..d378924 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_1.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 0000000..573508f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_empty.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_empty.sh new file mode 100644 index 0000000..376f181 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_empty.sh @@ -0,0 +1,15 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_forbidden_char.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_forbidden_char.sh new file mode 100644 index 0000000..3e40ce1 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_forbidden_char.sh @@ -0,0 +1,15 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val.1 (val.1) + ┃ ┗━━ val.2 (val.2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: string1 (val.1) + ┃ ┗━━ 📓 A dynamic variable: string1 (val.1) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: string1 (val.2) +  ┗━━ 📓 A dynamic variable: string1 (val.2) diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_jinja_number.sh new file mode 100644 index 0000000..d617f8d --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_jinja_number.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ 1 (1) + ┃ ┗━━ 2 (2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_jinja_number_empty.sh new file mode 100644 index 0000000..761be52 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_jinja_number_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ 1 + ┃ ┗━━ 2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_no_description.sh new file mode 100644 index 0000000..131e1b9 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_no_description.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 0000000..3e5d8aa --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_static.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_static.sh new file mode 100644 index 0000000..1a1c02c --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_static.sh @@ -0,0 +1,9 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: string1 diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_test.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_test.sh new file mode 100644 index 0000000..573508f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_test.sh @@ -0,0 +1,12 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_upper_char.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..6747010 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_upper_char.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ Val1 (Val1) + ┃ ┗━━ VAL2 (VAL2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_variable_empty.sh new file mode 100644 index 0000000..848c780 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside dynamic family: string1 (val) diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 0000000..ba52399 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable with suffix val1: string1 (a value) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable with suffix val2: string1 (a value) diff --git a/tests/results/test_namespace_secrets_key/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_secrets_key/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 0000000..f8630fc --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable with suffix val1: string1 (a value) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable with suffix val2: string1 (a value) diff --git a/tests/results/test_namespace_secrets_key/60_0family_empty.sh b/tests/results/test_namespace_secrets_key/60_0family_empty.sh new file mode 100644 index 0000000..cde317f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_empty.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail diff --git a/tests/results/test_namespace_secrets_key/60_0family_hidden.sh b/tests/results/test_namespace_secrets_key/60_0family_hidden.sh new file mode 100644 index 0000000..0ced278 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_hidden.sh @@ -0,0 +1,8 @@ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📓 a variable: diff --git a/tests/results/test_namespace_secrets_key/60_0family_mode.sh b/tests/results/test_namespace_secrets_key/60_0family_mode.sh new file mode 100644 index 0000000..3ab99e5 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_0family_mode.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 a family +  ┗━━ 📓 A variable: string1 (non) diff --git a/tests/results/test_namespace_secrets_key/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_secrets_key/60_1family_dynamic_jinja.sh new file mode 100644 index 0000000..2a38803 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_1family_dynamic_jinja.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: string1 (val) diff --git a/tests/results/test_namespace_secrets_key/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_secrets_key/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 0000000..75983a2 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: string1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: string1 + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 0000000..7246756 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: string1 (val2) + ┗━━ 📓 a varible outside dynamic family: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 0000000..e60d62e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family inside dynamic family + ┃  ┗━━ 📓 a dynamic variable: string1 (val2) + ┗━━ 📓 a varible outside dynamic family: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_secrets_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 0000000..b59faaa --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: string1 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 with a variable: string1 + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_secrets_key/60_2family_dynamic_outside_calc.sh new file mode 100644 index 0000000..926a9e8 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffx variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_secrets_key/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 0000000..adf4759 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffx variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📓 a second variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc2.sh new file mode 100644 index 0000000..b2e08b9 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc2.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📓 a second variable: string1 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: string1 (val) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc2_empty.sh new file mode 100644 index 0000000..b64ce42 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc2_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 a second variable: string1 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 (val) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 a dynamic variable: string1 (val) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix.sh new file mode 100644 index 0000000..7588d71 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 0000000..a2d1392 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 Suffix has value: string1 (val1) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 Suffix has value: string1 (val2) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 0000000..94fc9a0 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 Suffix has value: string1 (val1) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 Suffix has value: string1 (val2) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_disabled.sh new file mode 100644 index 0000000..f5b0408 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_disabled.sh @@ -0,0 +1,8 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 dynval1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..ae5fc4b --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,11 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 A variable calculated: string1 diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_empty.sh new file mode 100644 index 0000000..7b91c65 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_empty_2.sh new file mode 100644 index 0000000..971ce35 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_empty_2.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┗━━ val1 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_empty_3.sh new file mode 100644 index 0000000..e50f493 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_empty_3.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A variable calculated: string1 (string1) + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_hidden.sh new file mode 100644 index 0000000..c206645 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_hidden.sh @@ -0,0 +1,15 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: a value + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: a value + ┗━━ 📓 A variable calculated: string1 (a value) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh new file mode 100644 index 0000000..92a2ae5 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -0,0 +1,15 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: true + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: true + ┗━━ 📓 A variable calculated: true (true) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_hidden_multi.sh new file mode 100644 index 0000000..825d94f --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -0,0 +1,22 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: + ┃  ┣━━ a value + ┃  ┗━━ a second value + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: + ┃  ┣━━ a value + ┃  ┗━━ a second value + ┗━━ 📓 A variable calculated: +  ┣━━ string1 (a value) +  ┣━━ string2 (a second value) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 0000000..7379bb5 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 (val1) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 (val2) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 0000000..b1fd22d --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┗━━ 📓 A dynamic variable: string1 (val1) + ┗━━ 📂 A dynamic family +  ┗━━ 📓 A dynamic variable: string1 (val2) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_variable.sh new file mode 100644 index 0000000..7588d71 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 0000000..7b91c65 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 0000000..bfc24b8 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,14 @@ +╭────────────── Caption ───────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +╰──────────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable: string1 + ┃ ┗━━ 📂 a family + ┃  ┗━━ 📓 a new variable: string1 + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable: +  ┗━━ 📂 a family +   ┗━━ 📓 a new variable: diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_unknown_suffix.sh new file mode 100644 index 0000000..aab268c --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_unknown_suffix.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: string1 (val1) + ┃ ┣━━ 📓 a variable 2: string1 (string1) + ┃ ┗━━ 📓 a variable 3: string1 (string1) + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable 1: string1 (val2) +  ┣━━ 📓 a variable 2: string1 (string1) +  ┗━━ 📓 a variable 3: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_unknown_suffix_empty.sh new file mode 100644 index 0000000..5ae3a8e --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_unknown_suffix_empty.sh @@ -0,0 +1,31 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┣━━ val2 + ┃ ┣━━ val3 + ┃ ┗━━ val4 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: string1 (val1) + ┃ ┣━━ 📓 a variable 2: string1 (string1) + ┃ ┣━━ 📓 a variable 3: string1 (string1) + ┃ ┗━━ 📓 a variable 4: string1 (string1) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: string1 (val2) + ┃ ┣━━ 📓 a variable 2: string1 (string1) + ┃ ┣━━ 📓 a variable 3: string1 (string1) + ┃ ┗━━ 📓 a variable 4: string1 (string1) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 a variable 1: string1 (val3) + ┃ ┣━━ 📓 a variable 2: string1 (string1) + ┃ ┣━━ 📓 a variable 3: string1 (string1) + ┃ ┗━━ 📓 a variable 4: string1 (string1) + ┗━━ 📂 a dynamic family +  ┣━━ 📓 a variable 1: string1 (val4) +  ┣━━ 📓 a variable 2: string1 (string1) +  ┣━━ 📓 a variable 3: string1 (string1) +  ┗━━ 📓 a variable 4: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside.sh new file mode 100644 index 0000000..4e32fa3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside2.sh new file mode 100644 index 0000000..d3a990c --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside2.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: string1 (val2) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside2_empty.sh new file mode 100644 index 0000000..1a4d130 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside2_empty.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a variable: + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a variable inside a dynamic family: string1 (val2) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_1_0.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_1_0.sh new file mode 100644 index 0000000..4e32fa3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_1_0.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_empty.sh new file mode 100644 index 0000000..a5ce3a0 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_empty.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_jinja.sh new file mode 100644 index 0000000..4e32fa3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_jinja.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_jinja_empty.sh new file mode 100644 index 0000000..a5ce3a0 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -0,0 +1,17 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside a dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_sub_suffix.sh new file mode 100644 index 0000000..246e077 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: string1 (val1) + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: string1 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: string1 (val1) + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh new file mode 100644 index 0000000..054476b --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: string1 (val1) + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: string1 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📂 a sub dynamic family + ┃ ┃ ┗━━ 📓 a variable inside a sub dynamic family: string1 (val1) + ┃ ┗━━ 📂 a sub dynamic family + ┃  ┗━━ 📓 a variable inside a sub dynamic family: string1 (val2) + ┗━━ 📓 a variable: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 0000000..2e36f55 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val2) + ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 0000000..fdeb47a --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,14 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 asuffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val1) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a variable inside dynamic family: string1 (val2) + ┗━━ 📓 a variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_6family_dynamic_inside.sh b/tests/results/test_namespace_secrets_key/60_6family_dynamic_inside.sh new file mode 100644 index 0000000..c423ed7 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_6family_dynamic_inside.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 value is suffix: string1 (val1) + ┃ ┣━━ 📓 value is first variable: string1 (string1) + ┃ ┣━━ 📓 value is relative first variable: string1 (string1) + ┃ ┗━━ 📓 value is first variable of val1: string1 (string1) + ┗━━ 📂 a dynamic family +  ┣━━ 📓 value is suffix: string1 (val2) +  ┣━━ 📓 value is first variable: string1 (string1) +  ┣━━ 📓 value is relative first variable: string1 (string1) +  ┗━━ 📓 value is first variable of val1: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_secrets_key/60_6family_dynamic_inside_empty.sh new file mode 100644 index 0000000..b1a6541 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_6family_dynamic_inside_empty.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┣━━ 📓 value is suffix: string1 (val1) + ┃ ┣━━ 📓 value is first variable: string1 (string1) + ┃ ┣━━ 📓 value is relative first variable: string1 (string1) + ┃ ┗━━ 📓 value is first variable of val1: string1 (string1) + ┗━━ 📂 a dynamic family +  ┣━━ 📓 value is suffix: string1 (val2) +  ┣━━ 📓 value is first variable: string1 (string1) +  ┣━━ 📓 value is relative first variable: string1 (string1) +  ┗━━ 📓 value is first variable of val1: string1 (string1) diff --git a/tests/results/test_namespace_secrets_key/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_secrets_key/60_6family_dynamic_leadership.sh new file mode 100644 index 0000000..272e2f3 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_6family_dynamic_leadership.sh @@ -0,0 +1,37 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a leadership + ┃  ┣━━ 📂 a leader + ┃  ┃ ┣━━ 📓 a leader: string1 + ┃  ┃ ┣━━ 📓 a follower1: string1 + ┃  ┃ ┗━━ 📓 a follower2: string1 + ┃  ┣━━ 📂 a leader + ┃  ┃ ┣━━ 📓 a leader: string2 + ┃  ┃ ┣━━ 📓 a follower1: string2 + ┃  ┃ ┗━━ 📓 a follower2: string2 + ┃  ┗━━ 📂 a leader + ┃   ┣━━ 📓 a leader: string3 + ┃   ┣━━ 📓 a follower1: string3 + ┃   ┗━━ 📓 a follower2: string3 + ┗━━ 📂 a dynamic family +  ┗━━ 📂 a leadership +   ┣━━ 📂 a leader +   ┃ ┣━━ 📓 a leader: string1 +   ┃ ┣━━ 📓 a follower1: string1 +   ┃ ┗━━ 📓 a follower2: string1 +   ┣━━ 📂 a leader +   ┃ ┣━━ 📓 a leader: string2 +   ┃ ┣━━ 📓 a follower1: string2 +   ┃ ┗━━ 📓 a follower2: string2 +   ┗━━ 📂 a leader +    ┣━━ 📓 a leader: string3 +    ┣━━ 📓 a follower1: string3 +    ┗━━ 📓 a follower2: string3 diff --git a/tests/results/test_namespace_secrets_key/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_secrets_key/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 0000000..d552965 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,36 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a leadership + ┃  ┣━━ 📂 a leader + ┃  ┃ ┣━━ 📓 a leader: string1 + ┃  ┃ ┣━━ 📓 a follower1: string1 + ┃  ┃ ┗━━ 📓 a follower2: string1 + ┃  ┣━━ 📂 a leader + ┃  ┃ ┣━━ 📓 a leader: string2 + ┃  ┃ ┣━━ 📓 a follower1: string2 + ┃  ┃ ┗━━ 📓 a follower2: string2 + ┃  ┗━━ 📂 a leader + ┃   ┣━━ 📓 a leader: string3 + ┃   ┣━━ 📓 a follower1: string3 + ┃   ┗━━ 📓 a follower2: string3 + ┗━━ 📂 a dynamic family +  ┗━━ 📂 a leadership +   ┣━━ 📂 a leader +   ┃ ┣━━ 📓 a leader: string1 +   ┃ ┣━━ 📓 a follower1: string1 +   ┃ ┗━━ 📓 a follower2: string1 +   ┣━━ 📂 a leader +   ┃ ┣━━ 📓 a leader: string2 +   ┃ ┣━━ 📓 a follower1: string2 +   ┃ ┗━━ 📓 a follower2: string2 +   ┗━━ 📂 a leader +    ┣━━ 📓 a leader: string3 +    ┣━━ 📓 a follower1: string3 +    ┗━━ 📓 a follower2: string3 diff --git a/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic.sh new file mode 100644 index 0000000..171ddeb --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic.sh @@ -0,0 +1,33 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 (tval1) + ┃ ┃ ┗━━ tval2 (tval2) + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-tval1) + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: string1 (tval2) + ┃  ┣━━ 📓 identifier from first family: string1 (val1) + ┃  ┗━━ 📓 merge identifiers: string1 (val1-tval2) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 (tval1) +  ┃ ┗━━ tval2 (tval2) +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-tval1) +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: string1 (tval2) +   ┣━━ 📓 identifier from first family: string1 (val2) +   ┗━━ 📓 merge identifiers: string1 (val2-tval2) diff --git a/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic_1_0.sh new file mode 100644 index 0000000..171ddeb --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic_1_0.sh @@ -0,0 +1,33 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 (tval1) + ┃ ┃ ┗━━ tval2 (tval2) + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-tval1) + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: string1 (tval2) + ┃  ┣━━ 📓 identifier from first family: string1 (val1) + ┃  ┗━━ 📓 merge identifiers: string1 (val1-tval2) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 (tval1) +  ┃ ┗━━ tval2 (tval2) +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-tval1) +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: string1 (tval2) +   ┣━━ 📓 identifier from first family: string1 (val2) +   ┗━━ 📓 merge identifiers: string1 (val2-tval2) diff --git a/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic_1_0_2.sh new file mode 100644 index 0000000..62c8403 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic_1_0_2.sh @@ -0,0 +1,19 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📂 A dynamic family + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 A dynamic family + ┃  ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📂 A dynamic family +  ┣━━ 📂 A dynamic family +  ┃ ┗━━ 📓 A dynamic variable: string1 +  ┗━━ 📂 A dynamic family +   ┗━━ 📓 A dynamic variable: string1 diff --git a/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic_empty.sh new file mode 100644 index 0000000..64c8181 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic_empty.sh @@ -0,0 +1,33 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ tval1 (tval1) + ┃ ┃ ┗━━ tval2 (tval2) + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-tval1) + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: string1 (tval2) + ┃  ┣━━ 📓 identifier from first family: string1 (val1) + ┃  ┗━━ 📓 merge identifiers: string1 (val1-tval2) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ tval1 (tval1) +  ┃ ┗━━ tval2 (tval2) +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (tval1) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-tval1) +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: string1 (tval2) +   ┣━━ 📓 identifier from first family: string1 (val2) +   ┗━━ 📓 merge identifiers: string1 (val2-tval2) diff --git a/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic_empty2.sh new file mode 100644 index 0000000..f372f00 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_6family_dynamic_sub_dynamic_empty2.sh @@ -0,0 +1,43 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A identifier variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 A dynamic family + ┃ ┣━━ 📓 A dynamic variable: + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (string1) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-string1) + ┃ ┣━━ 📂 a Second dynamic variable + ┃ ┃ ┣━━ 📓 A variable dynamic: string1 (string2) + ┃ ┃ ┣━━ 📓 identifier from first family: string1 (val1) + ┃ ┃ ┗━━ 📓 merge identifiers: string1 (val1-string2) + ┃ ┗━━ 📂 a Second dynamic variable + ┃  ┣━━ 📓 A variable dynamic: string1 (string3) + ┃  ┣━━ 📓 identifier from first family: string1 (val1) + ┃  ┗━━ 📓 merge identifiers: string1 (val1-string3) + ┗━━ 📂 A dynamic family +  ┣━━ 📓 A dynamic variable: +  ┃ ┣━━ string1 +  ┃ ┣━━ string2 +  ┃ ┗━━ string3 +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (string1) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-string1) +  ┣━━ 📂 a Second dynamic variable +  ┃ ┣━━ 📓 A variable dynamic: string1 (string2) +  ┃ ┣━━ 📓 identifier from first family: string1 (val2) +  ┃ ┗━━ 📓 merge identifiers: string1 (val2-string2) +  ┗━━ 📂 a Second dynamic variable +   ┣━━ 📓 A variable dynamic: string1 (string3) +   ┣━━ 📓 identifier from first family: string1 (val2) +   ┗━━ 📓 merge identifiers: string1 (val2-string3) diff --git a/tests/results/test_namespace_secrets_key/60_6family_dynamic_suffix_auto_multi.sh b/tests/results/test_namespace_secrets_key/60_6family_dynamic_suffix_auto_multi.sh new file mode 100644 index 0000000..8b66b25 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_6family_dynamic_suffix_auto_multi.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/60_6family_dynamic_suffix_auto_multi2.sh b/tests/results/test_namespace_secrets_key/60_6family_dynamic_suffix_auto_multi2.sh new file mode 100644 index 0000000..8b66b25 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_6family_dynamic_suffix_auto_multi2.sh @@ -0,0 +1,23 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 A suffix variable: + ┃ ┣━━ val1 (val1) + ┃ ┗━━ val2 (val2) + ┣━━ 📂 dynval1 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: string1 + ┣━━ 📂 dynval2 + ┃ ┣━━ 📂 dynval1 + ┃ ┃ ┗━━ 📓 A dynamic variable: string1 + ┃ ┗━━ 📂 dynval2 + ┃  ┗━━ 📓 A dynamic variable: string1 + ┗━━ 📓 A variable calculated: +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets_key/60_9extra_dynamic.sh b/tests/results/test_namespace_secrets_key/60_9extra_dynamic.sh new file mode 100644 index 0000000..a7ecaca --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_9extra_dynamic.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📓 a variable: +┃  ┗━━ a (a) +┗━━ 📂 extra + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets_key/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_secrets_key/60_9extra_dynamic_extra.sh new file mode 100644 index 0000000..0c13c27 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_9extra_dynamic_extra.sh @@ -0,0 +1,16 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📂 Rougail +┃ ┗━━ 📂 général +┃  ┗━━ 📓 No change: +┃   ┣━━ string1 (a) +┃   ┣━━ string2 +┃   ┗━━ string3 +┗━━ 📂 extra + ┣━━ 📓 a variable: + ┃ ┗━━ a (a) + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets_key/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_secrets_key/60_9family_dynamic_calc_both.sh new file mode 100644 index 0000000..8b38653 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/60_9family_dynamic_calc_both.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┣━━ 📓 a suffix variable: string1 (val2) + ┣━━ 📂 a dynamic family + ┃ ┗━━ 📓 a dynamic variable: string1 + ┗━━ 📂 a dynamic family +  ┗━━ 📓 a dynamic variable: string1 diff --git a/tests/results/test_namespace_secrets_key/68_0family_leadership_mode.sh b/tests/results/test_namespace_secrets_key/68_0family_leadership_mode.sh new file mode 100644 index 0000000..8636d0b --- /dev/null +++ b/tests/results/test_namespace_secrets_key/68_0family_leadership_mode.sh @@ -0,0 +1,18 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 A leadership +  ┣━━ 📂 A leader +  ┃ ┣━━ 📓 A leader: string1 +  ┃ ┣━━ 📓 a follower1: string1 +  ┃ ┗━━ 📓 a follower2: string1 +  ┣━━ 📂 A leader +  ┃ ┣━━ 📓 A leader: string2 +  ┃ ┣━━ 📓 a follower1: string2 +  ┃ ┗━━ 📓 a follower2: string2 +  ┗━━ 📂 A leader +   ┣━━ 📓 A leader: string3 +   ┣━━ 📓 a follower1: string3 +   ┗━━ 📓 a follower2: string3 diff --git a/tests/results/test_read_write/00_0no_variable.sh b/tests/results/test_read_write/00_0no_variable.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_read_write/00_0no_variable.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_read_write/00_0no_variable_default_version.sh b/tests/results/test_read_write/00_0no_variable_default_version.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_read_write/00_0no_variable_default_version.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_read_write/00_0no_variable_remove_version.sh b/tests/results/test_read_write/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_read_write/00_0no_variable_remove_version.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_read_write/00_2default_calculated_params_permissive.sh b/tests/results/test_read_write/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..a2fca33 --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated_params_permissive.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📓 var2: a_value diff --git a/tests/results/test_read_write/00_2default_calculated_variable_description.sh b/tests/results/test_read_write/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..43f189b --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated_variable_description.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/04_1default_calculation_hidden_3.sh b/tests/results/test_read_write/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..8028082 --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden_3.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📓 var3: value diff --git a/tests/results/test_read_write/04_1default_calculation_hidden_4.sh b/tests/results/test_read_write/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..b83c535 --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden_4.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📓 var2: +┗━━ 📓 var3: value diff --git a/tests/results/test_read_write/04_1default_calculation_hidden_5.sh b/tests/results/test_read_write/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..5247007 --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden_5.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📓 var1: value diff --git a/tests/results/test_read_write/04_1default_calculation_hidden_6.sh b/tests/results/test_read_write/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..a8603b5 --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden_6.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📓 var1: value +┗━━ 📓 var3: diff --git a/tests/results/test_read_write/04_5validators_multi3.sh b/tests/results/test_read_write/04_5validators_multi3.sh new file mode 100644 index 0000000..8169da5 --- /dev/null +++ b/tests/results/test_read_write/04_5validators_multi3.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📓 var1: + ┣━━ 0 + ┣━━ 1 + ┗━━ 2 diff --git a/tests/results/test_read_write/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_read_write/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..89dd30e --- /dev/null +++ b/tests/results/test_read_write/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 leadership diff --git a/tests/results/test_read_write_mandatory_secrets/00_0no_variable.sh b/tests/results/test_read_write_mandatory_secrets/00_0no_variable.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_0no_variable.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/00_0no_variable_default_version.sh b/tests/results/test_read_write_mandatory_secrets/00_0no_variable_default_version.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_0no_variable_default_version.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/00_0no_variable_remove_version.sh b/tests/results/test_read_write_mandatory_secrets/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_0no_variable_remove_version.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_params_permissive.sh b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..2e3bc5d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_params_permissive.sh @@ -0,0 +1,6 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📓 var2: string1 (a_value) diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description.sh b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..9fb1954 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_3.sh b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..274fd2e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_3.sh @@ -0,0 +1,6 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📓 var3: string1 (value) diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_4.sh b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..e02090a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_4.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📓 var2: string1 +┗━━ 📓 var3: string1 (value) diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_5.sh b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..f6be745 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_5.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (value) +┗━━ 📓 var3: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_6.sh b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..f076ce7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_6.sh @@ -0,0 +1,6 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📓 var1: string1 (value) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_multi3.sh b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi3.sh new file mode 100644 index 0000000..b0b6726 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi3.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📓 var1: + ┣━━ 0 (0) + ┣━━ 1 + ┗━━ 2 diff --git a/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..67d549b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,36 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 leadership + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┗━━ 📓 follower2: + ┃  ┣━━ string1 (value) + ┃  ┣━━ string2 + ┃  ┗━━ string3 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┗━━ 📓 follower2: + ┃  ┣━━ string1 (value) + ┃  ┣━━ string2 + ┃  ┗━━ string3 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: +  ┃ ┣━━ string1 +  ┃ ┣━━ string2 +  ┃ ┗━━ string3 +  ┗━━ 📓 follower2: +   ┣━━ string1 (value) +   ┣━━ string2 +   ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_0no_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_0no_variable.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_0no_variable.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_0no_variable_default_version.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_0no_variable_default_version.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_0no_variable_default_version.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_0no_variable_remove_version.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_0no_variable_remove_version.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_params_permissive.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..a2fca33 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_params_permissive.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📓 var2: a_value diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_variable_description.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..d982c66 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_variable_description.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┣━━ var1 (a first variable) + ┗━━ var2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_3.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..8028082 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_3.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📓 var3: value diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_4.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..f9d9db7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_4.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ var2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_5.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..5247007 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_5.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📓 var1: value diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_6.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..8bb861d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_6.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ var3 (a third variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi3.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi3.sh new file mode 100644 index 0000000..8169da5 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi3.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📓 var1: + ┣━━ 0 + ┣━━ 1 + ┗━━ 2 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..89dd30e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 leadership diff --git a/tests/results/test_read_write_secrets/00_0no_variable.sh b/tests/results/test_read_write_secrets/00_0no_variable.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_0no_variable.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/00_0no_variable_default_version.sh b/tests/results/test_read_write_secrets/00_0no_variable_default_version.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_0no_variable_default_version.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/00_0no_variable_remove_version.sh b/tests/results/test_read_write_secrets/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_0no_variable_remove_version.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/00_2default_calculated_params_permissive.sh b/tests/results/test_read_write_secrets/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..a2fca33 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_2default_calculated_params_permissive.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📓 var2: a_value diff --git a/tests/results/test_read_write_secrets/00_2default_calculated_variable_description.sh b/tests/results/test_read_write_secrets/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..43f189b --- /dev/null +++ b/tests/results/test_read_write_secrets/00_2default_calculated_variable_description.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_3.sh b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..8028082 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_3.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📓 var3: value diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_4.sh b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..b83c535 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_4.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📓 var2: +┗━━ 📓 var3: value diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_5.sh b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..5247007 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_5.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📓 var1: value diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_6.sh b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..a8603b5 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_6.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📓 var1: value +┗━━ 📓 var3: diff --git a/tests/results/test_read_write_secrets/04_5validators_multi3.sh b/tests/results/test_read_write_secrets/04_5validators_multi3.sh new file mode 100644 index 0000000..8169da5 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5validators_multi3.sh @@ -0,0 +1,8 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📓 var1: + ┣━━ 0 + ┣━━ 1 + ┗━━ 2 diff --git a/tests/results/test_read_write_secrets/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_read_write_secrets/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..89dd30e --- /dev/null +++ b/tests/results/test_read_write_secrets/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,5 @@ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ +Variables: +┗━━ 📂 leadership diff --git a/tests/results/test_secrets/00_0no_variable.sh b/tests/results/test_secrets/00_0no_variable.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_secrets/00_0no_variable.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_secrets/00_0no_variable_default_version.sh b/tests/results/test_secrets/00_0no_variable_default_version.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_secrets/00_0no_variable_default_version.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_secrets/00_0no_variable_remove_version.sh b/tests/results/test_secrets/00_0no_variable_remove_version.sh new file mode 100644 index 0000000..03b4a16 --- /dev/null +++ b/tests/results/test_secrets/00_0no_variable_remove_version.sh @@ -0,0 +1,4 @@ +╭─ Caption ─╮ +│ │ +╰───────────╯ +Variables: diff --git a/tests/results/test_secrets/00_2default_calculated_params_permissive.sh b/tests/results/test_secrets/00_2default_calculated_params_permissive.sh new file mode 100644 index 0000000..7ff5a3e --- /dev/null +++ b/tests/results/test_secrets/00_2default_calculated_params_permissive.sh @@ -0,0 +1,11 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 leadership +┃ ┗━━ 📂 var1 +┃  ┣━━ 📓 var1: a_value +┃  ┗━━ 📓 var2: a_value +┗━━ 📓 var2: string1 (a_value) diff --git a/tests/results/test_secrets/00_2default_calculated_variable_description.sh b/tests/results/test_secrets/00_2default_calculated_variable_description.sh new file mode 100644 index 0000000..9fb1954 --- /dev/null +++ b/tests/results/test_secrets/00_2default_calculated_variable_description.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_secrets/04_1default_calculation_hidden_3.sh b/tests/results/test_secrets/04_1default_calculation_hidden_3.sh new file mode 100644 index 0000000..376ead4 --- /dev/null +++ b/tests/results/test_secrets/04_1default_calculation_hidden_3.sh @@ -0,0 +1,8 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: value +┗━━ 📓 var3: string1 (value) diff --git a/tests/results/test_secrets/04_1default_calculation_hidden_4.sh b/tests/results/test_secrets/04_1default_calculation_hidden_4.sh new file mode 100644 index 0000000..c9393ad --- /dev/null +++ b/tests/results/test_secrets/04_1default_calculation_hidden_4.sh @@ -0,0 +1,9 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: value +┣━━ 📓 var2: string1 +┗━━ 📓 var3: string1 (value) diff --git a/tests/results/test_secrets/04_1default_calculation_hidden_5.sh b/tests/results/test_secrets/04_1default_calculation_hidden_5.sh new file mode 100644 index 0000000..ac077ef --- /dev/null +++ b/tests/results/test_secrets/04_1default_calculation_hidden_5.sh @@ -0,0 +1,9 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (value) +┣━━ 📓 var2: string1 +┗━━ 📓 var3: string1 diff --git a/tests/results/test_secrets/04_1default_calculation_hidden_6.sh b/tests/results/test_secrets/04_1default_calculation_hidden_6.sh new file mode 100644 index 0000000..5b97263 --- /dev/null +++ b/tests/results/test_secrets/04_1default_calculation_hidden_6.sh @@ -0,0 +1,8 @@ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (value) +┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/04_5validators_multi3.sh b/tests/results/test_secrets/04_5validators_multi3.sh new file mode 100644 index 0000000..b0b6726 --- /dev/null +++ b/tests/results/test_secrets/04_5validators_multi3.sh @@ -0,0 +1,9 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📓 var1: + ┣━━ 0 (0) + ┣━━ 1 + ┗━━ 2 diff --git a/tests/results/test_secrets/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_secrets/40_6leadership_follower_multi_no_mandatory.sh new file mode 100644 index 0000000..67d549b --- /dev/null +++ b/tests/results/test_secrets/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,36 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 leadership + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┗━━ 📓 follower2: + ┃  ┣━━ string1 (value) + ┃  ┣━━ string2 + ┃  ┗━━ string3 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┗━━ 📓 follower2: + ┃  ┣━━ string1 (value) + ┃  ┣━━ string2 + ┃  ┗━━ string3 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: +  ┃ ┣━━ string1 +  ┃ ┣━━ string2 +  ┃ ┗━━ string3 +  ┗━━ 📓 follower2: +   ┣━━ string1 (value) +   ┣━━ string2 +   ┗━━ string3 diff --git a/tests/test_load.py b/tests/test_load.py index 1c9cd4d..a1f92ad 100644 --- a/tests/test_load.py +++ b/tests/test_load.py @@ -28,7 +28,7 @@ def test_dir(request): return request.param -def _test_dictionaries(test_dir, namespace, ext, *, read_write=True, mandatory=False, show_secrets=False, do_calc=True): +def _test_dictionaries(test_dir, namespace, ext, *, read_write=True, mandatory=False, show_secrets=False, do_calc=True, key_is_description=False): rougailconfig = get_rougail_config(test_dir, namespace) if not rougailconfig: return @@ -37,6 +37,7 @@ def _test_dictionaries(test_dir, namespace, ext, *, read_write=True, mandatory=F rougailconfig["console.read_write"] = read_write rougailconfig["console.mandatory"] = mandatory rougailconfig["console.show_secrets"] = show_secrets + rougailconfig["console.key_is_description"] = key_is_description ################################## dir_name = 'test' if namespace: @@ -52,6 +53,8 @@ def _test_dictionaries(test_dir, namespace, ext, *, read_write=True, mandatory=F dir_name += '_secrets' if not do_calc: dir_name += '_errors' + if key_is_description: + dir_name += '_key' ################################## rougail = Rougail(rougailconfig) config = rougail.run() @@ -96,6 +99,33 @@ def test_dictionaries_console_secrets(test_dir): ################# +#key_is_description +def test_dictionaries_console(test_dir): + _test_dictionaries(test_dir, True, EXT, key_is_description=True) + + +def test_dictionaries_console_errors(test_dir): + _test_dictionaries(test_dir, True, EXT, do_calc=False, mandatory=True, key_is_description=True) + + +def test_dictionaries_console_read_only(test_dir): + _test_dictionaries(test_dir, True, EXT, read_write=False, key_is_description=True) + + +def test_dictionaries_console_mandatory(test_dir): + _test_dictionaries(test_dir, True, EXT, mandatory=True, key_is_description=True) + + +def test_dictionaries_console_mandatory_read_only(test_dir): + _test_dictionaries(test_dir, True, EXT, read_write=False, mandatory=True, key_is_description=True) + + +def test_dictionaries_console_secrets(test_dir): + _test_dictionaries(test_dir, True, EXT, show_secrets=True, key_is_description=True) + + +################# +#namespace def test_dictionaries_console_namespace(test_dir): _test_dictionaries(test_dir, False, EXT)