diff --git a/locale/fr/LC_MESSAGES/rougail_output_console.po b/locale/fr/LC_MESSAGES/rougail_output_console.po index e5d1a71..3432ce2 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-01 21:07+0200\n" -"PO-Revision-Date: 2025-04-01 21:07+0200\n" +"POT-Creation-Date: 2025-04-08 21:34+0200\n" +"PO-Revision-Date: 2025-04-08 21:34+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: fr\n" @@ -16,50 +16,63 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" -#: src/rougail/output_console/__init__.py:77 +#: src/rougail/output_console/__init__.py:84 msgid "Error in config: {0}" msgstr "Erreur dans la config : {0}" -#: src/rougail/output_console/__init__.py:88 +#: src/rougail/output_console/__init__.py:94 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:99 -msgid "The following variables are inaccessible but are empty and mandatory :" +#: src/rougail/output_console/__init__.py:104 +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:182 +#: src/rougail/output_console/__init__.py:186 +msgid "Variable" +msgstr "Variable" + +#: src/rougail/output_console/__init__.py:188 msgid "Undocumented variable" msgstr "Variable non documentée" -#: src/rougail/output_console/__init__.py:183 +#: src/rougail/output_console/__init__.py:190 msgid "Undocumented but modified variable" msgstr "Variable non documentée mais modifiée" -#: src/rougail/output_console/__init__.py:186 +#: src/rougail/output_console/__init__.py:192 msgid "Unmodifiable variable" msgstr "Variable non modifiable" -#: src/rougail/output_console/__init__.py:190 +#: src/rougail/output_console/__init__.py:195 msgid "Default value" msgstr "Valeur par défaut" -#: src/rougail/output_console/__init__.py:191 +#: src/rougail/output_console/__init__.py:197 msgid "Modified value" msgstr "Valeur modifiée" -#: src/rougail/output_console/__init__.py:192 +#: src/rougail/output_console/__init__.py:199 msgid "Original default value" msgstr "Valeur par défaut d'origine" -#: src/rougail/output_console/__init__.py:196 +#: src/rougail/output_console/__init__.py:203 msgid "Caption" msgstr "Légende" -#: src/rougail/output_console/__init__.py:203 +#: src/rougail/output_console/__init__.py:210 msgid "ERRORS" msgstr "ERREURS" -#: src/rougail/output_console/__init__.py:223 +#: src/rougail/output_console/__init__.py:221 +msgid "WARNINGS" +msgstr "AVERTISSEMENTS" + +#: src/rougail/output_console/__init__.py:232 msgid "Variables:" msgstr "Variables :" + +#: src/rougail/output_console/__init__.py:254 +#: src/rougail/output_console/__init__.py:353 +msgid "{0}:" +msgstr "{0} :" diff --git a/locale/rougail_output_console.pot b/locale/rougail_output_console.pot index 7d4c0b9..a8f2ea3 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-01 21:08+0200\n" +"POT-Creation-Date: 2025-04-08 21:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,51 +15,64 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" -#: src/rougail/output_console/__init__.py:77 +#: src/rougail/output_console/__init__.py:84 msgid "Error in config: {0}" msgstr "" -#: src/rougail/output_console/__init__.py:88 +#: src/rougail/output_console/__init__.py:94 msgid "The following variables are mandatory but have no value:" msgstr "" -#: src/rougail/output_console/__init__.py:99 -msgid "The following variables are inaccessible but are empty and mandatory :" -msgstr "" - -#: src/rougail/output_console/__init__.py:182 -msgid "Undocumented variable" -msgstr "" - -#: src/rougail/output_console/__init__.py:183 -msgid "Undocumented but modified variable" +#: src/rougail/output_console/__init__.py:104 +msgid "The following variables are inaccessible but are empty and mandatory:" msgstr "" #: src/rougail/output_console/__init__.py:186 -msgid "Unmodifiable variable" +msgid "Variable" +msgstr "" + +#: src/rougail/output_console/__init__.py:188 +msgid "Undocumented variable" msgstr "" #: src/rougail/output_console/__init__.py:190 -msgid "Default value" -msgstr "" - -#: src/rougail/output_console/__init__.py:191 -msgid "Modified value" +msgid "Undocumented but modified variable" msgstr "" #: src/rougail/output_console/__init__.py:192 +msgid "Unmodifiable variable" +msgstr "" + +#: src/rougail/output_console/__init__.py:195 +msgid "Default value" +msgstr "" + +#: src/rougail/output_console/__init__.py:197 +msgid "Modified value" +msgstr "" + +#: src/rougail/output_console/__init__.py:199 msgid "Original default value" msgstr "" -#: src/rougail/output_console/__init__.py:196 +#: src/rougail/output_console/__init__.py:203 msgid "Caption" msgstr "" -#: src/rougail/output_console/__init__.py:203 +#: src/rougail/output_console/__init__.py:210 msgid "ERRORS" msgstr "" -#: src/rougail/output_console/__init__.py:223 +#: src/rougail/output_console/__init__.py:221 +msgid "WARNINGS" +msgstr "" + +#: src/rougail/output_console/__init__.py:232 msgid "Variables:" msgstr "" +#: src/rougail/output_console/__init__.py:254 +#: src/rougail/output_console/__init__.py:353 +msgid "{0}:" +msgstr "" + diff --git a/src/rougail/output_console/__init__.py b/src/rougail/output_console/__init__.py index fd2c336..d81d7d5 100644 --- a/src/rougail/output_console/__init__.py +++ b/src/rougail/output_console/__init__.py @@ -54,6 +54,13 @@ 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.variable_default_enable = False + self.variable_hidden_enable = False + self.variable_advanced_enable = False + self.variable_advanced_and_modified_enable = False + self.value_modified_enable = False + self.value_unmodified_enable = False + self.value_default_enable = False self.errors = [] self.warnings = [] if user_data_errors is None: @@ -83,7 +90,6 @@ class RougailOutputConsole: try: option.value.get() if not title: - # self.errors.append("Les variables suivantes sont obligatoires mais n'ont pas de valeur :") self.errors.append( _("The following variables are mandatory but have no value:") ) @@ -94,10 +100,9 @@ class RougailOutputConsole: if not title: for idx, option in enumerate(options_with_error): if not idx: - # self.errors.append("Les variables suivantes sont inaccessibles mais sont vides et obligatoires :") self.errors.append( _( - "The following variables are inaccessible but are empty and mandatory :" + "The following variables are inaccessible but are empty and mandatory:" ) ) self.errors.append(f" - {option.description()}") @@ -109,18 +114,18 @@ class RougailOutputConsole: self.config.property.read_write() else: self.config.property.read_only() + warnings = self.user_data_warnings + self.warnings + if warnings: + self.display_warnings(warnings) errors = self.user_data_errors + self.errors if errors: self.display_errors(errors) return False - warnings = self.user_data_warnings + self.warnings - if warnings: - self.display_warnings(warnings) - self.header() self.parse_options( self.config, self.root, ) + self.header() self.end() return True @@ -176,23 +181,25 @@ class RougailOutputConsole: leader_obj.add_variable(follower) def header(self): - header_variable = "Variable\n" - # header_variable += f'[{self.variable_advanced_color}]Variable non documentée[/{self.variable_advanced_color}]\n' - # header_variable += f'[{self.variable_advanced_and_modified_color}]Variable non documentée mais modifiée[/{self.variable_advanced_and_modified_color}]' - header_variable += f'[{self.variable_advanced_color}]{_("Undocumented variable")}[/{self.variable_advanced_color}]\n' - header_variable += f'[{self.variable_advanced_and_modified_color}]{_("Undocumented but modified variable")}[/{self.variable_advanced_and_modified_color}]' - if not self.read_write: - # header_variable += f'\n[{self.variable_hidden_color}]Variable non modifiable[/{self.variable_hidden_color}]' - header_variable += f'\n[{self.variable_hidden_color}]{_("Unmodifiable variable")}[/{self.variable_hidden_color}]' - # header_value = f'[{self.value_unmodified_color}]Valeur par défaut[/{self.value_unmodified_color}]\n' - # header_value += 'Valeur modifiée\n' - # header_value += f'([{self.value_default_color}]Valeur par défaut originale[/{self.value_default_color}])' - header_value = f'[{self.value_unmodified_color}]{_("Default value")}[/{self.value_unmodified_color}]\n' - header_value += _("Modified value") + "\n" - header_value += f'([{self.value_default_color}]{_("Original default value")}[/{self.value_default_color}])' + header_variable = '' + if self.variable_default_enable: + header_variable += _('Variable') + '\n' + if self.variable_advanced_enable: + header_variable += f'[{self.variable_advanced_color}]{_("Undocumented variable")}[/{self.variable_advanced_color}]\n' + if self.variable_advanced_and_modified_enable: + header_variable += f'[{self.variable_advanced_and_modified_color}]{_("Undocumented but modified variable")}[/{self.variable_advanced_and_modified_color}]\n' + if self.variable_hidden_enable: + header_variable += f'[{self.variable_hidden_color}]{_("Unmodifiable variable")}[/{self.variable_hidden_color}]\n' + header_value = '' + if self.value_unmodified_enable: + header_value = f'[{self.value_unmodified_color}]{_("Default value")}[/{self.value_unmodified_color}]\n' + if self.value_modified_enable: + header_value += _("Modified value") + '\n' + if self.value_default_enable: + header_value += f'([{self.value_default_color}]{_("Original default value")}[/{self.value_default_color}])\n' header = Table.grid(padding=1, collapse_padding=True) header.pad_edge = False - header.add_row(header_variable, header_value) + header.add_row(header_variable[:-1], header_value[:-1]) self.out.append(Panel.fit(header, title=_("Caption"))) def display_errors( @@ -200,7 +207,7 @@ class RougailOutputConsole: errors, ) -> None: tree = Tree( - f":stop_sign: {_('ERRORS')}", + f"[bold][bright_red]:stop_sign: {_('ERRORS')}[/bright_red][/bold]", guide_style="bold bright_red", ) for error in errors: @@ -211,7 +218,9 @@ class RougailOutputConsole: self, warnings: list, ) -> None: - tree = Tree(":warning: WARNINGS") + tree = Tree(f"[bold][bright_yellow]:bell: {_('WARNINGS')}[/bright_yellow][/bold]", + guide_style="bold bright_yellow", + ) for warning in warnings: tree.add(warning) self.out.append(tree) @@ -242,7 +251,7 @@ class OutputFamily: tree = parent.add if is_leader: self.tree = tree( - f":notebook: {family} :", + ":notebook: " + _('{0}:').format(family), guide_style="bold bright_blue", ) elif no_icon: @@ -264,10 +273,13 @@ class OutputFamily: ) -> None: properties = option.property.get() if "hidden" in properties: + self.root.variable_hidden_enable = True color = self.root.variable_hidden_color elif "advanced" in properties: + self.root.variable_advanced_enable = True color = self.root.variable_advanced_color else: + self.root.variable_default_enable = True color = None return OutputFamily( self.colorize( @@ -288,17 +300,23 @@ class OutputFamily: variable_color = None if option.owner.isdefault(): if "hidden" in properties: + self.root.variable_hidden_enable = True variable_color = self.root.variable_hidden_color elif "advanced" in properties: + self.root.variable_advanced_enable = True variable_color = self.root.variable_advanced_color + self.root.value_unmodified_enable = True color = self.root.value_unmodified_color default_value = None else: if "hidden" in properties: + self.root.variable_hidden_enable = True variable_color = self.root.variable_hidden_color elif "advanced" in properties: + self.root.variable_advanced_and_modified_enable = True variable_color = self.root.variable_advanced_and_modified_color color = None + self.root.value_modified_enable = True if option.information.get("default_value_makes_sense", True): try: default_value = option.value.default() @@ -314,6 +332,8 @@ class OutputFamily: default_value = None else: default_value = None + if variable_color is None: + self.root.variable_default_enable = True if value is undefined: value = option.value.get() key = self.colorize( @@ -330,7 +350,7 @@ class OutputFamily: ) if isinstance(value, list): subtree = self.tree.add( - f":notebook: {key} :", + ":notebook: " + _('{0}:').format(key), guide_style="bold bright_blue", ) for val in value: @@ -371,16 +391,20 @@ class OutputFamily: ) ) return ret - if option: - value = self.convert_value( - option, - value, - ) - if color is not None: - ret = f"[{color}]{value}[/{color}]" + if value is None: + ret = '' else: - ret = value + if option: + value = self.convert_value( + option, + value, + ) + if color is not None: + ret = f"[{color}]{value}[/{color}]" + else: + ret = value if default_value is not None and "force_store_value" not in option.property.get(): + self.root.value_default_enable = True default_value_color = self.root.value_default_color default_value = self.convert_value(option, default_value) if ret: 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 b35fbc7..b0ccafe 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_0empty.sh b/tests/results/test_mandatory_secrets/00_0empty.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_mandatory_secrets/00_0empty.sh +++ b/tests/results/test_mandatory_secrets/00_0empty.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_mandatory_secrets/00_0version_underscore.sh b/tests/results/test_mandatory_secrets/00_0version_underscore.sh index cbb3131..daa77f6 100644 --- a/tests/results/test_mandatory_secrets/00_0version_underscore.sh +++ b/tests/results/test_mandatory_secrets/00_0version_underscore.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 version: string1 diff --git a/tests/results/test_mandatory_secrets/00_1empty_variable.sh b/tests/results/test_mandatory_secrets/00_1empty_variable.sh index 10d4ca9..7f3e6bd 100644 --- a/tests/results/test_mandatory_secrets/00_1empty_variable.sh +++ b/tests/results/test_mandatory_secrets/00_1empty_variable.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 empty: string1 diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated.sh b/tests/results/test_mandatory_secrets/00_2default_calculated.sh index 456e0a0..8e8e147 100644 --- a/tests/results/test_mandatory_secrets/00_2default_calculated.sh +++ b/tests/results/test_mandatory_secrets/00_2default_calculated.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┣━━ string1 (string1)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated_multi.sh b/tests/results/test_mandatory_secrets/00_2default_calculated_multi.sh index a5340fd..7bcc512 100644 --- a/tests/results/test_mandatory_secrets/00_2default_calculated_multi.sh +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_multi.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 (no) ┃ ┣━━ string2 (yes) ┃ ┗━━ string3 (maybe) -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┣━━ string1 (string1)  ┣━━ string2 (string2)  ┗━━ string3 (string3) diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.sh index 851283d..f4fb173 100644 --- a/tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ domain1.lan ┃ ┗━━ domain2.lan -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┣━━ domain1.lan (domain1.lan)  ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_mandatory_secrets/00_4load_subfolder.sh b/tests/results/test_mandatory_secrets/00_4load_subfolder.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_mandatory_secrets/00_4load_subfolder.sh +++ b/tests/results/test_mandatory_secrets/00_4load_subfolder.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/00_5load_notype.sh b/tests/results/test_mandatory_secrets/00_5load_notype.sh index 65bd95e..a021c2e 100644 --- a/tests/results/test_mandatory_secrets/00_5load_notype.sh +++ b/tests/results/test_mandatory_secrets/00_5load_notype.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 without_type: string1 (non) diff --git a/tests/results/test_mandatory_secrets/00_6boolean.sh b/tests/results/test_mandatory_secrets/00_6boolean.sh index b27ab1f..aeae414 100644 --- a/tests/results/test_mandatory_secrets/00_6boolean.sh +++ b/tests/results/test_mandatory_secrets/00_6boolean.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: true (true) ┣━━ 📓 var2: true (true) diff --git a/tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.sh index 20d348f..4900b3b 100644 --- a/tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.sh +++ b/tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: true (true) diff --git a/tests/results/test_mandatory_secrets/00_6choice.sh b/tests/results/test_mandatory_secrets/00_6choice.sh index 49df8e5..6b6ce27 100644 --- a/tests/results/test_mandatory_secrets/00_6choice.sh +++ b/tests/results/test_mandatory_secrets/00_6choice.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: a ┣━━ 📓 var2: a ┣━━ 📓 var3: a -┣━━ 📓 var4: null +┣━━ 📓 var4: ┣━━ 📓 var5: a (a) ┗━━ 📓 var6: 1 (1) diff --git a/tests/results/test_mandatory_secrets/00_6choice_calculation.sh b/tests/results/test_mandatory_secrets/00_6choice_calculation.sh index ac78811..618cc73 100644 --- a/tests/results/test_mandatory_secrets/00_6choice_calculation.sh +++ b/tests/results/test_mandatory_secrets/00_6choice_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_mandatory_secrets/00_6choice_link.sh b/tests/results/test_mandatory_secrets/00_6choice_link.sh index e013bd0..5d326a8 100644 --- a/tests/results/test_mandatory_secrets/00_6choice_link.sh +++ b/tests/results/test_mandatory_secrets/00_6choice_link.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: a ┗━━ 📓 var2: a (a) diff --git a/tests/results/test_mandatory_secrets/00_6choice_variable.sh b/tests/results/test_mandatory_secrets/00_6choice_variable.sh index 8acfef6..dfeae8f 100644 --- a/tests/results/test_mandatory_secrets/00_6choice_variable.sh +++ b/tests/results/test_mandatory_secrets/00_6choice_variable.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 (a) ┃ ┣━━ string2 (b) ┃ ┗━━ string3 (c) diff --git a/tests/results/test_mandatory_secrets/00_6choice_variable_link.sh b/tests/results/test_mandatory_secrets/00_6choice_variable_link.sh index dfcb021..e3f3974 100644 --- a/tests/results/test_mandatory_secrets/00_6choice_variable_link.sh +++ b/tests/results/test_mandatory_secrets/00_6choice_variable_link.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 (a) ┃ ┣━━ string2 (b) ┃ ┗━━ string3 (c) diff --git a/tests/results/test_mandatory_secrets/00_6choice_variable_link2.sh b/tests/results/test_mandatory_secrets/00_6choice_variable_link2.sh index 463e5b1..ed29828 100644 --- a/tests/results/test_mandatory_secrets/00_6choice_variable_link2.sh +++ b/tests/results/test_mandatory_secrets/00_6choice_variable_link2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 (a) ┃ ┣━━ string2 (b) ┃ ┗━━ string3 (c) diff --git a/tests/results/test_mandatory_secrets/00_6custom.sh b/tests/results/test_mandatory_secrets/00_6custom.sh index 3e4f83a..1f7126d 100644 --- a/tests/results/test_mandatory_secrets/00_6custom.sh +++ b/tests/results/test_mandatory_secrets/00_6custom.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 custom1: string1 ┗━━ 📓 custom2: string1 (value) diff --git a/tests/results/test_mandatory_secrets/00_6domainname.sh b/tests/results/test_mandatory_secrets/00_6domainname.sh index 4b6a7cc..8b2f470 100644 --- a/tests/results/test_mandatory_secrets/00_6domainname.sh +++ b/tests/results/test_mandatory_secrets/00_6domainname.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_mandatory_secrets/00_6domainname_params.sh b/tests/results/test_mandatory_secrets/00_6domainname_params.sh index 4b6a7cc..8b2f470 100644 --- a/tests/results/test_mandatory_secrets/00_6domainname_params.sh +++ b/tests/results/test_mandatory_secrets/00_6domainname_params.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_mandatory_secrets/00_6float.sh b/tests/results/test_mandatory_secrets/00_6float.sh index b2f2084..22cca01 100644 --- a/tests/results/test_mandatory_secrets/00_6float.sh +++ b/tests/results/test_mandatory_secrets/00_6float.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: 1.1 (0.0) ┣━━ 📓 var2: 1.1 (0.0) diff --git a/tests/results/test_mandatory_secrets/00_6number.sh b/tests/results/test_mandatory_secrets/00_6number.sh index 65e8ec8..217a7da 100644 --- a/tests/results/test_mandatory_secrets/00_6number.sh +++ b/tests/results/test_mandatory_secrets/00_6number.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: 1 (0) ┣━━ 📓 var2: 1 (0) diff --git a/tests/results/test_mandatory_secrets/00_6port.sh b/tests/results/test_mandatory_secrets/00_6port.sh index 8a43519..3a2dcec 100644 --- a/tests/results/test_mandatory_secrets/00_6port.sh +++ b/tests/results/test_mandatory_secrets/00_6port.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 variable1: 80 ┣━━ 📓 variable2: 80 (8080) diff --git a/tests/results/test_mandatory_secrets/00_6regexp.sh b/tests/results/test_mandatory_secrets/00_6regexp.sh index c85c7c3..ef2b3e6 100644 --- a/tests/results/test_mandatory_secrets/00_6regexp.sh +++ b/tests/results/test_mandatory_secrets/00_6regexp.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_mandatory_secrets/00_6regexp_link.sh b/tests/results/test_mandatory_secrets/00_6regexp_link.sh index adf0567..dd7b6fb 100644 --- a/tests/results/test_mandatory_secrets/00_6regexp_link.sh +++ b/tests/results/test_mandatory_secrets/00_6regexp_link.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: #b1b1b1 (#a1a1a1) ┗━━ 📓 var2: #b2b1b1 (#b1b1b1) diff --git a/tests/results/test_mandatory_secrets/00_6secret.sh b/tests/results/test_mandatory_secrets/00_6secret.sh index 7bbfe9c..fb64726 100644 --- a/tests/results/test_mandatory_secrets/00_6secret.sh +++ b/tests/results/test_mandatory_secrets/00_6secret.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 secret1: ********** ┗━━ 📓 secret2: ********** (**********) diff --git a/tests/results/test_mandatory_secrets/00_6secret_param.sh b/tests/results/test_mandatory_secrets/00_6secret_param.sh index aa651a6..5b03a8a 100644 --- a/tests/results/test_mandatory_secrets/00_6secret_param.sh +++ b/tests/results/test_mandatory_secrets/00_6secret_param.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 secret1: ********** ┣━━ 📓 secret2: ********** (**********) diff --git a/tests/results/test_mandatory_secrets/00_6string.sh b/tests/results/test_mandatory_secrets/00_6string.sh index 8ab1c48..2abc662 100644 --- a/tests/results/test_mandatory_secrets/00_6string.sh +++ b/tests/results/test_mandatory_secrets/00_6string.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┣━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/00_7choice_quote.sh b/tests/results/test_mandatory_secrets/00_7choice_quote.sh index 514be07..ec5f518 100644 --- a/tests/results/test_mandatory_secrets/00_7choice_quote.sh +++ b/tests/results/test_mandatory_secrets/00_7choice_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: quote' (quote') diff --git a/tests/results/test_mandatory_secrets/00_7help.sh b/tests/results/test_mandatory_secrets/00_7help.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_mandatory_secrets/00_7help.sh +++ b/tests/results/test_mandatory_secrets/00_7help.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/00_7help_quote.sh b/tests/results/test_mandatory_secrets/00_7help_quote.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_mandatory_secrets/00_7help_quote.sh +++ b/tests/results/test_mandatory_secrets/00_7help_quote.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/00_7help_sup.sh b/tests/results/test_mandatory_secrets/00_7help_sup.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_mandatory_secrets/00_7help_sup.sh +++ b/tests/results/test_mandatory_secrets/00_7help_sup.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/00_7value_doublequote.sh b/tests/results/test_mandatory_secrets/00_7value_doublequote.sh index cfb0fba..793ed55 100644 --- a/tests/results/test_mandatory_secrets/00_7value_doublequote.sh +++ b/tests/results/test_mandatory_secrets/00_7value_doublequote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (quote") diff --git a/tests/results/test_mandatory_secrets/00_7value_doublequote2.sh b/tests/results/test_mandatory_secrets/00_7value_doublequote2.sh index d2d1201..0a56614 100644 --- a/tests/results/test_mandatory_secrets/00_7value_doublequote2.sh +++ b/tests/results/test_mandatory_secrets/00_7value_doublequote2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (quote'") diff --git a/tests/results/test_mandatory_secrets/00_7value_doublequote3.sh b/tests/results/test_mandatory_secrets/00_7value_doublequote3.sh index 452fc21..b16b23d 100644 --- a/tests/results/test_mandatory_secrets/00_7value_doublequote3.sh +++ b/tests/results/test_mandatory_secrets/00_7value_doublequote3.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (quote\"\') diff --git a/tests/results/test_mandatory_secrets/00_7value_quote.sh b/tests/results/test_mandatory_secrets/00_7value_quote.sh index 4d59689..9d50f6d 100644 --- a/tests/results/test_mandatory_secrets/00_7value_quote.sh +++ b/tests/results/test_mandatory_secrets/00_7value_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (quote') diff --git a/tests/results/test_mandatory_secrets/00_8calculation_information.sh b/tests/results/test_mandatory_secrets/00_8calculation_information.sh index 20ee287..89e8338 100644 --- a/tests/results/test_mandatory_secrets/00_8calculation_information.sh +++ b/tests/results/test_mandatory_secrets/00_8calculation_information.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/00_8test.sh b/tests/results/test_mandatory_secrets/00_8test.sh index b1ffb34..c5e28c4 100644 --- a/tests/results/test_mandatory_secrets/00_8test.sh +++ b/tests/results/test_mandatory_secrets/00_8test.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: test ┣━━ 📓 var2: test (value) ┣━━ 📓 var3: test1 -┣━━ 📓 var4: null +┣━━ 📓 var4: ┣━━ 📓 var5: false (true) -┗━━ 📓 var6 : +┗━━ 📓 var6:  ┣━━ test1  ┗━━ test2 diff --git a/tests/results/test_mandatory_secrets/00_9choice_variable_multi.sh b/tests/results/test_mandatory_secrets/00_9choice_variable_multi.sh index a583b22..6538e71 100644 --- a/tests/results/test_mandatory_secrets/00_9choice_variable_multi.sh +++ b/tests/results/test_mandatory_secrets/00_9choice_variable_multi.sh @@ -1,13 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 variable1 : +┣━━ 📓 variable1: ┃ ┣━━ val1 ┃ ┗━━ val2 -┗━━ 📓 variable2 : +┗━━ 📓 variable2:  ┣━━ val1  ┗━━ val2 diff --git a/tests/results/test_mandatory_secrets/00_9choice_variables.sh b/tests/results/test_mandatory_secrets/00_9choice_variables.sh index ab3878d..157ea1f 100644 --- a/tests/results/test_mandatory_secrets/00_9choice_variables.sh +++ b/tests/results/test_mandatory_secrets/00_9choice_variables.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 source_variable_1: string1 (val1) ┣━━ 📓 source_variable_2: string1 (val2) diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation.sh b/tests/results/test_mandatory_secrets/00_9default_calculation.sh index f48bdd2..4ca2b14 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation.sh +++ b/tests/results/test_mandatory_secrets/00_9default_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (string_1_True_None) diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_information.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_information.sh index 9d9c8c4..4b6a702 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_information.sh +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_information.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.sh +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.sh index 09d1e5c..efb5e92 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.sh +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 my_variable: string1 (val1) -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ string1 (string1)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.sh index 09d1e5c..efb5e92 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.sh +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 my_variable: string1 (val1) -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ string1 (string1)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_optional.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_optional.sh index 1636046..16b3f1a 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_optional.sh +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_optional.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ string1  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.sh index 2d44a09..487deb2 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.sh +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 my_variable : +┣━━ 📓 my_variable: ┃ ┣━━ string1 (val1) ┃ ┣━━ string2 (val2) ┃ ┗━━ string3 -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ string1 (string1)  ┣━━ string2 (string2)  ┗━━ string3 (string3) diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.sh index 67cc3d2..e301f3b 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.sh +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (string1) ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_mandatory_secrets/00_9default_information_other_variable.sh b/tests/results/test_mandatory_secrets/00_9default_information_other_variable.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_mandatory_secrets/00_9default_information_other_variable.sh +++ b/tests/results/test_mandatory_secrets/00_9default_information_other_variable.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/00_9default_information_other_variable2.sh b/tests/results/test_mandatory_secrets/00_9default_information_other_variable2.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_mandatory_secrets/00_9default_information_other_variable2.sh +++ b/tests/results/test_mandatory_secrets/00_9default_information_other_variable2.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/00_9default_integer.sh b/tests/results/test_mandatory_secrets/00_9default_integer.sh index ac78811..618cc73 100644 --- a/tests/results/test_mandatory_secrets/00_9default_integer.sh +++ b/tests/results/test_mandatory_secrets/00_9default_integer.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_mandatory_secrets/01_6boolean_multi.sh b/tests/results/test_mandatory_secrets/01_6boolean_multi.sh index fd45bd5..386c831 100644 --- a/tests/results/test_mandatory_secrets/01_6boolean_multi.sh +++ b/tests/results/test_mandatory_secrets/01_6boolean_multi.sh @@ -1,23 +1,21 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┗━━ true (true) -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┗━━ true (true) -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┗━━ true (true) -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┗━━ true (false) -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ true (false) -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ true (false) -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ true (true) -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ true (true) diff --git a/tests/results/test_mandatory_secrets/01_6custom_multi.sh b/tests/results/test_mandatory_secrets/01_6custom_multi.sh index 9ca11f8..6fe6e9e 100644 --- a/tests/results/test_mandatory_secrets/01_6custom_multi.sh +++ b/tests/results/test_mandatory_secrets/01_6custom_multi.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 custom1 : +┣━━ 📓 custom1: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┗━━ 📓 custom2 : +┗━━ 📓 custom2:  ┣━━ string1 (value)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_6float_multi.sh b/tests/results/test_mandatory_secrets/01_6float_multi.sh index 23d167b..e5a973d 100644 --- a/tests/results/test_mandatory_secrets/01_6float_multi.sh +++ b/tests/results/test_mandatory_secrets/01_6float_multi.sh @@ -1,39 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ 1.1 (0.0) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┣━━ 1.1 (0.0) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┣━━ 1.1 (0.0) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┣━━ 1.1 (10.1) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┣━━ 1.1 (10.1) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┣━━ 1.1 (10.1) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┣━━ 1.1 (0.0) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┣━━ 1.1 (0.0)  ┣━━ 2.2  ┗━━ 3.3 diff --git a/tests/results/test_mandatory_secrets/01_6number_multi.sh b/tests/results/test_mandatory_secrets/01_6number_multi.sh index a5ad107..91bea71 100644 --- a/tests/results/test_mandatory_secrets/01_6number_multi.sh +++ b/tests/results/test_mandatory_secrets/01_6number_multi.sh @@ -1,39 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ 1 (0) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┣━━ 1 (0) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┣━━ 1 (0) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┣━━ 1 (10) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┣━━ 1 (10) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┣━━ 1 (10) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┣━━ 1 (0) ┃ ┣━━ 2 ┃ ┗━━ 3 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┣━━ 1 (0)  ┣━━ 2  ┗━━ 3 diff --git a/tests/results/test_mandatory_secrets/01_6string_empty.sh b/tests/results/test_mandatory_secrets/01_6string_empty.sh index c8a3fd0..f390f23 100644 --- a/tests/results/test_mandatory_secrets/01_6string_empty.sh +++ b/tests/results/test_mandatory_secrets/01_6string_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ string1 (value)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_6string_multi.sh b/tests/results/test_mandatory_secrets/01_6string_multi.sh index f812e5c..f5e7756 100644 --- a/tests/results/test_mandatory_secrets/01_6string_multi.sh +++ b/tests/results/test_mandatory_secrets/01_6string_multi.sh @@ -1,39 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┣━━ string1 (value) ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┣━━ string1 (value) ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┣━━ string1 (value) ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┣━━ string1 (value) ┃ ┣━━ string2 ┃ ┗━━ string3 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┣━━ string1 (value)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_7value_multi_doublequote.sh b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote.sh index c48b269..02733b2 100644 --- a/tests/results/test_mandatory_secrets/01_7value_multi_doublequote.sh +++ b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (quote")  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.sh index d28cadf..6aea58e 100644 --- a/tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.sh +++ b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (quote'")  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_7value_multi_quote.sh b/tests/results/test_mandatory_secrets/01_7value_multi_quote.sh index 7a0036e..d04f9e7 100644 --- a/tests/results/test_mandatory_secrets/01_7value_multi_quote.sh +++ b/tests/results/test_mandatory_secrets/01_7value_multi_quote.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (quote')  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_8calculation_information_multi.sh b/tests/results/test_mandatory_secrets/01_8calculation_information_multi.sh index 3d17763..dabc938 100644 --- a/tests/results/test_mandatory_secrets/01_8calculation_information_multi.sh +++ b/tests/results/test_mandatory_secrets/01_8calculation_information_multi.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_9choice_variable_multi.sh b/tests/results/test_mandatory_secrets/01_9choice_variable_multi.sh index d7a7ea2..f303e7d 100644 --- a/tests/results/test_mandatory_secrets/01_9choice_variable_multi.sh +++ b/tests/results/test_mandatory_secrets/01_9choice_variable_multi.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 variable1 : +┣━━ 📓 variable1: ┃ ┣━━ string1 (a) ┃ ┣━━ string2 (b) ┃ ┗━━ string3 (c) diff --git a/tests/results/test_mandatory_secrets/04_0type_param.sh b/tests/results/test_mandatory_secrets/04_0type_param.sh index ddfef88..78a5c9e 100644 --- a/tests/results/test_mandatory_secrets/04_0type_param.sh +++ b/tests/results/test_mandatory_secrets/04_0type_param.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 int: 1 (10) diff --git a/tests/results/test_mandatory_secrets/04_1auto_save.sh b/tests/results/test_mandatory_secrets/04_1auto_save.sh index a99ff67..f792567 100644 --- a/tests/results/test_mandatory_secrets/04_1auto_save.sh +++ b/tests/results/test_mandatory_secrets/04_1auto_save.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: no diff --git a/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.sh index a730525..928c68b 100644 --- a/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.sh +++ b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) ┗━━ 📓 var2: no diff --git a/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh index 823343a..f885578 100644 --- a/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh +++ b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) ┗━━ 📓 var2: yes diff --git a/tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.sh index f3bbf7c..6877b14 100644 --- a/tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.sh +++ b/tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ───────────────╮ +│ Unmodifiable variable Modified value │ +╰──────────────────────────────────────╯ Variables: ┗━━ 📓 var: yes diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.sh b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.sh index f4a35c3..6002b44 100644 --- a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.sh +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (value) ┣━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.sh index f4a35c3..6002b44 100644 --- a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.sh +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (value) ┣━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.sh index c862f1f..c8911ea 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.sh +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) -┣━━ 📓 var1: null +┣━━ 📓 var1: ┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.sh index a9481ef..99f780a 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.sh +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.sh index 881ad94..f6334e3 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.sh +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 condition: true (true) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.sh index 36d67de..e1bfd11 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.sh +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (yes) ┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.sh index 672c603..294fa35 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.sh +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi.sh index a9481ef..99f780a 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh index e34e82c..f3610c6 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh @@ -1,15 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 condition : +┣━━ 📓 condition: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh index 8d0137d..961d5a9 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 condition : +┣━━ 📓 condition: ┃ ┣━━ string1 (val1) ┃ ┣━━ string2 (val2) ┃ ┗━━ string3 -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/04_5validators.sh b/tests/results/test_mandatory_secrets/04_5validators.sh index adce015..69be5ce 100644 --- a/tests/results/test_mandatory_secrets/04_5validators.sh +++ b/tests/results/test_mandatory_secrets/04_5validators.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 int: 1 diff --git a/tests/results/test_mandatory_secrets/04_5validators_differ.sh b/tests/results/test_mandatory_secrets/04_5validators_differ.sh index e30325e..d4e0096 100644 --- a/tests/results/test_mandatory_secrets/04_5validators_differ.sh +++ b/tests/results/test_mandatory_secrets/04_5validators_differ.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: another_value (oui) ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_mandatory_secrets/04_5validators_multi.sh b/tests/results/test_mandatory_secrets/04_5validators_multi.sh index 7f26d87..5419c20 100644 --- a/tests/results/test_mandatory_secrets/04_5validators_multi.sh +++ b/tests/results/test_mandatory_secrets/04_5validators_multi.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ string1 (no)  ┣━━ string2 (yes)  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/04_5validators_multi2.sh b/tests/results/test_mandatory_secrets/04_5validators_multi2.sh index 3fcdbdb..6abccbc 100644 --- a/tests/results/test_mandatory_secrets/04_5validators_multi2.sh +++ b/tests/results/test_mandatory_secrets/04_5validators_multi2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ val1 (no)  ┗━━ val2 (yes) diff --git a/tests/results/test_mandatory_secrets/05_0multi_not_uniq.sh b/tests/results/test_mandatory_secrets/05_0multi_not_uniq.sh index 472495b..3540963 100644 --- a/tests/results/test_mandatory_secrets/05_0multi_not_uniq.sh +++ b/tests/results/test_mandatory_secrets/05_0multi_not_uniq.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ string1 (non)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/05_0multi_uniq.sh b/tests/results/test_mandatory_secrets/05_0multi_uniq.sh index d52c787..0872a30 100644 --- a/tests/results/test_mandatory_secrets/05_0multi_uniq.sh +++ b/tests/results/test_mandatory_secrets/05_0multi_uniq.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (non)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/12_1auto_save_expert.sh b/tests/results/test_mandatory_secrets/12_1auto_save_expert.sh index 29435ca..7319d4b 100644 --- a/tests/results/test_mandatory_secrets/12_1auto_save_expert.sh +++ b/tests/results/test_mandatory_secrets/12_1auto_save_expert.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented but modified variable Modified value │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📓 var: no diff --git a/tests/results/test_mandatory_secrets/16_0redefine_description.sh b/tests/results/test_mandatory_secrets/16_0redefine_description.sh index 9d9c8c4..4b6a702 100644 --- a/tests/results/test_mandatory_secrets/16_0redefine_description.sh +++ b/tests/results/test_mandatory_secrets/16_0redefine_description.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/16_2family_redefine_calculation.sh b/tests/results/test_mandatory_secrets/16_2family_redefine_calculation.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_mandatory_secrets/16_2family_redefine_calculation.sh +++ b/tests/results/test_mandatory_secrets/16_2family_redefine_calculation.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_mandatory_secrets/16_2family_redefine_disabled.sh b/tests/results/test_mandatory_secrets/16_2family_redefine_disabled.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_mandatory_secrets/16_2family_redefine_disabled.sh +++ b/tests/results/test_mandatory_secrets/16_2family_redefine_disabled.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_mandatory_secrets/16_5exists_nonexists.sh b/tests/results/test_mandatory_secrets/16_5exists_nonexists.sh index 3466da7..e0bae32 100644 --- a/tests/results/test_mandatory_secrets/16_5exists_nonexists.sh +++ b/tests/results/test_mandatory_secrets/16_5exists_nonexists.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) ┗━━ 📓 var2: string1 (yes) diff --git a/tests/results/test_mandatory_secrets/16_5exists_redefine.sh b/tests/results/test_mandatory_secrets/16_5exists_redefine.sh index d93518e..33b8452 100644 --- a/tests/results/test_mandatory_secrets/16_5exists_redefine.sh +++ b/tests/results/test_mandatory_secrets/16_5exists_redefine.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📓 var1: yes diff --git a/tests/results/test_mandatory_secrets/16_5redefine_calculation.sh b/tests/results/test_mandatory_secrets/16_5redefine_calculation.sh index 41a9217..f15f9a4 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_calculation.sh +++ b/tests/results/test_mandatory_secrets/16_5redefine_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_mandatory_secrets/16_5redefine_choice.sh b/tests/results/test_mandatory_secrets/16_5redefine_choice.sh index a9898f1..1600c1a 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_choice.sh +++ b/tests/results/test_mandatory_secrets/16_5redefine_choice.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: a diff --git a/tests/results/test_mandatory_secrets/16_5redefine_default.sh b/tests/results/test_mandatory_secrets/16_5redefine_default.sh index 41a9217..f15f9a4 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_default.sh +++ b/tests/results/test_mandatory_secrets/16_5redefine_default.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.sh b/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.sh index 20ee287..89e8338 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.sh +++ b/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/16_5redefine_family.sh b/tests/results/test_mandatory_secrets/16_5redefine_family.sh index bfc9f47..a838b99 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_family.sh +++ b/tests/results/test_mandatory_secrets/16_5redefine_family.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/16_5redefine_help.sh b/tests/results/test_mandatory_secrets/16_5redefine_help.sh index bfc9f47..a838b99 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_help.sh +++ b/tests/results/test_mandatory_secrets/16_5redefine_help.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/16_5redefine_hidden.sh b/tests/results/test_mandatory_secrets/16_5redefine_hidden.sh index a958bd4..2c35755 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_hidden.sh +++ b/tests/results/test_mandatory_secrets/16_5redefine_hidden.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📓 variable: no diff --git a/tests/results/test_mandatory_secrets/16_5redefine_multi.sh b/tests/results/test_mandatory_secrets/16_5redefine_multi.sh index d52c787..0872a30 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_multi.sh +++ b/tests/results/test_mandatory_secrets/16_5redefine_multi.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (non)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.sh index 7122d35..5a3277e 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.sh +++ b/tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/16_5test_redefine.sh b/tests/results/test_mandatory_secrets/16_5test_redefine.sh index 3208745..38f08ab 100644 --- a/tests/results/test_mandatory_secrets/16_5test_redefine.sh +++ b/tests/results/test_mandatory_secrets/16_5test_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: test1 (no) ┣━━ 📓 var2: test1 (non) diff --git a/tests/results/test_mandatory_secrets/16_6choice_redefine.sh b/tests/results/test_mandatory_secrets/16_6choice_redefine.sh index 569602b..9d558c3 100644 --- a/tests/results/test_mandatory_secrets/16_6choice_redefine.sh +++ b/tests/results/test_mandatory_secrets/16_6choice_redefine.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: a (c) diff --git a/tests/results/test_mandatory_secrets/16_6exists_family.sh b/tests/results/test_mandatory_secrets/16_6exists_family.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_mandatory_secrets/16_6exists_family.sh +++ b/tests/results/test_mandatory_secrets/16_6exists_family.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_mandatory_secrets/16_6exists_redefine_family.sh b/tests/results/test_mandatory_secrets/16_6exists_redefine_family.sh index 0958ff9..e307cf0 100644 --- a/tests/results/test_mandatory_secrets/16_6exists_redefine_family.sh +++ b/tests/results/test_mandatory_secrets/16_6exists_redefine_family.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📂 family1 ┃ ┗━━ 📓 variable1: string1 diff --git a/tests/results/test_mandatory_secrets/16exists_exists.sh b/tests/results/test_mandatory_secrets/16exists_exists.sh index 9d9c8c4..4b6a702 100644 --- a/tests/results/test_mandatory_secrets/16exists_exists.sh +++ b/tests/results/test_mandatory_secrets/16exists_exists.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/17_5redefine_leadership.sh b/tests/results/test_mandatory_secrets/17_5redefine_leadership.sh index 0986b3a..c53fe45 100644 --- a/tests/results/test_mandatory_secrets/17_5redefine_leadership.sh +++ b/tests/results/test_mandatory_secrets/17_5redefine_leadership.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/20_0empty_family.sh b/tests/results/test_mandatory_secrets/20_0empty_family.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_mandatory_secrets/20_0empty_family.sh +++ b/tests/results/test_mandatory_secrets/20_0empty_family.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_mandatory_secrets/20_0family_append.sh b/tests/results/test_mandatory_secrets/20_0family_append.sh index 2a1dc69..ac66731 100644 --- a/tests/results/test_mandatory_secrets/20_0family_append.sh +++ b/tests/results/test_mandatory_secrets/20_0family_append.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_mandatory_secrets/20_0family_underscore.sh b/tests/results/test_mandatory_secrets/20_0family_underscore.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_mandatory_secrets/20_0family_underscore.sh +++ b/tests/results/test_mandatory_secrets/20_0family_underscore.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_mandatory_secrets/20_0multi_family.sh b/tests/results/test_mandatory_secrets/20_0multi_family.sh index c94a75f..01a57ed 100644 --- a/tests/results/test_mandatory_secrets/20_0multi_family.sh +++ b/tests/results/test_mandatory_secrets/20_0multi_family.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily diff --git a/tests/results/test_mandatory_secrets/20_0multi_family_basic.sh b/tests/results/test_mandatory_secrets/20_0multi_family_basic.sh index c94a75f..01a57ed 100644 --- a/tests/results/test_mandatory_secrets/20_0multi_family_basic.sh +++ b/tests/results/test_mandatory_secrets/20_0multi_family_basic.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily diff --git a/tests/results/test_mandatory_secrets/20_0multi_family_expert.sh b/tests/results/test_mandatory_secrets/20_0multi_family_expert.sh index a0a7fcb..a2322ab 100644 --- a/tests/results/test_mandatory_secrets/20_0multi_family_expert.sh +++ b/tests/results/test_mandatory_secrets/20_0multi_family_expert.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily diff --git a/tests/results/test_mandatory_secrets/20_0multi_family_order.sh b/tests/results/test_mandatory_secrets/20_0multi_family_order.sh index cabace8..fdd3c3f 100644 --- a/tests/results/test_mandatory_secrets/20_0multi_family_order.sh +++ b/tests/results/test_mandatory_secrets/20_0multi_family_order.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 variable: string1 ┗━━ 📂 family diff --git a/tests/results/test_mandatory_secrets/20_0validators_differ_redefine.sh b/tests/results/test_mandatory_secrets/20_0validators_differ_redefine.sh index 9e562b8..d301845 100644 --- a/tests/results/test_mandatory_secrets/20_0validators_differ_redefine.sh +++ b/tests/results/test_mandatory_secrets/20_0validators_differ_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) ┣━━ 📓 var2: string1 (no) diff --git a/tests/results/test_mandatory_secrets/20_1empty_subfamily.sh b/tests/results/test_mandatory_secrets/20_1empty_subfamily.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_mandatory_secrets/20_1empty_subfamily.sh +++ b/tests/results/test_mandatory_secrets/20_1empty_subfamily.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_mandatory_secrets/20_9default_information_parent.sh b/tests/results/test_mandatory_secrets/20_9default_information_parent.sh index 2a1dc69..ac66731 100644 --- a/tests/results/test_mandatory_secrets/20_9default_information_parent.sh +++ b/tests/results/test_mandatory_secrets/20_9default_information_parent.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_mandatory_secrets/20_9family_absolute.sh b/tests/results/test_mandatory_secrets/20_9family_absolute.sh index 401b68c..cc29cec 100644 --- a/tests/results/test_mandatory_secrets/20_9family_absolute.sh +++ b/tests/results/test_mandatory_secrets/20_9family_absolute.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┣━━ 📂 family ┃ ┣━━ 📓 var2: string6 ┃ ┗━━ 📂 subfamily -┃  ┗━━ 📓 variable : +┃  ┗━━ 📓 variable: ┃   ┣━━ string1 (string1) ┃   ┣━━ string2 (string6) ┃   ┗━━ string3 @@ -17,7 +15,7 @@ Variables:  ┣━━ 📓 var2: string1 (string6)  ┣━━ 📓 var3: string5 (string4)  ┗━━ 📂 subfamily -  ┗━━ 📓 variable : +  ┗━━ 📓 variable:    ┣━━ string1 (string1)    ┣━━ string2 (string6)    ┗━━ string3 (string5) diff --git a/tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.sh index 386c7f7..f973dca 100644 --- a/tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.sh +++ b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📂 family diff --git a/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh index d12c240..d184ce7 100644 --- a/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh +++ b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ Variables: ┣━━ 📓 condition: true (true) ┗━━ 📂 family  ┗━━ 📂 subfamily -  ┗━━ 📓 var1: null +  ┗━━ 📓 var1: diff --git a/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh index a43d055..c4631dd 100644 --- a/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh +++ b/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📂 family diff --git a/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.sh b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.sh index d7edcb8..a953ae7 100644 --- a/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.sh +++ b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.sh index d88e1e8..8493787 100644 --- a/tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.sh +++ b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: true (true) ┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/24_7validators_variable_optional.sh b/tests/results/test_mandatory_secrets/24_7validators_variable_optional.sh index 0c957fe..b6ea6f3 100644 --- a/tests/results/test_mandatory_secrets/24_7validators_variable_optional.sh +++ b/tests/results/test_mandatory_secrets/24_7validators_variable_optional.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 general  ┣━━ 📓 int: 5 diff --git a/tests/results/test_mandatory_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_mandatory_secrets/24_family_disabled_var_hidden.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_mandatory_secrets/24_family_disabled_var_hidden.sh +++ b/tests/results/test_mandatory_secrets/24_family_disabled_var_hidden.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_mandatory_secrets/40_0leadership.sh b/tests/results/test_mandatory_secrets/40_0leadership.sh index 1cf06b1..b6e0925 100644 --- a/tests/results/test_mandatory_secrets/40_0leadership.sh +++ b/tests/results/test_mandatory_secrets/40_0leadership.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/40_0leadership_diff_name.sh b/tests/results/test_mandatory_secrets/40_0leadership_diff_name.sh index a4b3870..4be01b9 100644 --- a/tests/results/test_mandatory_secrets/40_0leadership_diff_name.sh +++ b/tests/results/test_mandatory_secrets/40_0leadership_diff_name.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leadership  ┣━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/40_0leadership_empty.sh b/tests/results/test_mandatory_secrets/40_0leadership_empty.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_mandatory_secrets/40_0leadership_empty.sh +++ b/tests/results/test_mandatory_secrets/40_0leadership_empty.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.sh index de2c6b6..511aa3d 100644 --- a/tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.sh index ec2629f..27d4128 100644 --- a/tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.sh +++ b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.sh index 3559fd2..f43f078 100644 --- a/tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 general ┃ ┗━━ 📓 mode_conteneur_actif: string1 (non) diff --git a/tests/results/test_mandatory_secrets/40_1leadership_append_follower.sh b/tests/results/test_mandatory_secrets/40_1leadership_append_follower.sh index 6f82870..d7188db 100644 --- a/tests/results/test_mandatory_secrets/40_1leadership_append_follower.sh +++ b/tests/results/test_mandatory_secrets/40_1leadership_append_follower.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/40_6leadership_follower_multi.sh b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi.sh index edf63fb..67d549b 100644 --- a/tests/results/test_mandatory_secrets/40_6leadership_follower_multi.sh +++ b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi.sh @@ -1,38 +1,36 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 leadership  ┣━━ 📂 leader  ┃ ┣━━ 📓 leader: string1 - ┃ ┣━━ 📓 follower1 : + ┃ ┣━━ 📓 follower1:  ┃ ┃ ┣━━ string1  ┃ ┃ ┣━━ string2  ┃ ┃ ┗━━ string3 - ┃ ┗━━ 📓 follower2 : + ┃ ┗━━ 📓 follower2:  ┃  ┣━━ string1 (value)  ┃  ┣━━ string2  ┃  ┗━━ string3  ┣━━ 📂 leader  ┃ ┣━━ 📓 leader: string2 - ┃ ┣━━ 📓 follower1 : + ┃ ┣━━ 📓 follower1:  ┃ ┃ ┣━━ string1  ┃ ┃ ┣━━ string2  ┃ ┃ ┗━━ string3 - ┃ ┗━━ 📓 follower2 : + ┃ ┗━━ 📓 follower2:  ┃  ┣━━ string1 (value)  ┃  ┣━━ string2  ┃  ┗━━ string3  ┗━━ 📂 leader   ┣━━ 📓 leader: string3 -  ┣━━ 📓 follower1 : +  ┣━━ 📓 follower1:   ┃ ┣━━ string1   ┃ ┣━━ string2   ┃ ┗━━ string3 -  ┗━━ 📓 follower2 : +  ┗━━ 📓 follower2:    ┣━━ string1 (value)    ┣━━ string2    ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/40_8calculation_boolean.sh b/tests/results/test_mandatory_secrets/40_8calculation_boolean.sh index 5ad3273..7d2cb7f 100644 --- a/tests/results/test_mandatory_secrets/40_8calculation_boolean.sh +++ b/tests/results/test_mandatory_secrets/40_8calculation_boolean.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 bool: true (false) -┣━━ 📓 multi1 : +┣━━ 📓 multi1: ┃ ┣━━ true (true) ┃ ┗━━ false -┗━━ 📓 multi2 : +┗━━ 📓 multi2:  ┗━━ true (false) diff --git a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.sh b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.sh index f02cd68..83b3bfb 100644 --- a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.sh +++ b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ string1 (string1) ┃ ┣━━ string2 (string1) ┃ ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.sh index e3c89bf..9d7d588 100644 --- a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.sh +++ b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var: string1 (no) ┗━━ 📂 fam1 diff --git a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.sh index b3ffd39..f17cad4 100644 --- a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.sh +++ b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 fam1 ┃ ┗━━ 📓 var: string1 (no) diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh index dca7f2b..7a104ce 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -18,7 +16,7 @@ Variables: ┃  ┣━━ 📓 leader: string3 ┃  ┣━━ 📓 follower1: string3 (val11) ┃  ┗━━ 📓 follower2: string3 (val21) -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ string1 (string1)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh index 213eda8..adc9c6a 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -18,7 +16,7 @@ Variables: ┃  ┣━━ 📓 leader: string3 ┃  ┣━━ 📓 follower1: string3 (val11) ┃  ┗━━ 📓 follower2: string3 (val21) -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ string1 (string3)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower.sh b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower.sh index e7b7023..bb9e672 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower.sh +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -18,7 +16,7 @@ Variables: ┃  ┣━━ 📓 leader: string3 ┃  ┣━━ 📓 follower1: string3 (val11) ┃  ┗━━ 📓 follower2: string3 (val21) -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ string1 (string1)  ┣━━ string2 (string2)  ┗━━ string3 (string3) diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh index 30b8cd8..cd22384 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh index 679f29f..5ea2bc9 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader.sh b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader.sh index e7b7023..bb9e672 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader.sh +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -18,7 +16,7 @@ Variables: ┃  ┣━━ 📓 leader: string3 ┃  ┣━━ 📓 follower1: string3 (val11) ┃  ┗━━ 📓 follower2: string3 (val21) -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ string1 (string1)  ┣━━ string2 (string2)  ┗━━ string3 (string3) diff --git a/tests/results/test_mandatory_secrets/41_0choice_leader.sh b/tests/results/test_mandatory_secrets/41_0choice_leader.sh index 621054f..22b928e 100644 --- a/tests/results/test_mandatory_secrets/41_0choice_leader.sh +++ b/tests/results/test_mandatory_secrets/41_0choice_leader.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/44_0leadership_hidden.sh b/tests/results/test_mandatory_secrets/44_0leadership_hidden.sh index 0986b3a..c53fe45 100644 --- a/tests/results/test_mandatory_secrets/44_0leadership_hidden.sh +++ b/tests/results/test_mandatory_secrets/44_0leadership_hidden.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.sh index 0986b3a..c53fe45 100644 --- a/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.sh +++ b/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.sh index 0986b3a..c53fe45 100644 --- a/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/44_4leadership_mandatory.sh b/tests/results/test_mandatory_secrets/44_4leadership_mandatory.sh index 2631fe9..efd84cf 100644 --- a/tests/results/test_mandatory_secrets/44_4leadership_mandatory.sh +++ b/tests/results/test_mandatory_secrets/44_4leadership_mandatory.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.sh index 76d1cd5..1fdb4c0 100644 --- a/tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh index 3ed7795..2dbebd7 100644 --- a/tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh +++ b/tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh index c8cf81c..1298c12 100644 --- a/tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (yes) ┗━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic.sh index ef89e4b..2d73946 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic.sh +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.sh index ec8930d..ba34923 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.sh +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.sh index 89e74b5..981dc1e 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.sh index db9c00d..b667458 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.sh +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_forbidden_char.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_forbidden_char.sh index 6b54cee..302425b 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_forbidden_char.sh +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_forbidden_char.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val.1 (val.1) ┃ ┗━━ val.2 (val.2) ┣━━ 📂 dynval_1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.sh index ef89e4b..2d73946 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.sh +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.sh index c64d84a..c4cccfc 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_static.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_static.sh index 8433ae8..39d1256 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_static.sh +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_static.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📂 dynval1 ┃ ┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_test.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_test.sh index c64d84a..c4cccfc 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_test.sh +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_test.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_upper_char.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..256a201 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_upper_char.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📓 var: +┃ ┣━━ Val1 (Val1) +┃ ┗━━ VAL2 (VAL2) +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.sh index a953da0..0c859aa 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.sh index 3c86228..b8fd222 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.sh +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh index 19ac83d..0064da8 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_0family_empty.sh b/tests/results/test_mandatory_secrets/60_0family_empty.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_mandatory_secrets/60_0family_empty.sh +++ b/tests/results/test_mandatory_secrets/60_0family_empty.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_mandatory_secrets/60_0family_hidden.sh b/tests/results/test_mandatory_secrets/60_0family_hidden.sh index 10fba37..69fc018 100644 --- a/tests/results/test_mandatory_secrets/60_0family_hidden.sh +++ b/tests/results/test_mandatory_secrets/60_0family_hidden.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 family - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_mandatory_secrets/60_0family_mode.sh b/tests/results/test_mandatory_secrets/60_0family_mode.sh index d5af23e..d6fe917 100644 --- a/tests/results/test_mandatory_secrets/60_0family_mode.sh +++ b/tests/results/test_mandatory_secrets/60_0family_mode.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📓 var: string1 (non) diff --git a/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.sh index 7d22b32..3ee7ec2 100644 --- a/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.sh +++ b/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ string1 (val1) ┃ ┣━━ string2 (val2) ┃ ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh index cd45ae4..fbded18 100644 --- a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh index 63ec016..cc57983 100644 --- a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index a11d5fb..84829ed 100644 --- a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh index b2582f2..e83def1 100644 --- a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.sh index 283c64a..2250918 100644 --- a/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.sh +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh index 01fbe72..e914c9c 100644 --- a/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh index 8f4cc48..c164255 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh index 21086f8..e6a66dc 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..ef73a25 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,10 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┣━━ 📓 var1: +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┣━━ 📂 dynval2 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh index 8f4cc48..c164255 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh index 21086f8..e6a66dc 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.sh index 09730e3..42a1f5d 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.sh +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh index db12349..c8265fc 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh index cabdce6..dc271c8 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ───────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +╰──────────────────────────────────────╯ Variables: ┣━━ 📂 dynval1 ┃ ┣━━ 📓 var: string1 ┃ ┗━━ 📂 family ┃  ┗━━ 📓 var: string1 ┗━━ 📂 dynval2 - ┣━━ 📓 var: null + ┣━━ 📓 var:  ┗━━ 📂 family -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh index 4c4033a..96f555a 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh index a834550..683d93a 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.sh index a9c3f90..8bc0941 100644 --- a/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.sh +++ b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.sh index 8acc46c..5bb4ae4 100644 --- a/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.sh index 407ad72..cc92ee5 100644 --- a/tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.sh +++ b/tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var: string1 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_mandatory_secrets/68_0family_leadership_mode.sh b/tests/results/test_mandatory_secrets/68_0family_leadership_mode.sh index 1cf06b1..b6e0925 100644 --- a/tests/results/test_mandatory_secrets/68_0family_leadership_mode.sh +++ b/tests/results/test_mandatory_secrets/68_0family_leadership_mode.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/00_0empty.sh b/tests/results/test_namespace_mandatory_secrets/00_0empty.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_0empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_0empty.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_namespace_mandatory_secrets/00_0version_underscore.sh b/tests/results/test_namespace_mandatory_secrets/00_0version_underscore.sh index 27c2258..fbc7af9 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_0version_underscore.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_0version_underscore.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 version: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_1empty_variable.sh b/tests/results/test_namespace_mandatory_secrets/00_1empty_variable.sh index 9413de7..31c3a86 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_1empty_variable.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_1empty_variable.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 empty: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.sh b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.sh index a835e23..c5ac7ef 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.sh b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.sh index 9411e95..22a6bc1 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1 (no)  ┃ ┣━━ string2 (yes)  ┃ ┗━━ string3 (maybe) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string2)   ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.sh index 2be0a76..23690c8 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ domain1.lan  ┃ ┗━━ domain2.lan - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ domain1.lan (domain1.lan)   ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.sh b/tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_5load_notype.sh b/tests/results/test_namespace_mandatory_secrets/00_5load_notype.sh index 03776cc..3fe99f5 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_5load_notype.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_5load_notype.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 without_type: string1 (non) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6boolean.sh b/tests/results/test_namespace_mandatory_secrets/00_6boolean.sh index 7bc694e..b2daf40 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6boolean.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6boolean.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: true (true) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.sh index 311b7c7..aed8495 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: true (true) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice.sh b/tests/results/test_namespace_mandatory_secrets/00_6choice.sh index e96af4d..3abb928 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6choice.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: a  ┣━━ 📓 var2: a  ┣━━ 📓 var3: a - ┣━━ 📓 var4: null + ┣━━ 📓 var4:  ┣━━ 📓 var5: a (a)  ┗━━ 📓 var6: 1 (1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.sh b/tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.sh index 438fae7..905f1f9 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice_link.sh b/tests/results/test_namespace_mandatory_secrets/00_6choice_link.sh index 6991f29..09c53bd 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6choice_link.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_link.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: a diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice_variable.sh b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable.sh index 95f675c..8c637e1 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6choice_variable.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1 (a)  ┃ ┣━━ string2 (b)  ┃ ┗━━ string3 (c) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link.sh b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link.sh index 142b262..824565b 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1 (a)  ┃ ┣━━ string2 (b)  ┃ ┗━━ string3 (c) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link2.sh b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link2.sh index 3997402..4b58b1e 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link2.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1 (a)  ┃ ┣━━ string2 (b)  ┃ ┗━━ string3 (c) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6custom.sh b/tests/results/test_namespace_mandatory_secrets/00_6custom.sh index 6bd301f..c9fdab2 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6custom.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6custom.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 custom1: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_6domainname.sh b/tests/results/test_namespace_mandatory_secrets/00_6domainname.sh index c39818d..28b9351 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6domainname.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6domainname.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6domainname_params.sh b/tests/results/test_namespace_mandatory_secrets/00_6domainname_params.sh index c39818d..28b9351 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6domainname_params.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6domainname_params.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6float.sh b/tests/results/test_namespace_mandatory_secrets/00_6float.sh index 2a6b33c..a48dbe7 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6float.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6float.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: 1.1 (0.0) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6number.sh b/tests/results/test_namespace_mandatory_secrets/00_6number.sh index 775f0a2..cd83ee4 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6number.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6number.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: 1 (0) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6port.sh b/tests/results/test_namespace_mandatory_secrets/00_6port.sh index 2db48f1..4891de3 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6port.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6port.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 variable1: 80 diff --git a/tests/results/test_namespace_mandatory_secrets/00_6regexp.sh b/tests/results/test_namespace_mandatory_secrets/00_6regexp.sh index 825fb2e..b7b63fc 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6regexp.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6regexp.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6regexp_link.sh b/tests/results/test_namespace_mandatory_secrets/00_6regexp_link.sh index 7962dcb..df79ac1 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6regexp_link.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6regexp_link.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6secret.sh b/tests/results/test_namespace_mandatory_secrets/00_6secret.sh index 45e3287..5aefb1b 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6secret.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6secret.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 secret1: ********** diff --git a/tests/results/test_namespace_mandatory_secrets/00_6secret_param.sh b/tests/results/test_namespace_mandatory_secrets/00_6secret_param.sh index 5e80749..21741ed 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6secret_param.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6secret_param.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 secret1: ********** diff --git a/tests/results/test_namespace_mandatory_secrets/00_6string.sh b/tests/results/test_namespace_mandatory_secrets/00_6string.sh index 9ee9b1f..c21b822 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6string.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_6string.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_7choice_quote.sh b/tests/results/test_namespace_mandatory_secrets/00_7choice_quote.sh index 9622afb..ee1b892 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7choice_quote.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_7choice_quote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: quote' (quote') diff --git a/tests/results/test_namespace_mandatory_secrets/00_7help.sh b/tests/results/test_namespace_mandatory_secrets/00_7help.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7help.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_7help.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_7help_quote.sh b/tests/results/test_namespace_mandatory_secrets/00_7help_quote.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7help_quote.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_7help_quote.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_7help_sup.sh b/tests/results/test_namespace_mandatory_secrets/00_7help_sup.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7help_sup.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_7help_sup.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.sh b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.sh index e8ec0b1..f5653a5 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (quote") diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.sh b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.sh index 51ba23a..a66a107 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (quote'") diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.sh b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.sh index 666a92a..e3a3199 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (quote\"\') diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_quote.sh b/tests/results/test_namespace_mandatory_secrets/00_7value_quote.sh index cda367b..e5a6b20 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7value_quote.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_quote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (quote') diff --git a/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.sh b/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.sh index c0e9411..006cdeb 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_8calculation_namespace.sh b/tests/results/test_namespace_mandatory_secrets/00_8calculation_namespace.sh index 4688fb8..6656453 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_8calculation_namespace.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_8calculation_namespace.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (Rougail) diff --git a/tests/results/test_namespace_mandatory_secrets/00_8calculation_param_namespace.sh b/tests/results/test_namespace_mandatory_secrets/00_8calculation_param_namespace.sh index 4688fb8..6656453 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_8calculation_param_namespace.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_8calculation_param_namespace.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (Rougail) diff --git a/tests/results/test_namespace_mandatory_secrets/00_8test.sh b/tests/results/test_namespace_mandatory_secrets/00_8test.sh index 0b2e0e4..c6d2d89 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_8test.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_8test.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: test  ┣━━ 📓 var2: test (value)  ┣━━ 📓 var3: test1 - ┣━━ 📓 var4: null + ┣━━ 📓 var4:  ┣━━ 📓 var5: false (true) - ┗━━ 📓 var6 : + ┗━━ 📓 var6:   ┣━━ test1   ┗━━ test2 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.sh b/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.sh index 1aeea67..733f545 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.sh @@ -1,14 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable1 : + ┣━━ 📓 variable1:  ┃ ┣━━ val1  ┃ ┗━━ val2 - ┗━━ 📓 variable2 : + ┗━━ 📓 variable2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.sh b/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.sh index c0dec63..4d2c333 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 source_variable_1: string1 (val1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation.sh index 973d755..62e600e 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (string_1_True_None) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.sh index 4518adc..b38645a 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.sh index 7056ce5..76157e3 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 my_variable: string1 (val1) - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ string1 (string1)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.sh index 7056ce5..76157e3 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 my_variable: string1 (val1) - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ string1 (string1)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.sh index 98cdfd1..902031b 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.sh index 194c5b0..9f4154a 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 my_variable : + ┣━━ 📓 my_variable:  ┃ ┣━━ string1 (val1)  ┃ ┣━━ string2 (val2)  ┃ ┗━━ string3 - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ string1 (string1)   ┣━━ string2 (string2)   ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.sh index 7f477e8..a4f9927 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable2.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable2.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable2.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable2.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_integer.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_integer.sh index 438fae7..905f1f9 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_integer.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_integer.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9extra.sh b/tests/results/test_namespace_mandatory_secrets/00_9extra.sh index 8844492..094409b 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9extra.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9extra.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: string1 (rougail) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.sh b/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.sh index da8b9d7..067ad10 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: string1 (value) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9extra_ouside.sh b/tests/results/test_namespace_mandatory_secrets/00_9extra_ouside.sh index 149de1c..fc793cc 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9extra_ouside.sh +++ b/tests/results/test_namespace_mandatory_secrets/00_9extra_ouside.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.sh index 2f5ec95..3176ca7 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.sh @@ -1,24 +1,22 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ true (true) - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┗━━ true (true) - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┗━━ true (true) - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┗━━ true (false) - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ true (false) - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ true (false) - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ true (true) - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ true (true) diff --git a/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.sh index 46e7304..fde9e25 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 custom1 : + ┣━━ 📓 custom1:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┗━━ 📓 custom2 : + ┗━━ 📓 custom2:   ┣━━ string1 (value)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_6float_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_6float_multi.sh index 688b474..f3d430c 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6float_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/01_6float_multi.sh @@ -1,40 +1,38 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ 1.1 (0.0)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ 1.1 (0.0)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┣━━ 1.1 (0.0)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┣━━ 1.1 (10.1)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┣━━ 1.1 (10.1)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┣━━ 1.1 (10.1)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┣━━ 1.1 (0.0)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┣━━ 1.1 (0.0)   ┣━━ 2.2   ┗━━ 3.3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_6number_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_6number_multi.sh index 2b421cd..5b48e0f 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6number_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/01_6number_multi.sh @@ -1,40 +1,38 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ 1 (0)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ 1 (0)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┣━━ 1 (0)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┣━━ 1 (10)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┣━━ 1 (10)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┣━━ 1 (10)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┣━━ 1 (0)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┣━━ 1 (0)   ┣━━ 2   ┗━━ 3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_6string_empty.sh b/tests/results/test_namespace_mandatory_secrets/01_6string_empty.sh index 48f1f2a..5c9a928 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6string_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/01_6string_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ string1 (value)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_6string_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_6string_multi.sh index 152914a..ea288b9 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6string_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/01_6string_multi.sh @@ -1,40 +1,38 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┣━━ string1 (value)  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┣━━ string1 (value)  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┣━━ string1 (value)  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┣━━ string1 (value)  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┣━━ string1 (value)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.sh b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.sh index 8c79959..b3b7bba 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.sh +++ b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (quote")   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.sh index 25389f2..a3722c3 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.sh +++ b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (quote'")   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.sh b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.sh index b98585c..7ffd8d9 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.sh +++ b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (quote')   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.sh index 211be5b..57dcc89 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.sh index db4ad7f..a2acb64 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable1 : + ┣━━ 📓 variable1:  ┃ ┣━━ string1 (a)  ┃ ┣━━ string2 (b)  ┃ ┗━━ string3 (c) diff --git a/tests/results/test_namespace_mandatory_secrets/04_0type_param.sh b/tests/results/test_namespace_mandatory_secrets/04_0type_param.sh index db96d2f..7b27b3c 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_0type_param.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_0type_param.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 int: 1 (10) diff --git a/tests/results/test_namespace_mandatory_secrets/04_1auto_save.sh b/tests/results/test_namespace_mandatory_secrets/04_1auto_save.sh index ebc4b68..7cc07c2 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1auto_save.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.sh index 38212dd..62be956 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh index 3b45977..47485e9 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.sh index bb536aa..f5c8f19 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ Unmodifiable variable │ +╰──────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: yes diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.sh b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.sh index e11e18c..539d830 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (value) diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.sh index e11e18c..539d830 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (value) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.sh index f5504fd..8c78537 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.sh index 5d33ea8..c1533cb 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_multi.sh index 828221e..1c7a686 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_multi.sh @@ -1,17 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) - ┣━━ 📓 variable1 : + ┣━━ 📓 variable1:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┗━━ 📓 variable2 : + ┗━━ 📓 variable2:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.sh index b1b78d0..543eca7 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) - ┣━━ 📓 var1: null + ┣━━ 📓 var1:  ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.sh index a174541..c1eb5f1 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.sh index f06ac73..0d2ba3f 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.sh index 38eb686..fc7dfad 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.sh index 5a9387b..bf2350a 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi.sh index a174541..c1eb5f1 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh index b6dd82b..d2f3807 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh @@ -1,16 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 condition : + ┣━━ 📓 condition:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh index ce4662b..0d36930 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 condition : + ┣━━ 📓 condition:  ┃ ┣━━ string1 (val1)  ┃ ┣━━ string2 (val2)  ┃ ┗━━ string3 - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.sh b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.sh index 7953e0d..b099726 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.sh b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.sh index 3ef1c0a..965c5a7 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.sh @@ -1,9 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.sh index 5d33ea8..c1533cb 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators.sh b/tests/results/test_namespace_mandatory_secrets/04_5validators.sh index 86af547..5f9901f 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5validators.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 int: 1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.sh b/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.sh index 44a37de..a53bb59 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: another_value (oui) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_multi.sh b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi.sh index a809ef2..33f2509 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5validators_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ string1 (no)   ┣━━ string2 (yes)   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.sh b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.sh index 3f473dd..6717205 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.sh +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ val1 (no)   ┗━━ val2 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.sh b/tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.sh index af091c9..17b16ee 100644 --- a/tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.sh +++ b/tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ string1 (non)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.sh b/tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.sh index 4260e1b..13c4d8a 100644 --- a/tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.sh +++ b/tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (non)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.sh b/tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.sh index 73211d0..6c4cbc5 100644 --- a/tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.sh +++ b/tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.sh b/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.sh index 4518adc..b38645a 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_calculation.sh b/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_calculation.sh index 5ade45e..a8b80f2 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_calculation.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_disabled.sh b/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_disabled.sh index 5ade45e..a8b80f2 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_disabled.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_disabled.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.sh b/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.sh index 5f4d450..792000a 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.sh b/tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.sh index 9bf39eb..9d2bdec 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var1: yes diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.sh index c447ce5..3ee430c 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.sh index 18c73bf..69418e1 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: a diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.sh index c447ce5..3ee430c 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.sh index c0e9411..006cdeb 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_family.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_family.sh index b51f3c9..732c68e 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_family.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_family.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_help.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_help.sh index b51f3c9..732c68e 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_help.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_help.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.sh index 621ccbd..6cd9f8d 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.sh index 4260e1b..13c4d8a 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (non)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.sh index 4e760cd..71ebc58 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/16_5test_redefine.sh b/tests/results/test_namespace_mandatory_secrets/16_5test_redefine.sh index fd45290..d1b49b3 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5test_redefine.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_5test_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: test1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.sh b/tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.sh index c34542a..c467073 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: a (c) diff --git a/tests/results/test_namespace_mandatory_secrets/16_6exists_family.sh b/tests/results/test_namespace_mandatory_secrets/16_6exists_family.sh index 5efe8ae..371c3b5 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_6exists_family.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_6exists_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.sh b/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.sh index 2c69982..17886ba 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.sh +++ b/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 family1 diff --git a/tests/results/test_namespace_mandatory_secrets/16exists_exists.sh b/tests/results/test_namespace_mandatory_secrets/16exists_exists.sh index 4518adc..b38645a 100644 --- a/tests/results/test_namespace_mandatory_secrets/16exists_exists.sh +++ b/tests/results/test_namespace_mandatory_secrets/16exists_exists.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.sh b/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.sh index 60c6aae..6c36ac6 100644 --- a/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.sh +++ b/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.sh @@ -1,9 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/20_0empty_family.sh b/tests/results/test_namespace_mandatory_secrets/20_0empty_family.sh index 5efe8ae..371c3b5 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0empty_family.sh +++ b/tests/results/test_namespace_mandatory_secrets/20_0empty_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/20_0family_append.sh b/tests/results/test_namespace_mandatory_secrets/20_0family_append.sh index d192a58..c980823 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0family_append.sh +++ b/tests/results/test_namespace_mandatory_secrets/20_0family_append.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_mandatory_secrets/20_0family_underscore.sh b/tests/results/test_namespace_mandatory_secrets/20_0family_underscore.sh index 5ade45e..a8b80f2 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0family_underscore.sh +++ b/tests/results/test_namespace_mandatory_secrets/20_0family_underscore.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family.sh b/tests/results/test_namespace_mandatory_secrets/20_0multi_family.sh index bee0bd0..fdd7bff 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0multi_family.sh +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.sh b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.sh index bee0bd0..fdd7bff 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.sh +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.sh b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.sh index 8f170d1..09345cb 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.sh +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.sh b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.sh index e03de20..bd7a34d 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.sh +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.sh b/tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.sh index fc903ac..5d0b7d9 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.sh +++ b/tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/20_1empty_subfamily.sh b/tests/results/test_namespace_mandatory_secrets/20_1empty_subfamily.sh index 5efe8ae..371c3b5 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_1empty_subfamily.sh +++ b/tests/results/test_namespace_mandatory_secrets/20_1empty_subfamily.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.sh b/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.sh index d192a58..c980823 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.sh +++ b/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.sh index e41a065..bf5973b 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.sh +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.sh index 8a8e780..c0d00fc 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.sh +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true (false) diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.sh index 7da310d..a74eb7c 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.sh +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh index 8d74df3..6caf8f8 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -1,12 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true (true)  ┗━━ 📂 family   ┗━━ 📂 subfamily -   ┗━━ 📓 var1: null +   ┗━━ 📓 var1: diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.sh index da585a8..093a549 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.sh +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.sh @@ -1,12 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition1: true (false)  ┣━━ 📓 condition2: true (false)  ┗━━ 📂 family -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh index 0211d2b..517af55 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.sh index 7cac874..154430c 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.sh +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.sh index f7e0623..e174ddf 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.sh +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.sh b/tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.sh index e746c00..41c7c36 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.sh +++ b/tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 general diff --git a/tests/results/test_namespace_mandatory_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_mandatory_secrets/24_family_disabled_var_hidden.sh index 5ade45e..a8b80f2 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_family_disabled_var_hidden.sh +++ b/tests/results/test_namespace_mandatory_secrets/24_family_disabled_var_hidden.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership.sh index 5938837..52e735f 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.sh index 165e971..3b00e99 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_empty.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_empty.sh index 5efe8ae..371c3b5 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.sh index 7bda3a7..c372994 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.sh index e1b3f32..3b121b8 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.sh @@ -1,39 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string1 (leader) -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1 (value)   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (value1)   ┃  ┣━━ string2 (value2)   ┃  ┗━━ string3   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string2 -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1 (value)   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (value1)   ┃  ┣━━ string2 (value2)   ┃  ┗━━ string3   ┗━━ 📂 leader    ┣━━ 📓 leader: string3 -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┣━━ string1 (value)    ┃ ┣━━ string2    ┃ ┗━━ string3 -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┣━━ string1 (value1)     ┣━━ string2 (value2)     ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh index ec71278..bd48f9f 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh @@ -1,39 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string1 (leader) -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1 (value)   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (string1)   ┃  ┣━━ string2 (string2)   ┃  ┗━━ string3 (string3)   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string2 -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1 (value)   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (string1)   ┃  ┣━━ string2 (string2)   ┃  ┗━━ string3 (string3)   ┗━━ 📂 leader    ┣━━ 📓 leader: string3 -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┣━━ string1 (value)    ┃ ┣━━ string2    ┃ ┗━━ string3 -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┣━━ string1 (string1)     ┣━━ string2 (string2)     ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.sh index a492069..73e8c74 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.sh index 0a071c3..30d8d2c 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 general diff --git a/tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.sh b/tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.sh index ecf1747..ca83a88 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.sh b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.sh index a89bc69..ecc6b11 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.sh index a89bc69..ecc6b11 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.sh index bf56e3b..1b75a70 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.sh b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.sh index f3cd2f2..cab8ae2 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.sh @@ -1,39 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leadership   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string1 -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (value)   ┃  ┣━━ string2   ┃  ┗━━ string3   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string2 -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (value)   ┃  ┣━━ string2   ┃  ┗━━ string3   ┗━━ 📂 leader    ┣━━ 📓 leader: string3 -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┣━━ string1    ┃ ┣━━ string2    ┃ ┗━━ string3 -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┣━━ string1 (value)     ┣━━ string2     ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.sh b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.sh index bc0d2e5..024bd3c 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 bool: true (false) - ┣━━ 📓 multi1 : + ┣━━ 📓 multi1:  ┃ ┣━━ true (true)  ┃ ┗━━ false - ┗━━ 📓 multi2 : + ┗━━ 📓 multi2:   ┗━━ true (false) diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.sh index f5b6f17..7295ea6 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.sh b/tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.sh index 4167981..476dcf3 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 bool: true (false) diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.sh b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.sh index c1570e8..cee5ff9 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ string1 (string1)  ┃ ┣━━ string2 (string1)  ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.sh index 0e84895..24627e0 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.sh index b665414..187cf92 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 fam1 diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh index 29f5675..eea863e 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -19,7 +17,7 @@ Variables:  ┃  ┣━━ 📓 leader: string3  ┃  ┣━━ 📓 follower1: string3 (val11)  ┃  ┗━━ 📓 follower2: string3 (val21) - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ string1 (string1)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh index 6336a89..6001c7c 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -19,7 +17,7 @@ Variables:  ┃  ┣━━ 📓 leader: string3  ┃  ┣━━ 📓 follower1: string3 (val11)  ┃  ┗━━ 📓 follower2: string3 (val21) - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ string1 (string3)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower.sh b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower.sh index 9cf1b6f..fe9ca1d 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -19,7 +17,7 @@ Variables:  ┃  ┣━━ 📓 leader: string3  ┃  ┣━━ 📓 follower1: string3 (val11)  ┃  ┗━━ 📓 follower2: string3 (val21) - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ string1 (string1)   ┣━━ string2 (string2)   ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh index 60d8a5c..e31b2b9 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh index 8e1fe3a..a708e31 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader.sh b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader.sh index 9cf1b6f..fe9ca1d 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader.sh +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -19,7 +17,7 @@ Variables:  ┃  ┣━━ 📓 leader: string3  ┃  ┣━━ 📓 follower1: string3 (val11)  ┃  ┗━━ 📓 follower2: string3 (val21) - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ string1 (string1)   ┣━━ string2 (string2)   ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets/41_0choice_leader.sh b/tests/results/test_namespace_mandatory_secrets/41_0choice_leader.sh index 3bbb879..6555f66 100644 --- a/tests/results/test_namespace_mandatory_secrets/41_0choice_leader.sh +++ b/tests/results/test_namespace_mandatory_secrets/41_0choice_leader.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.sh b/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.sh index 60c6aae..6c36ac6 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.sh +++ b/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.sh @@ -1,9 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.sh index 60c6aae..6c36ac6 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.sh +++ b/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.sh @@ -1,9 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.sh index 60c6aae..6c36ac6 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.sh @@ -1,9 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.sh index 0d2cff3..ba7793d 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.sh +++ b/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.sh b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.sh index bb1fc5b..40c50a2 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.sh +++ b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.sh index 71bea47..75fe437 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh index 96e34f3..00560bf 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh index 117765c..f291e04 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.sh index c34ff15..b1298b0 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.sh +++ b/tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.sh index 3004f45..75e706c 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.sh index abcf691..ffef1ef 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.sh index 9db0591..84c7bcc 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.sh index abcf691..ffef1ef 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh index 9db0591..84c7bcc 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.sh index abcf691..ffef1ef 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.sh index 9db0591..84c7bcc 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.sh index afdbf37..dde053f 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_forbidden_char.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_forbidden_char.sh index c247e66..5779ced 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_forbidden_char.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_forbidden_char.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val.1 (val.1)  ┃ ┗━━ val.2 (val.2)  ┣━━ 📂 dynval_1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.sh index 6a2b055..c1a57dd 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ 1 (1)  ┃ ┗━━ 2 (2)  ┣━━ 📂 dyn1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh index 17627a9..5c80445 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ 1  ┃ ┗━━ 2  ┣━━ 📂 dyn1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.sh index 3004f45..75e706c 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.sh index 0501207..f897bfb 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.sh index 71fb99f..0e61d47 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.sh index 0501207..f897bfb 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_upper_char.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..9521609 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_upper_char.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: + ┃ ┣━━ Val1 (Val1) + ┃ ┗━━ VAL2 (VAL2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.sh index cfea96b..10e50b2 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.sh index 5d335ee..eca4a27 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh index b00c0ad..46231ac 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_empty.sh index 5efe8ae..371c3b5 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_hidden.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_hidden.sh index 97bb713..c779799 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_hidden.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_hidden.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_mode.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_mode.sh index d6cf87c..4fe3e1f 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_mode.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_mode.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.sh index f5515d6..761009e 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ string1 (val1)  ┃ ┣━━ string2 (val2)  ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh index 54c0a7e..a97a366 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh index 99c0aa4..b85bf36 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index 2625e89..92dd457 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh index 2c45496..d299033 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.sh index 3a50720..8bc7bce 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh index 29858f6..9d8fccb 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.sh index 211d74c..a4bfa95 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.sh index f1e39b3..4be1564 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.sh index f7d90eb..533d490 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh index 270983d..a48751b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh index ed92a05..56dcfed 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh index e11f85a..8dcc113 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..24955e4 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,11 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh index 1a7c5cf..03c6da8 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.sh index df88719..c02b34b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ val1  ┣━━ 📂 dynval1  ┃ ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.sh index 944974d..a8babf0 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var2: string1 (string1) - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh index 270983d..a48751b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh index ed92a05..56dcfed 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.sh index f7d90eb..533d490 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh index 1a7c5cf..03c6da8 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh index 28ff5a9..a1ba4f4 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ───────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +╰──────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 dynval1 @@ -11,6 +9,6 @@ Variables:  ┃ ┗━━ 📂 family  ┃  ┗━━ 📓 var: string1  ┗━━ 📂 dynval2 -  ┣━━ 📓 var: null +  ┣━━ 📓 var:   ┗━━ 📂 family -   ┗━━ 📓 var: null +   ┗━━ 📓 var: diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh index 4a7fca5..d0bf3bd 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh index 6393a4b..df6c31c 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┣━━ val2  ┃ ┣━━ val3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.sh index 6390d1f..fe8cce5 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.sh @@ -1,19 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.sh index 33ba297..b78896a 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ string1 (string1)  ┃ ┣━━ string2 (string1)  ┃ ┗━━ string3 - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh index 706bfd3..9d91a5b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ string1 (string1)  ┃ ┣━━ string2 (string1)  ┃ ┗━━ string3 - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.sh index 6390d1f..fe8cce5 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.sh @@ -1,19 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh index 79a53ed..b404198 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh @@ -1,19 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh index 6390d1f..fe8cce5 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh @@ -1,19 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh index 79a53ed..b404198 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -1,19 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh index 7ff8683..820ff0d 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1 @@ -19,7 +17,7 @@ Variables:  ┃ ┃ ┗━━ 📓 var: string1 (val1)  ┃ ┗━━ 📂 subdyn_val2  ┃  ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh index 2be4b4c..eb2b2e8 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1 @@ -19,7 +17,7 @@ Variables:  ┃ ┃ ┗━━ 📓 var: string1 (val1)  ┃ ┗━━ 📂 subdyn_val2  ┃  ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh index f2eb50c..9414246 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh index a0ab071..8abaadb 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.sh index 32207f0..172474c 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.sh index e8ccafe..d1ed853 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.sh index f028040..d41e3d3 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.sh index b2acb4b..ad555d5 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh index ccc6b3a..b9fb261 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1 (tval1)  ┃ ┃ ┗━━ tval2 (tval2)  ┃ ┣━━ 📂 dyn_tval1 @@ -22,7 +20,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: string1 (val1)  ┃  ┗━━ 📓 var_identifiers: string1 (val1-tval2)  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1 (tval1)   ┃ ┗━━ tval2 (tval2)   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh index ccc6b3a..b9fb261 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1 (tval1)  ┃ ┃ ┗━━ tval2 (tval2)  ┃ ┣━━ 📂 dyn_tval1 @@ -22,7 +20,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: string1 (val1)  ┃  ┗━━ 📓 var_identifiers: string1 (val1-tval2)  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1 (tval1)   ┃ ┗━━ tval2 (tval2)   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh index f3dd5cf..0699b0b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1 (tval1)  ┃ ┃ ┗━━ tval2 (tval2)  ┃ ┣━━ 📂 dyn_tval1 @@ -22,7 +20,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: string1 (val1)  ┃  ┗━━ 📓 var_identifiers: string1 (val1-tval2)  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1 (tval1)   ┃ ┗━━ tval2 (tval2)   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.sh index 5579c67..da7b49d 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ string1  ┃ ┃ ┣━━ string2  ┃ ┃ ┗━━ string3 @@ -27,7 +25,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: string1 (val1)  ┃  ┗━━ 📓 var_identifiers: string1 (val1-string3)  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ string1   ┃ ┣━━ string2   ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.sh b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.sh index 4559fbe..747b956 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail -┃ ┗━━ 📓 var : +┃ ┗━━ 📓 var: ┃  ┗━━ a (a) ┗━━ 📂 extra  ┗━━ 📂 dyn_a diff --git a/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.sh index ead5b03..8bb16ca 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.sh @@ -1,18 +1,16 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📂 general -┃  ┗━━ 📓 varname : +┃  ┗━━ 📓 varname: ┃   ┣━━ string1 (a) ┃   ┣━━ string2 ┃   ┗━━ string3 ┗━━ 📂 extra - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┗━━ a (a)  ┗━━ 📂 dyn_a   ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.sh index f593879..7a413cf 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.sh +++ b/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var: string1 (val2) diff --git a/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.sh b/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.sh index 5938837..52e735f 100644 --- a/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.sh +++ b/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/00_0empty.sh b/tests/results/test_namespace_read_write/00_0empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_namespace_read_write/00_0empty.sh +++ b/tests/results/test_namespace_read_write/00_0empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_namespace_read_write/00_0version_underscore.sh b/tests/results/test_namespace_read_write/00_0version_underscore.sh index 6a842db..01181a8 100644 --- a/tests/results/test_namespace_read_write/00_0version_underscore.sh +++ b/tests/results/test_namespace_read_write/00_0version_underscore.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 version: null + ┗━━ 📓 version: diff --git a/tests/results/test_namespace_read_write/00_1empty_variable.sh b/tests/results/test_namespace_read_write/00_1empty_variable.sh index 7259d85..3872e7f 100644 --- a/tests/results/test_namespace_read_write/00_1empty_variable.sh +++ b/tests/results/test_namespace_read_write/00_1empty_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 empty: null + ┗━━ 📓 empty: diff --git a/tests/results/test_namespace_read_write/00_2default_calculated.sh b/tests/results/test_namespace_read_write/00_2default_calculated.sh index bf2e2ec..27c980a 100644 --- a/tests/results/test_namespace_read_write/00_2default_calculated.sh +++ b/tests/results/test_namespace_read_write/00_2default_calculated.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┗━━ no diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_multi.sh b/tests/results/test_namespace_read_write/00_2default_calculated_multi.sh index 88e08bc..bb6854d 100644 --- a/tests/results/test_namespace_read_write/00_2default_calculated_multi.sh +++ b/tests/results/test_namespace_read_write/00_2default_calculated_multi.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ no  ┃ ┣━━ yes  ┃ ┗━━ maybe - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ no   ┣━━ yes   ┗━━ maybe diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.sh index cc4594d..248b095 100644 --- a/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 var2 : + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/00_4load_subfolder.sh b/tests/results/test_namespace_read_write/00_4load_subfolder.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write/00_4load_subfolder.sh +++ b/tests/results/test_namespace_read_write/00_4load_subfolder.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/00_5load_notype.sh b/tests/results/test_namespace_read_write/00_5load_notype.sh index c9f6465..0610102 100644 --- a/tests/results/test_namespace_read_write/00_5load_notype.sh +++ b/tests/results/test_namespace_read_write/00_5load_notype.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 without_type: non diff --git a/tests/results/test_namespace_read_write/00_6boolean.sh b/tests/results/test_namespace_read_write/00_6boolean.sh index 40ba29f..931b491 100644 --- a/tests/results/test_namespace_read_write/00_6boolean.sh +++ b/tests/results/test_namespace_read_write/00_6boolean.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: true diff --git a/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.sh index d51c8d7..f6f0388 100644 --- a/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.sh +++ b/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: true diff --git a/tests/results/test_namespace_read_write/00_6choice.sh b/tests/results/test_namespace_read_write/00_6choice.sh index c4d4e43..2a1dae0 100644 --- a/tests/results/test_namespace_read_write/00_6choice.sh +++ b/tests/results/test_namespace_read_write/00_6choice.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┣━━ 📓 var2: null - ┣━━ 📓 var3: null - ┣━━ 📓 var4: null + ┣━━ 📓 var1: + ┣━━ 📓 var2: + ┣━━ 📓 var3: + ┣━━ 📓 var4:  ┣━━ 📓 var5: a  ┗━━ 📓 var6: 1 diff --git a/tests/results/test_namespace_read_write/00_6choice_calculation.sh b/tests/results/test_namespace_read_write/00_6choice_calculation.sh index e24e624..05f2ec2 100644 --- a/tests/results/test_namespace_read_write/00_6choice_calculation.sh +++ b/tests/results/test_namespace_read_write/00_6choice_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: 9 diff --git a/tests/results/test_namespace_read_write/00_6choice_link.sh b/tests/results/test_namespace_read_write/00_6choice_link.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write/00_6choice_link.sh +++ b/tests/results/test_namespace_read_write/00_6choice_link.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/00_6choice_variable.sh b/tests/results/test_namespace_read_write/00_6choice_variable.sh index 12f3af2..d6b16b2 100644 --- a/tests/results/test_namespace_read_write/00_6choice_variable.sh +++ b/tests/results/test_namespace_read_write/00_6choice_variable.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ a  ┃ ┣━━ b  ┃ ┗━━ c diff --git a/tests/results/test_namespace_read_write/00_6choice_variable_link.sh b/tests/results/test_namespace_read_write/00_6choice_variable_link.sh index c996f3d..1492406 100644 --- a/tests/results/test_namespace_read_write/00_6choice_variable_link.sh +++ b/tests/results/test_namespace_read_write/00_6choice_variable_link.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ a  ┃ ┣━━ b  ┃ ┗━━ c diff --git a/tests/results/test_namespace_read_write/00_6choice_variable_link2.sh b/tests/results/test_namespace_read_write/00_6choice_variable_link2.sh index a30b727..fb2d687 100644 --- a/tests/results/test_namespace_read_write/00_6choice_variable_link2.sh +++ b/tests/results/test_namespace_read_write/00_6choice_variable_link2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ a  ┃ ┣━━ b  ┃ ┗━━ c diff --git a/tests/results/test_namespace_read_write/00_6custom.sh b/tests/results/test_namespace_read_write/00_6custom.sh index de7463e..89648c0 100644 --- a/tests/results/test_namespace_read_write/00_6custom.sh +++ b/tests/results/test_namespace_read_write/00_6custom.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 custom1: null + ┣━━ 📓 custom1:  ┗━━ 📓 custom2: value diff --git a/tests/results/test_namespace_read_write/00_6domainname.sh b/tests/results/test_namespace_read_write/00_6domainname.sh index 11a330a..208d861 100644 --- a/tests/results/test_namespace_read_write/00_6domainname.sh +++ b/tests/results/test_namespace_read_write/00_6domainname.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_namespace_read_write/00_6domainname_params.sh b/tests/results/test_namespace_read_write/00_6domainname_params.sh index 11a330a..208d861 100644 --- a/tests/results/test_namespace_read_write/00_6domainname_params.sh +++ b/tests/results/test_namespace_read_write/00_6domainname_params.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_namespace_read_write/00_6float.sh b/tests/results/test_namespace_read_write/00_6float.sh index 86d1540..7bc75fd 100644 --- a/tests/results/test_namespace_read_write/00_6float.sh +++ b/tests/results/test_namespace_read_write/00_6float.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: 0.0 diff --git a/tests/results/test_namespace_read_write/00_6number.sh b/tests/results/test_namespace_read_write/00_6number.sh index 891bf6c..246785a 100644 --- a/tests/results/test_namespace_read_write/00_6number.sh +++ b/tests/results/test_namespace_read_write/00_6number.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: 0 diff --git a/tests/results/test_namespace_read_write/00_6port.sh b/tests/results/test_namespace_read_write/00_6port.sh index ac498a7..b56500a 100644 --- a/tests/results/test_namespace_read_write/00_6port.sh +++ b/tests/results/test_namespace_read_write/00_6port.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable1: null + ┣━━ 📓 variable1:  ┣━━ 📓 variable2: 8080  ┗━━ 📓 variable3: 8080 diff --git a/tests/results/test_namespace_read_write/00_6regexp.sh b/tests/results/test_namespace_read_write/00_6regexp.sh index d4400ef..3e57b53 100644 --- a/tests/results/test_namespace_read_write/00_6regexp.sh +++ b/tests/results/test_namespace_read_write/00_6regexp.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: #a1a1a1 diff --git a/tests/results/test_namespace_read_write/00_6regexp_link.sh b/tests/results/test_namespace_read_write/00_6regexp_link.sh index 039ea21..0d82cc3 100644 --- a/tests/results/test_namespace_read_write/00_6regexp_link.sh +++ b/tests/results/test_namespace_read_write/00_6regexp_link.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: #a1a1a1 diff --git a/tests/results/test_namespace_read_write/00_6secret.sh b/tests/results/test_namespace_read_write/00_6secret.sh index 2f48061..80e8cbc 100644 --- a/tests/results/test_namespace_read_write/00_6secret.sh +++ b/tests/results/test_namespace_read_write/00_6secret.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 secret1: null + ┣━━ 📓 secret1:  ┗━━ 📓 secret2: value diff --git a/tests/results/test_namespace_read_write/00_6secret_param.sh b/tests/results/test_namespace_read_write/00_6secret_param.sh index 1b1e9f7..96280e6 100644 --- a/tests/results/test_namespace_read_write/00_6secret_param.sh +++ b/tests/results/test_namespace_read_write/00_6secret_param.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 secret1: null + ┣━━ 📓 secret1:  ┣━━ 📓 secret2: value  ┗━━ 📓 secret3: value diff --git a/tests/results/test_namespace_read_write/00_6string.sh b/tests/results/test_namespace_read_write/00_6string.sh index acf6a45..22fff55 100644 --- a/tests/results/test_namespace_read_write/00_6string.sh +++ b/tests/results/test_namespace_read_write/00_6string.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┣━━ 📓 var2: null - ┣━━ 📓 var3: null + ┣━━ 📓 var1: + ┣━━ 📓 var2: + ┣━━ 📓 var3:  ┣━━ 📓 var4: value  ┣━━ 📓 var5: value  ┗━━ 📓 var6: value diff --git a/tests/results/test_namespace_read_write/00_7choice_quote.sh b/tests/results/test_namespace_read_write/00_7choice_quote.sh index 401cadd..adcbc84 100644 --- a/tests/results/test_namespace_read_write/00_7choice_quote.sh +++ b/tests/results/test_namespace_read_write/00_7choice_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: quote' diff --git a/tests/results/test_namespace_read_write/00_7help.sh b/tests/results/test_namespace_read_write/00_7help.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write/00_7help.sh +++ b/tests/results/test_namespace_read_write/00_7help.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/00_7help_quote.sh b/tests/results/test_namespace_read_write/00_7help_quote.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write/00_7help_quote.sh +++ b/tests/results/test_namespace_read_write/00_7help_quote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/00_7help_sup.sh b/tests/results/test_namespace_read_write/00_7help_sup.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write/00_7help_sup.sh +++ b/tests/results/test_namespace_read_write/00_7help_sup.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote.sh b/tests/results/test_namespace_read_write/00_7value_doublequote.sh index ff6fe2e..a4cc76d 100644 --- a/tests/results/test_namespace_read_write/00_7value_doublequote.sh +++ b/tests/results/test_namespace_read_write/00_7value_doublequote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: quote" diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote2.sh b/tests/results/test_namespace_read_write/00_7value_doublequote2.sh index 9986d63..d6d7cb3 100644 --- a/tests/results/test_namespace_read_write/00_7value_doublequote2.sh +++ b/tests/results/test_namespace_read_write/00_7value_doublequote2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: quote'" diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote3.sh b/tests/results/test_namespace_read_write/00_7value_doublequote3.sh index 23f8b45..da0056f 100644 --- a/tests/results/test_namespace_read_write/00_7value_doublequote3.sh +++ b/tests/results/test_namespace_read_write/00_7value_doublequote3.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: quote\"\' diff --git a/tests/results/test_namespace_read_write/00_7value_quote.sh b/tests/results/test_namespace_read_write/00_7value_quote.sh index 827fb9a..824b072 100644 --- a/tests/results/test_namespace_read_write/00_7value_quote.sh +++ b/tests/results/test_namespace_read_write/00_7value_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: quote' diff --git a/tests/results/test_namespace_read_write/00_8calculation_information.sh b/tests/results/test_namespace_read_write/00_8calculation_information.sh index f2de40a..fcf2bfd 100644 --- a/tests/results/test_namespace_read_write/00_8calculation_information.sh +++ b/tests/results/test_namespace_read_write/00_8calculation_information.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/00_8calculation_namespace.sh b/tests/results/test_namespace_read_write/00_8calculation_namespace.sh index c26aea5..c474450 100644 --- a/tests/results/test_namespace_read_write/00_8calculation_namespace.sh +++ b/tests/results/test_namespace_read_write/00_8calculation_namespace.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: Rougail diff --git a/tests/results/test_namespace_read_write/00_8calculation_param_namespace.sh b/tests/results/test_namespace_read_write/00_8calculation_param_namespace.sh index c26aea5..c474450 100644 --- a/tests/results/test_namespace_read_write/00_8calculation_param_namespace.sh +++ b/tests/results/test_namespace_read_write/00_8calculation_param_namespace.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: Rougail diff --git a/tests/results/test_namespace_read_write/00_8test.sh b/tests/results/test_namespace_read_write/00_8test.sh index 7f40e74..b586a97 100644 --- a/tests/results/test_namespace_read_write/00_8test.sh +++ b/tests/results/test_namespace_read_write/00_8test.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null + ┣━━ 📓 var1:  ┣━━ 📓 var2: value - ┣━━ 📓 var3: null - ┣━━ 📓 var4: null + ┣━━ 📓 var3: + ┣━━ 📓 var4:  ┣━━ 📓 var5: true - ┗━━ 📓 var6 : + ┗━━ 📓 var6: diff --git a/tests/results/test_namespace_read_write/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write/00_9choice_variable_multi.sh index 38d6008..f096123 100644 --- a/tests/results/test_namespace_read_write/00_9choice_variable_multi.sh +++ b/tests/results/test_namespace_read_write/00_9choice_variable_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable1 : - ┗━━ 📓 variable2 : + ┣━━ 📓 variable1: + ┗━━ 📓 variable2: diff --git a/tests/results/test_namespace_read_write/00_9choice_variables.sh b/tests/results/test_namespace_read_write/00_9choice_variables.sh index 7a97c06..4e88442 100644 --- a/tests/results/test_namespace_read_write/00_9choice_variables.sh +++ b/tests/results/test_namespace_read_write/00_9choice_variables.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 source_variable_1: val1 diff --git a/tests/results/test_namespace_read_write/00_9default_calculation.sh b/tests/results/test_namespace_read_write/00_9default_calculation.sh index b9369a6..d3eba5e 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation.sh +++ b/tests/results/test_namespace_read_write/00_9default_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string_1_True_None diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_information.sh b/tests/results/test_namespace_read_write/00_9default_calculation_information.sh index c581e31..ee4e28a 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_information.sh +++ b/tests/results/test_namespace_read_write/00_9default_calculation_information.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.sh +++ b/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.sh index 623c440..0d5d545 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.sh +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 my_variable: val1 - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┗━━ val1 diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.sh index 623c440..0d5d545 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.sh +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 my_variable: val1 - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┗━━ val1 diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write/00_9default_calculation_optional.sh index a3ba859..685506d 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_optional.sh +++ b/tests/results/test_namespace_read_write/00_9default_calculation_optional.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable: diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.sh index 4aadfbe..ead1020 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.sh +++ b/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 my_variable : + ┣━━ 📓 my_variable:  ┃ ┣━━ val1  ┃ ┗━━ val2 - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.sh index 709f7b9..f07ddc5 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.sh +++ b/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write/00_9default_information_other_variable.sh b/tests/results/test_namespace_read_write/00_9default_information_other_variable.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write/00_9default_information_other_variable.sh +++ b/tests/results/test_namespace_read_write/00_9default_information_other_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/00_9default_information_other_variable2.sh b/tests/results/test_namespace_read_write/00_9default_information_other_variable2.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write/00_9default_information_other_variable2.sh +++ b/tests/results/test_namespace_read_write/00_9default_information_other_variable2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/00_9default_integer.sh b/tests/results/test_namespace_read_write/00_9default_integer.sh index e24e624..05f2ec2 100644 --- a/tests/results/test_namespace_read_write/00_9default_integer.sh +++ b/tests/results/test_namespace_read_write/00_9default_integer.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: 9 diff --git a/tests/results/test_namespace_read_write/00_9extra.sh b/tests/results/test_namespace_read_write/00_9extra.sh index 9df494b..82ea008 100644 --- a/tests/results/test_namespace_read_write/00_9extra.sh +++ b/tests/results/test_namespace_read_write/00_9extra.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: rougail diff --git a/tests/results/test_namespace_read_write/00_9extra_calculation.sh b/tests/results/test_namespace_read_write/00_9extra_calculation.sh index 01606d3..0ce49af 100644 --- a/tests/results/test_namespace_read_write/00_9extra_calculation.sh +++ b/tests/results/test_namespace_read_write/00_9extra_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: value diff --git a/tests/results/test_namespace_read_write/00_9extra_ouside.sh b/tests/results/test_namespace_read_write/00_9extra_ouside.sh index e9cfe21..6b4bd1b 100644 --- a/tests/results/test_namespace_read_write/00_9extra_ouside.sh +++ b/tests/results/test_namespace_read_write/00_9extra_ouside.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: value in extra diff --git a/tests/results/test_namespace_read_write/01_6boolean_multi.sh b/tests/results/test_namespace_read_write/01_6boolean_multi.sh index 95ef385..1b3bd9d 100644 --- a/tests/results/test_namespace_read_write/01_6boolean_multi.sh +++ b/tests/results/test_namespace_read_write/01_6boolean_multi.sh @@ -1,23 +1,21 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ true - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┗━━ true - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┗━━ true - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┗━━ false - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ false - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ false - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ true - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ true diff --git a/tests/results/test_namespace_read_write/01_6custom_multi.sh b/tests/results/test_namespace_read_write/01_6custom_multi.sh index 3021066..d83a933 100644 --- a/tests/results/test_namespace_read_write/01_6custom_multi.sh +++ b/tests/results/test_namespace_read_write/01_6custom_multi.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 custom1 : - ┗━━ 📓 custom2 : + ┣━━ 📓 custom1: + ┗━━ 📓 custom2:   ┗━━ value diff --git a/tests/results/test_namespace_read_write/01_6float_multi.sh b/tests/results/test_namespace_read_write/01_6float_multi.sh index 8c27f21..a239206 100644 --- a/tests/results/test_namespace_read_write/01_6float_multi.sh +++ b/tests/results/test_namespace_read_write/01_6float_multi.sh @@ -1,23 +1,21 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ 0.0 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┗━━ 0.0 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┗━━ 0.0 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┗━━ 10.1 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ 10.1 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ 10.1 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ 0.0 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ 0.0 diff --git a/tests/results/test_namespace_read_write/01_6number_multi.sh b/tests/results/test_namespace_read_write/01_6number_multi.sh index 726c5a5..4e21a96 100644 --- a/tests/results/test_namespace_read_write/01_6number_multi.sh +++ b/tests/results/test_namespace_read_write/01_6number_multi.sh @@ -1,23 +1,21 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ 0 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┗━━ 0 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┗━━ 0 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┗━━ 10 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ 10 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ 10 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ 0 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ 0 diff --git a/tests/results/test_namespace_read_write/01_6string_empty.sh b/tests/results/test_namespace_read_write/01_6string_empty.sh index 4eb4a04..61bcaab 100644 --- a/tests/results/test_namespace_read_write/01_6string_empty.sh +++ b/tests/results/test_namespace_read_write/01_6string_empty.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ value -  ┗━━ null +  ┗━━  diff --git a/tests/results/test_namespace_read_write/01_6string_multi.sh b/tests/results/test_namespace_read_write/01_6string_multi.sh index 2a89e41..428b58a 100644 --- a/tests/results/test_namespace_read_write/01_6string_multi.sh +++ b/tests/results/test_namespace_read_write/01_6string_multi.sh @@ -1,20 +1,18 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┣━━ 📓 var2 : - ┣━━ 📓 var3 : - ┣━━ 📓 var4 : + ┣━━ 📓 var1: + ┣━━ 📓 var2: + ┣━━ 📓 var3: + ┣━━ 📓 var4:  ┃ ┗━━ value - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ value - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ value - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ value - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ value diff --git a/tests/results/test_namespace_read_write/01_7value_multi_doublequote.sh b/tests/results/test_namespace_read_write/01_7value_multi_doublequote.sh index f713749..1d0465d 100644 --- a/tests/results/test_namespace_read_write/01_7value_multi_doublequote.sh +++ b/tests/results/test_namespace_read_write/01_7value_multi_doublequote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ quote" diff --git a/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.sh index 46f4fe4..30e6a76 100644 --- a/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.sh +++ b/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ quote'" diff --git a/tests/results/test_namespace_read_write/01_7value_multi_quote.sh b/tests/results/test_namespace_read_write/01_7value_multi_quote.sh index 1e26815..b609d1c 100644 --- a/tests/results/test_namespace_read_write/01_7value_multi_quote.sh +++ b/tests/results/test_namespace_read_write/01_7value_multi_quote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ quote' diff --git a/tests/results/test_namespace_read_write/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write/01_8calculation_information_multi.sh index b4a06ad..60efff1 100644 --- a/tests/results/test_namespace_read_write/01_8calculation_information_multi.sh +++ b/tests/results/test_namespace_read_write/01_8calculation_information_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/01_9choice_variable_multi.sh b/tests/results/test_namespace_read_write/01_9choice_variable_multi.sh index 9915048..01179f9 100644 --- a/tests/results/test_namespace_read_write/01_9choice_variable_multi.sh +++ b/tests/results/test_namespace_read_write/01_9choice_variable_multi.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable1 : + ┣━━ 📓 variable1:  ┃ ┣━━ a  ┃ ┣━━ b  ┃ ┗━━ c - ┗━━ 📓 variable2: null + ┗━━ 📓 variable2: diff --git a/tests/results/test_namespace_read_write/04_0type_param.sh b/tests/results/test_namespace_read_write/04_0type_param.sh index 33ba0e7..1c7c956 100644 --- a/tests/results/test_namespace_read_write/04_0type_param.sh +++ b/tests/results/test_namespace_read_write/04_0type_param.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 int: 10 diff --git a/tests/results/test_namespace_read_write/04_1auto_save.sh b/tests/results/test_namespace_read_write/04_1auto_save.sh index 967acec..7cc07c2 100644 --- a/tests/results/test_namespace_read_write/04_1auto_save.sh +++ b/tests/results/test_namespace_read_write/04_1auto_save.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.sh index 9c721e6..102312b 100644 --- a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.sh +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.sh index a7d95d6..7303998 100644 --- a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.sh +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.sh +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden.sh b/tests/results/test_namespace_read_write/04_1default_calculation_hidden.sh index 2a9e364..e8647a3 100644 --- a/tests/results/test_namespace_read_write/04_1default_calculation_hidden.sh +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: value diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.sh index 2a9e364..e8647a3 100644 --- a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.sh +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: value diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation.sh index 00f217d..cdf51b1 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation.sh +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no - ┣━━ 📓 variable1: null - ┗━━ 📓 variable2: null + ┣━━ 📓 variable1: + ┗━━ 📓 variable2: diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_default.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_default.sh index 2d2eb7a..d0b2204 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_default.sh +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_default.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.sh index 937bace..3e38581 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.sh +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no - ┣━━ 📓 variable1 : - ┗━━ 📓 variable2 : + ┣━━ 📓 variable1: + ┗━━ 📓 variable2: diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.sh index 21be0ca..e0be5a7 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.sh +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.sh index 8f6a95d..3809a5a 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.sh +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: false - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.sh index de131ef..92fe023 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.sh +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.sh index ed2ce4a..585efa3 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.sh +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: yes diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.sh index 915d397..a02cd9c 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.sh +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: yes - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.sh index a1b8e32..21ed37b 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: false - ┗━━ 📓 variable : + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi2.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi2.sh index 7db8a8c..84d5fed 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi2.sh +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 condition : + ┗━━ 📓 condition: diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi3.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi3.sh index c8bb979..bb88d08 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi3.sh +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi3.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 condition : + ┣━━ 📓 condition:  ┃ ┣━━ val1  ┃ ┗━━ val2 - ┗━━ 📓 variable : + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation.sh b/tests/results/test_namespace_read_write/04_5hidden_calculation.sh index 2d2eb7a..d0b2204 100644 --- a/tests/results/test_namespace_read_write/04_5hidden_calculation.sh +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation2.sh b/tests/results/test_namespace_read_write/04_5hidden_calculation2.sh index 21be0ca..e0be5a7 100644 --- a/tests/results/test_namespace_read_write/04_5hidden_calculation2.sh +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.sh index 2d2eb7a..d0b2204 100644 --- a/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.sh +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write/04_5validators.sh b/tests/results/test_namespace_read_write/04_5validators.sh index 031f568..fe8510f 100644 --- a/tests/results/test_namespace_read_write/04_5validators.sh +++ b/tests/results/test_namespace_read_write/04_5validators.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 int: null + ┗━━ 📓 int: diff --git a/tests/results/test_namespace_read_write/04_5validators_differ.sh b/tests/results/test_namespace_read_write/04_5validators_differ.sh index 414983f..ba77ff9 100644 --- a/tests/results/test_namespace_read_write/04_5validators_differ.sh +++ b/tests/results/test_namespace_read_write/04_5validators_differ.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: oui diff --git a/tests/results/test_namespace_read_write/04_5validators_multi.sh b/tests/results/test_namespace_read_write/04_5validators_multi.sh index e462f59..a285631 100644 --- a/tests/results/test_namespace_read_write/04_5validators_multi.sh +++ b/tests/results/test_namespace_read_write/04_5validators_multi.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ no   ┗━━ yes diff --git a/tests/results/test_namespace_read_write/04_5validators_multi2.sh b/tests/results/test_namespace_read_write/04_5validators_multi2.sh index e462f59..a285631 100644 --- a/tests/results/test_namespace_read_write/04_5validators_multi2.sh +++ b/tests/results/test_namespace_read_write/04_5validators_multi2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ no   ┗━━ yes diff --git a/tests/results/test_namespace_read_write/05_0multi_not_uniq.sh b/tests/results/test_namespace_read_write/05_0multi_not_uniq.sh index 2b32f5e..e0e1b21 100644 --- a/tests/results/test_namespace_read_write/05_0multi_not_uniq.sh +++ b/tests/results/test_namespace_read_write/05_0multi_not_uniq.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┗━━ non diff --git a/tests/results/test_namespace_read_write/05_0multi_uniq.sh b/tests/results/test_namespace_read_write/05_0multi_uniq.sh index 0183a17..91dc885 100644 --- a/tests/results/test_namespace_read_write/05_0multi_uniq.sh +++ b/tests/results/test_namespace_read_write/05_0multi_uniq.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ non diff --git a/tests/results/test_namespace_read_write/12_1auto_save_expert.sh b/tests/results/test_namespace_read_write/12_1auto_save_expert.sh index d73522e..6c4cbc5 100644 --- a/tests/results/test_namespace_read_write/12_1auto_save_expert.sh +++ b/tests/results/test_namespace_read_write/12_1auto_save_expert.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write/16_0redefine_description.sh b/tests/results/test_namespace_read_write/16_0redefine_description.sh index c581e31..ee4e28a 100644 --- a/tests/results/test_namespace_read_write/16_0redefine_description.sh +++ b/tests/results/test_namespace_read_write/16_0redefine_description.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/16_2family_redefine_calculation.sh b/tests/results/test_namespace_read_write/16_2family_redefine_calculation.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write/16_2family_redefine_calculation.sh +++ b/tests/results/test_namespace_read_write/16_2family_redefine_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/16_2family_redefine_disabled.sh b/tests/results/test_namespace_read_write/16_2family_redefine_disabled.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write/16_2family_redefine_disabled.sh +++ b/tests/results/test_namespace_read_write/16_2family_redefine_disabled.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/16_5exists_nonexists.sh b/tests/results/test_namespace_read_write/16_5exists_nonexists.sh index c4b3f93..fac3e5b 100644 --- a/tests/results/test_namespace_read_write/16_5exists_nonexists.sh +++ b/tests/results/test_namespace_read_write/16_5exists_nonexists.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write/16_5exists_redefine.sh b/tests/results/test_namespace_read_write/16_5exists_redefine.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write/16_5exists_redefine.sh +++ b/tests/results/test_namespace_read_write/16_5exists_redefine.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/16_5redefine_calculation.sh b/tests/results/test_namespace_read_write/16_5redefine_calculation.sh index 9836bef..d492685 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_calculation.sh +++ b/tests/results/test_namespace_read_write/16_5redefine_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: yes diff --git a/tests/results/test_namespace_read_write/16_5redefine_choice.sh b/tests/results/test_namespace_read_write/16_5redefine_choice.sh index f2de40a..fcf2bfd 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_choice.sh +++ b/tests/results/test_namespace_read_write/16_5redefine_choice.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/16_5redefine_default.sh b/tests/results/test_namespace_read_write/16_5redefine_default.sh index 9836bef..d492685 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_default.sh +++ b/tests/results/test_namespace_read_write/16_5redefine_default.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: yes diff --git a/tests/results/test_namespace_read_write/16_5redefine_default_calculation.sh b/tests/results/test_namespace_read_write/16_5redefine_default_calculation.sh index f2de40a..fcf2bfd 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_default_calculation.sh +++ b/tests/results/test_namespace_read_write/16_5redefine_default_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/16_5redefine_family.sh b/tests/results/test_namespace_read_write/16_5redefine_family.sh index 38d480a..82bcab5 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_family.sh +++ b/tests/results/test_namespace_read_write/16_5redefine_family.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/16_5redefine_help.sh b/tests/results/test_namespace_read_write/16_5redefine_help.sh index 38d480a..82bcab5 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_help.sh +++ b/tests/results/test_namespace_read_write/16_5redefine_help.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/16_5redefine_hidden.sh b/tests/results/test_namespace_read_write/16_5redefine_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_hidden.sh +++ b/tests/results/test_namespace_read_write/16_5redefine_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/16_5redefine_multi.sh b/tests/results/test_namespace_read_write/16_5redefine_multi.sh index 0183a17..91dc885 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_multi.sh +++ b/tests/results/test_namespace_read_write/16_5redefine_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ non diff --git a/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.sh index a669f54..0961f27 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.sh +++ b/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/16_5test_redefine.sh b/tests/results/test_namespace_read_write/16_5test_redefine.sh index da28b26..29acbdf 100644 --- a/tests/results/test_namespace_read_write/16_5test_redefine.sh +++ b/tests/results/test_namespace_read_write/16_5test_redefine.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no  ┣━━ 📓 var2: non - ┗━━ 📓 var3: null + ┗━━ 📓 var3: diff --git a/tests/results/test_namespace_read_write/16_6choice_redefine.sh b/tests/results/test_namespace_read_write/16_6choice_redefine.sh index 2e35dfd..51f101f 100644 --- a/tests/results/test_namespace_read_write/16_6choice_redefine.sh +++ b/tests/results/test_namespace_read_write/16_6choice_redefine.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: c diff --git a/tests/results/test_namespace_read_write/16_6exists_family.sh b/tests/results/test_namespace_read_write/16_6exists_family.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write/16_6exists_family.sh +++ b/tests/results/test_namespace_read_write/16_6exists_family.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/16_6exists_redefine_family.sh b/tests/results/test_namespace_read_write/16_6exists_redefine_family.sh index fe728b6..ab47606 100644 --- a/tests/results/test_namespace_read_write/16_6exists_redefine_family.sh +++ b/tests/results/test_namespace_read_write/16_6exists_redefine_family.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 family1 - ┃ ┗━━ 📓 variable1: null + ┃ ┗━━ 📓 variable1:  ┗━━ 📂 family2 -  ┗━━ 📓 variable2: null +  ┗━━ 📓 variable2: diff --git a/tests/results/test_namespace_read_write/16exists_exists.sh b/tests/results/test_namespace_read_write/16exists_exists.sh index c581e31..ee4e28a 100644 --- a/tests/results/test_namespace_read_write/16exists_exists.sh +++ b/tests/results/test_namespace_read_write/16exists_exists.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/17_5redefine_leadership.sh b/tests/results/test_namespace_read_write/17_5redefine_leadership.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write/17_5redefine_leadership.sh +++ b/tests/results/test_namespace_read_write/17_5redefine_leadership.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/20_0empty_family.sh b/tests/results/test_namespace_read_write/20_0empty_family.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write/20_0empty_family.sh +++ b/tests/results/test_namespace_read_write/20_0empty_family.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/20_0family_append.sh b/tests/results/test_namespace_read_write/20_0family_append.sh index 47f03de..e9f9a44 100644 --- a/tests/results/test_namespace_read_write/20_0family_append.sh +++ b/tests/results/test_namespace_read_write/20_0family_append.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family -  ┣━━ 📓 var1: null -  ┗━━ 📓 var2: null +  ┣━━ 📓 var1: +  ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/20_0family_underscore.sh b/tests/results/test_namespace_read_write/20_0family_underscore.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write/20_0family_underscore.sh +++ b/tests/results/test_namespace_read_write/20_0family_underscore.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/20_0multi_family.sh b/tests/results/test_namespace_read_write/20_0multi_family.sh index 5bc2162..6899691 100644 --- a/tests/results/test_namespace_read_write/20_0multi_family.sh +++ b/tests/results/test_namespace_read_write/20_0multi_family.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family   ┗━━ 📂 subfamily -   ┗━━ 📓 variable: null +   ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/20_0multi_family_basic.sh b/tests/results/test_namespace_read_write/20_0multi_family_basic.sh index 5bc2162..6899691 100644 --- a/tests/results/test_namespace_read_write/20_0multi_family_basic.sh +++ b/tests/results/test_namespace_read_write/20_0multi_family_basic.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family   ┗━━ 📂 subfamily -   ┗━━ 📓 variable: null +   ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/20_0multi_family_expert.sh b/tests/results/test_namespace_read_write/20_0multi_family_expert.sh index f2c0510..34d8a5e 100644 --- a/tests/results/test_namespace_read_write/20_0multi_family_expert.sh +++ b/tests/results/test_namespace_read_write/20_0multi_family_expert.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Undocumented variable Default value │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family   ┗━━ 📂 subfamily -   ┗━━ 📓 variable: null +   ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write/20_0multi_family_order.sh b/tests/results/test_namespace_read_write/20_0multi_family_order.sh index 8a3705d..017fe40 100644 --- a/tests/results/test_namespace_read_write/20_0multi_family_order.sh +++ b/tests/results/test_namespace_read_write/20_0multi_family_order.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable: null + ┣━━ 📓 variable:  ┗━━ 📂 family -  ┣━━ 📓 variable1: null +  ┣━━ 📓 variable1:   ┣━━ 📂 subfamily -  ┃ ┗━━ 📓 variable: null -  ┗━━ 📓 variable2: null +  ┃ ┗━━ 📓 variable: +  ┗━━ 📓 variable2: diff --git a/tests/results/test_namespace_read_write/20_0validators_differ_redefine.sh b/tests/results/test_namespace_read_write/20_0validators_differ_redefine.sh index cd704b6..1fa2723 100644 --- a/tests/results/test_namespace_read_write/20_0validators_differ_redefine.sh +++ b/tests/results/test_namespace_read_write/20_0validators_differ_redefine.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write/20_1empty_subfamily.sh b/tests/results/test_namespace_read_write/20_1empty_subfamily.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write/20_1empty_subfamily.sh +++ b/tests/results/test_namespace_read_write/20_1empty_subfamily.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/20_9default_information_parent.sh b/tests/results/test_namespace_read_write/20_9default_information_parent.sh index 47f03de..e9f9a44 100644 --- a/tests/results/test_namespace_read_write/20_9default_information_parent.sh +++ b/tests/results/test_namespace_read_write/20_9default_information_parent.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family -  ┣━━ 📓 var1: null -  ┗━━ 📓 var2: null +  ┣━━ 📓 var1: +  ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition.sh b/tests/results/test_namespace_read_write/24_0family_hidden_condition.sh index 3d44471..b30a48d 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition.sh +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no  ┗━━ 📂 family -  ┗━━ 📓 var1: null +  ┗━━ 📓 var1: diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.sh index 957fe08..8b5e321 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.sh +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: false diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.sh index 9c57ff6..7efb528 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.sh +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no  ┗━━ 📂 family   ┗━━ 📂 subfamily -   ┗━━ 📓 var1: null +   ┗━━ 📓 var1: diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.sh index de131ef..92fe023 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.sh +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.sh index 3c11484..ccda870 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.sh +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition1: false diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.sh index 65ede1e..13074e2 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.sh +++ b/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no  ┗━━ 📂 family   ┗━━ 📂 sub_family -   ┗━━ 📓 var1: null +   ┗━━ 📓 var1: diff --git a/tests/results/test_namespace_read_write/24_0family_mandatory_condition.sh b/tests/results/test_namespace_read_write/24_0family_mandatory_condition.sh index dc9b127..4e9e0d8 100644 --- a/tests/results/test_namespace_read_write/24_0family_mandatory_condition.sh +++ b/tests/results/test_namespace_read_write/24_0family_mandatory_condition.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.sh index a4b6974..8e2c4f8 100644 --- a/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.sh +++ b/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/24_7validators_variable_optional.sh b/tests/results/test_namespace_read_write/24_7validators_variable_optional.sh index bcbfcb2..6e0a588 100644 --- a/tests/results/test_namespace_read_write/24_7validators_variable_optional.sh +++ b/tests/results/test_namespace_read_write/24_7validators_variable_optional.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 general -  ┣━━ 📓 int: null +  ┣━━ 📓 int:   ┗━━ 📓 int2: 1 diff --git a/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.sh +++ b/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/40_0leadership.sh b/tests/results/test_namespace_read_write/40_0leadership.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write/40_0leadership.sh +++ b/tests/results/test_namespace_read_write/40_0leadership.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write/40_0leadership_diff_name.sh index 01d73ba..aab0940 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_diff_name.sh +++ b/tests/results/test_namespace_read_write/40_0leadership_diff_name.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write/40_0leadership_empty.sh b/tests/results/test_namespace_read_write/40_0leadership_empty.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_empty.sh +++ b/tests/results/test_namespace_read_write/40_0leadership_empty.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.sh index 5440046..16233af 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.sh +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┗━━ 📂 leader    ┣━━ 📓 leader: leader -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┗━━ value -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┣━━ value1     ┗━━ value2 diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.sh index 8edbb98..f17ad27 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.sh +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┗━━ 📂 leader    ┣━━ 📓 leader: leader -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┗━━ value -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┗━━ value diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.sh +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.sh index 99d5d40..879d579 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 general diff --git a/tests/results/test_namespace_read_write/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write/40_1leadership_append_follower.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write/40_1leadership_append_follower.sh +++ b/tests/results/test_namespace_read_write/40_1leadership_append_follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/40_2leadership_calculation_index.sh b/tests/results/test_namespace_read_write/40_2leadership_calculation_index.sh index 079783d..5e5c820 100644 --- a/tests/results/test_namespace_read_write/40_2leadership_calculation_index.sh +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_index.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.sh index 079783d..5e5c820 100644 --- a/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.sh +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.sh index 58e0bed..333cae2 100644 --- a/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.sh +++ b/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: val1 -  ┃ ┣━━ 📓 follower1: null -  ┃ ┗━━ 📓 follower2: null +  ┃ ┣━━ 📓 follower1: +  ┃ ┗━━ 📓 follower2:   ┗━━ 📂 leader    ┣━━ 📓 leader: val2 -   ┣━━ 📓 follower1: null -   ┗━━ 📓 follower2: null +   ┣━━ 📓 follower1: +   ┗━━ 📓 follower2: diff --git a/tests/results/test_namespace_read_write/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write/40_6leadership_follower_multi.sh index 01d73ba..aab0940 100644 --- a/tests/results/test_namespace_read_write/40_6leadership_follower_multi.sh +++ b/tests/results/test_namespace_read_write/40_6leadership_follower_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write/40_8calculation_boolean.sh b/tests/results/test_namespace_read_write/40_8calculation_boolean.sh index 13c3107..d51a2f2 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_boolean.sh +++ b/tests/results/test_namespace_read_write/40_8calculation_boolean.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 bool: false - ┣━━ 📓 multi1 : + ┣━━ 📓 multi1:  ┃ ┗━━ false - ┗━━ 📓 multi2 : + ┗━━ 📓 multi2:   ┣━━ true   ┗━━ false diff --git a/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.sh index 0c707f9..4cd10ca 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.sh +++ b/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: yes - ┗━━ 📓 var2: null + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/40_8calculation_integer.sh b/tests/results/test_namespace_read_write/40_8calculation_integer.sh index 22ae871..ae6dd1b 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_integer.sh +++ b/tests/results/test_namespace_read_write/40_8calculation_integer.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 bool: false diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable.sh b/tests/results/test_namespace_read_write/40_8calculation_multi_variable.sh index 7652f1c..312a7f1 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_multi_variable.sh +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ no  ┃ ┗━━ yes  ┣━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.sh index edd2ec7..55290e7 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.sh +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.sh index 48268a5..052d58c 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.sh +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 fam1 diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.sh index 0682568..8a208dc 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.sh +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -14,5 +12,5 @@ Variables:  ┃  ┣━━ 📓 leader: value2  ┃  ┣━━ 📓 follower1: val11  ┃  ┗━━ 📓 follower2: val21 - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┗━━ val11 diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.sh index 0682568..8a208dc 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.sh +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -14,5 +12,5 @@ Variables:  ┃  ┣━━ 📓 leader: value2  ┃  ┣━━ 📓 follower1: val11  ┃  ┗━━ 📓 follower2: val21 - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┗━━ val11 diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.sh b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.sh index ecf2b13..4963c26 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.sh +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -14,6 +12,6 @@ Variables:  ┃  ┣━━ 📓 leader: value2  ┃  ┣━━ 📓 follower1: val11  ┃  ┗━━ 📓 follower2: val21 - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ val11   ┗━━ val11 diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.sh index b92d47c..2d78b7c 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.sh +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.sh index 6240738..ddce6bf 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.sh +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.sh b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.sh index fa2e19f..3f0b77a 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.sh +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -14,6 +12,6 @@ Variables:  ┃  ┣━━ 📓 leader: value2  ┃  ┣━━ 📓 follower1: val11  ┃  ┗━━ 📓 follower2: val21 - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ value1   ┗━━ value2 diff --git a/tests/results/test_namespace_read_write/41_0choice_leader.sh b/tests/results/test_namespace_read_write/41_0choice_leader.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write/41_0choice_leader.sh +++ b/tests/results/test_namespace_read_write/41_0choice_leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/44_0leadership_hidden.sh b/tests/results/test_namespace_read_write/44_0leadership_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write/44_0leadership_hidden.sh +++ b/tests/results/test_namespace_read_write/44_0leadership_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.sh +++ b/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.sh index db63cf6..337ce7c 100644 --- a/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.sh +++ b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true  ┗━━ 📂 leader   ┗━━ 📂 leader    ┣━━ 📓 leader: a -   ┗━━ 📓 follower: null +   ┗━━ 📓 follower: diff --git a/tests/results/test_namespace_read_write/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write/44_4leadership_mandatory.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write/44_4leadership_mandatory.sh +++ b/tests/results/test_namespace_read_write/44_4leadership_mandatory.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.sh index 21be0ca..e0be5a7 100644 --- a/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.sh +++ b/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.sh index d4c5b4a..2169435 100644 --- a/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: yes diff --git a/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.sh index 060aee8..971c64c 100644 --- a/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.sh +++ b/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic.sh b/tests/results/test_namespace_read_write/60_0family_dynamic.sh index 068c933..af998e0 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 var: null + ┃ ┗━━ 📓 var:  ┗━━ 📂 dynval2 -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.sh index 18f5e96..99aebde 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 vardyn: null + ┃ ┗━━ 📓 vardyn:  ┗━━ 📂 dynval2 -  ┗━━ 📓 vardyn: null +  ┗━━ 📓 vardyn: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.sh index 18f5e96..99aebde 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 vardyn: null + ┃ ┗━━ 📓 vardyn:  ┗━━ 📂 dynval2 -  ┗━━ 📓 vardyn: null +  ┗━━ 📓 vardyn: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.sh index 18f5e96..99aebde 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 vardyn: null + ┃ ┗━━ 📓 vardyn:  ┗━━ 📂 dynval2 -  ┗━━ 📓 vardyn: null +  ┗━━ 📓 vardyn: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_empty.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.sh index 9141ebc..7557454 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val.1  ┃ ┗━━ val.2  ┣━━ 📂 dynval_1 diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.sh index 8209d5d..4745df3 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ 1  ┃ ┗━━ 2  ┣━━ 📂 dyn1 diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.sh index ffcaf11..f375243 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2: null + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.sh index 068c933..af998e0 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 var: null + ┃ ┗━━ 📓 var:  ┗━━ 📂 dynval2 -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_static.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_static.sh index a909e05..86d0926 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_static.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_static.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 var: null + ┃ ┗━━ 📓 var:  ┗━━ 📂 dynval2 -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_test.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_test.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_test.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_upper_char.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..945747c --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_upper_char.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: + ┃ ┣━━ Val1 + ┃ ┗━━ VAL2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.sh index 045b271..54f7787 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_0family_empty.sh b/tests/results/test_namespace_read_write/60_0family_empty.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write/60_0family_empty.sh +++ b/tests/results/test_namespace_read_write/60_0family_empty.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/60_0family_hidden.sh b/tests/results/test_namespace_read_write/60_0family_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write/60_0family_hidden.sh +++ b/tests/results/test_namespace_read_write/60_0family_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/60_0family_mode.sh b/tests/results/test_namespace_read_write/60_0family_mode.sh index ee913c7..e0cb544 100644 --- a/tests/results/test_namespace_read_write/60_0family_mode.sh +++ b/tests/results/test_namespace_read_write/60_0family_mode.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.sh index 7c79f11..79f9b1f 100644 --- a/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.sh +++ b/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dyn1 diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.sh index 4918f39..8e5b580 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.sh +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.sh @@ -1,17 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1  ┃ ┗━━ 📂 family - ┃  ┗━━ 📓 var: null + ┃  ┗━━ 📓 var:  ┣━━ 📂 dynval2  ┃ ┗━━ 📂 family - ┃  ┗━━ 📓 var: null - ┗━━ 📓 var2: null + ┃  ┗━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh index e3e359c..0339a36 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index ffcaf11..f375243 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2: null + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh index 725e9ea..cd07ba5 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.sh index 59d56c8..0430b89 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.sh +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.sh index 88b28cd..89c27cc 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 newvar: null + ┣━━ 📓 var1: + ┗━━ 📓 newvar: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.sh index 0d32c80..bbeebf0 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2 - ┣━━ 📓 var2: null + ┣━━ 📓 var2:  ┣━━ 📂 dynval1  ┃ ┗━━ 📓 vardyn: val  ┗━━ 📂 dynval2 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.sh index ffcaf11..f375243 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2: null + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.sh index dd73cbf..6bed4b7 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 var: null + ┃ ┗━━ 📓 var:  ┣━━ 📂 dynval2 - ┃ ┗━━ 📓 var: null - ┗━━ 📓 var2: null + ┃ ┗━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.sh index 5f1bdb4..31f1581 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.sh index 45f0c57..7c3deb1 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 dynval1  ┗━━ 📂 dynval2 -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..cd07ba5 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.sh index 725e9ea..cd07ba5 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.sh index 725e9ea..cd07ba5 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.sh index 3884db3..705d4aa 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var2: null - ┗━━ 📓 var1 : + ┣━━ 📓 var2: + ┗━━ 📓 var1: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.sh index 5f1bdb4..31f1581 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.sh index dd73cbf..6bed4b7 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 var: null + ┃ ┗━━ 📓 var:  ┣━━ 📂 dynval2 - ┃ ┗━━ 📓 var: null - ┗━━ 📓 var2: null + ┃ ┗━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.sh index 725e9ea..cd07ba5 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.sh index 3c9e0cf..a2b0753 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 dynval1 -  ┣━━ 📓 var: null +  ┣━━ 📓 var:   ┗━━ 📂 family -   ┗━━ 📓 var: null +   ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.sh index 471fc4b..f38c233 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.sh index af6cec2..955e767 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.sh @@ -1,17 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: val1  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: val2 - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.sh index 4d72d86..24d11a9 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ val1  ┃ ┗━━ val2 - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.sh index d3a18ae..3bf972d 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var2 : - ┗━━ 📓 var : + ┣━━ 📓 var2: + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.sh index af6cec2..955e767 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.sh @@ -1,17 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: val1  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: val2 - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.sh index b1ddd66..990a128 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2 : + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.sh index af6cec2..955e767 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.sh @@ -1,17 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: val1  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: val2 - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.sh index b1ddd66..990a128 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2 : + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.sh index bf2a9b6..7c26731 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1 @@ -18,6 +16,6 @@ Variables:  ┃ ┃ ┗━━ 📓 var: val1  ┃ ┗━━ 📂 subdyn_val2  ┃  ┗━━ 📓 var: val2 - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.sh index b1ddd66..990a128 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2 : + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.sh index c5970b6..c84bff7 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh index ffcaf11..f375243 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2: null + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_inside.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_inside.sh index 4e8ca65..bedd16c 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_inside.sh +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_inside.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.sh +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.sh index 456cf1c..42008e1 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.sh +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.sh index ed294db..bb282fc 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.sh +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1  ┃ ┃ ┗━━ tval2  ┃ ┣━━ 📂 dyn_tval1 @@ -21,7 +19,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: val1  ┃  ┗━━ 📓 var_identifiers: val1-tval2  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1   ┃ ┗━━ tval2   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.sh index ed294db..bb282fc 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.sh +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1  ┃ ┃ ┗━━ tval2  ┃ ┣━━ 📂 dyn_tval1 @@ -21,7 +19,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: val1  ┃  ┗━━ 📓 var_identifiers: val1-tval2  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1   ┃ ┗━━ tval2   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.sh +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.sh index 46c6b61..40280d4 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.sh +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 var : + ┃ ┗━━ 📓 var:  ┗━━ 📂 dynval2 -  ┗━━ 📓 var : +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_9extra_dynamic.sh b/tests/results/test_namespace_read_write/60_9extra_dynamic.sh index 0465140..e8b0deb 100644 --- a/tests/results/test_namespace_read_write/60_9extra_dynamic.sh +++ b/tests/results/test_namespace_read_write/60_9extra_dynamic.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 rougail -┃ ┗━━ 📓 var : +┃ ┗━━ 📓 var: ┃  ┗━━ a ┗━━ 📂 extra  ┗━━ 📂 dyn_a -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.sh index f005b9f..3d18f2c 100644 --- a/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.sh +++ b/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📂 general -┃  ┗━━ 📓 varname : +┃  ┗━━ 📓 varname: ┃   ┗━━ a ┗━━ 📂 extra - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┗━━ a  ┗━━ 📂 dyn_a -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.sh index 57ead28..779eb47 100644 --- a/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.sh +++ b/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var: val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 vardyn: null + ┃ ┗━━ 📓 vardyn:  ┗━━ 📂 dynval2 -  ┗━━ 📓 vardyn: null +  ┗━━ 📓 vardyn: diff --git a/tests/results/test_namespace_read_write/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write/68_0family_leadership_mode.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write/68_0family_leadership_mode.sh +++ b/tests/results/test_namespace_read_write/68_0family_leadership_mode.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_0empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_0empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_0empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_0empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.sh index b653346..fbc7af9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 version: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.sh index 8f29694..31c3a86 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 empty: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.sh index ab6d3f1..c5ac7ef 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.sh @@ -1,12 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.sh index 39bd02b..22a6bc1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.sh @@ -1,15 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1 (no)  ┃ ┣━━ string2 (yes)  ┃ ┗━━ string3 (maybe) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string2)   ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh index 204ffd8..23690c8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh @@ -1,13 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ domain1.lan  ┃ ┗━━ domain2.lan - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ domain1.lan (domain1.lan)   ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.sh index cd39a39..deb0927 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.sh index 91a60e9..3fe99f5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 without_type: string1 (non) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.sh index bd3111c..b2daf40 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh index 583f2c5..aed8495 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.sh index 1d33018..3abb928 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.sh @@ -1,13 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: a  ┣━━ 📓 var2: a  ┣━━ 📓 var3: a - ┣━━ 📓 var4: null + ┣━━ 📓 var4:  ┣━━ 📓 var5: a (a)  ┗━━ 📓 var6: 1 (1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.sh index 5175be0..905f1f9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_link.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_link.sh index fcb6b19..09c53bd 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_link.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_link.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: a diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.sh index c302003..8c637e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1 (a)  ┃ ┣━━ string2 (b)  ┃ ┗━━ string3 (c) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link.sh index cbd816a..824565b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1 (a)  ┃ ┣━━ string2 (b)  ┃ ┗━━ string3 (c) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link2.sh index 235a6b6..4b58b1e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link2.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1 (a)  ┃ ┣━━ string2 (b)  ┃ ┗━━ string3 (c) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.sh index 85380ee..c9fdab2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 custom1: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.sh index 156dea0..28b9351 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.sh index 156dea0..28b9351 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6float.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6float.sh index 1820eaf..a48dbe7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6float.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6float.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: 1.1 (0.0) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6number.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6number.sh index 1a9f125..cd83ee4 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6number.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6number.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: 1 (0) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6port.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6port.sh index a0e60d1..4891de3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6port.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6port.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 variable1: 80 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.sh index 33ba94a..b7b63fc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp_link.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp_link.sh index 5034706..df79ac1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp_link.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp_link.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret.sh index ef1b9fa..5aefb1b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 secret1: ********** diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret_param.sh index 3d0df91..21741ed 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret_param.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret_param.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 secret1: ********** diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6string.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6string.sh index 8fa758d..c21b822 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6string.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6string.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.sh index 65bf561..ee1b892 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: quote' (quote') diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7help.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help.sh index cd39a39..deb0927 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7help.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.sh index cd39a39..deb0927 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_sup.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_sup.sh index cd39a39..deb0927 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_sup.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_sup.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.sh index 3eade6f..f5653a5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (quote") diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.sh index 3affce3..a66a107 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (quote'") diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.sh index f59250c..e3a3199 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (quote\"\') diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.sh index 6daace0..e5a6b20 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (quote') diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.sh index e332755..006cdeb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_namespace.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_namespace.sh index 92aa1df..6656453 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_namespace.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_namespace.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (Rougail) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_param_namespace.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_param_namespace.sh index 92aa1df..6656453 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_param_namespace.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_param_namespace.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (Rougail) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_8test.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_8test.sh index f6f34e2..c6d2d89 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_8test.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8test.sh @@ -1,15 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: test  ┣━━ 📓 var2: test (value)  ┣━━ 📓 var3: test1 - ┣━━ 📓 var4: null + ┣━━ 📓 var4:  ┣━━ 📓 var5: false (true) - ┗━━ 📓 var6 : + ┗━━ 📓 var6:   ┣━━ test1   ┗━━ test2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.sh index 02de717..733f545 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable1 : + ┣━━ 📓 variable1:  ┃ ┣━━ val1  ┃ ┗━━ val2 - ┗━━ 📓 variable2 : + ┗━━ 📓 variable2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.sh index 691c5c2..4d2c333 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 source_variable_1: string1 (val1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.sh index b2a434c..62e600e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (string_1_True_None) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.sh index 8e2fb69..b38645a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh index cd39a39..deb0927 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh index ee7a14e..76157e3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh @@ -1,12 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 my_variable: string1 (val1) - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ string1 (string1)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh index ee7a14e..76157e3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh @@ -1,12 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 my_variable: string1 (val1) - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ string1 (string1)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.sh index bf79cbe..902031b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh index 9c70d2e..9f4154a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh @@ -1,15 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 my_variable : + ┣━━ 📓 my_variable:  ┃ ┣━━ string1 (val1)  ┃ ┣━━ string2 (val2)  ┃ ┗━━ string3 - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ string1 (string1)   ┣━━ string2 (string2)   ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh index 9bb2168..a4f9927 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.sh index cd39a39..deb0927 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable2.sh index cd39a39..deb0927 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.sh index 5175be0..905f1f9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.sh index b945323..094409b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: string1 (rougail) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.sh index 9f43988..067ad10 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: string1 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_ouside.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_ouside.sh index c31dbdc..fc793cc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_ouside.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_ouside.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.sh index 03774bd..3176ca7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.sh @@ -1,23 +1,22 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ true (true) - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┗━━ true (true) - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┗━━ true (true) - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┗━━ true (false) - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ true (false) - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ true (false) - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ true (true) - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.sh index 827f647..fde9e25 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.sh @@ -1,15 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 custom1 : + ┣━━ 📓 custom1:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┗━━ 📓 custom2 : + ┗━━ 📓 custom2:   ┣━━ string1 (value)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.sh index a4c7b53..f3d430c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.sh @@ -1,39 +1,38 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ 1.1 (0.0)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ 1.1 (0.0)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┣━━ 1.1 (0.0)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┣━━ 1.1 (10.1)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┣━━ 1.1 (10.1)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┣━━ 1.1 (10.1)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┣━━ 1.1 (0.0)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┣━━ 1.1 (0.0)   ┣━━ 2.2   ┗━━ 3.3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6number_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_6number_multi.sh index 01c12c3..5b48e0f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6number_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6number_multi.sh @@ -1,39 +1,38 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ 1 (0)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ 1 (0)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┣━━ 1 (0)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┣━━ 1 (10)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┣━━ 1 (10)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┣━━ 1 (10)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┣━━ 1 (0)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┣━━ 1 (0)   ┣━━ 2   ┗━━ 3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.sh index a0c207b..5c9a928 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ string1 (value)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.sh index adada66..ea288b9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.sh @@ -1,39 +1,38 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┣━━ string1 (value)  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┣━━ string1 (value)  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┣━━ string1 (value)  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┣━━ string1 (value)  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┣━━ string1 (value)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.sh index 4004fc4..b3b7bba 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (quote")   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh index a9b4170..a3722c3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (quote'")   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.sh index d61f809..7ffd8d9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (quote')   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.sh index 7da8271..57dcc89 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.sh index ddebbe3..a2acb64 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable1 : + ┣━━ 📓 variable1:  ┃ ┣━━ string1 (a)  ┃ ┣━━ string2 (b)  ┃ ┗━━ string3 (c) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.sh index 45f5118..7b27b3c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 int: 1 (10) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.sh index 967acec..7cc07c2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh index d7ff04a..62be956 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh index 0c70a80..47485e9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.sh index f1691f3..539d830 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh index f1691f3..539d830 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.sh index 87041be..8c78537 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.sh index 5801232..c1533cb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_multi.sh index 4c40459..1c7a686 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_multi.sh @@ -1,16 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) - ┣━━ 📓 variable1 : + ┣━━ 📓 variable1:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┗━━ 📓 variable2 : + ┗━━ 📓 variable2:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh index ac535cb..b19fa2e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh index 68721df..c1eb5f1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh index 67ff727..0d2ba3f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh index 65551aa..fc7dfad 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh index adca7e2..bf2350a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.sh index 68721df..c1eb5f1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh index e3f77e6..d2f3807 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 condition : + ┣━━ 📓 condition:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh index e0c6e3f..0d36930 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh @@ -1,15 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 condition : + ┣━━ 📓 condition:  ┃ ┣━━ string1 (val1)  ┃ ┣━━ string2 (val2)  ┃ ┗━━ string3 - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.sh index 86ab6df..b099726 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.sh index da9dec3..2a829ae 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.sh index 5801232..c1533cb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.sh index eeda9ff..5f9901f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 int: 1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.sh index 19f4dfb..a53bb59 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: another_value (oui) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.sh index 528ab9f..33f2509 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ string1 (no)   ┣━━ string2 (yes)   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.sh index 6f17412..6717205 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ val1 (no)   ┗━━ val2 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.sh b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.sh index 9207a4e..17b16ee 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ string1 (non)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.sh b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.sh index 3cbd9a4..13c4d8a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (non)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.sh b/tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.sh index d73522e..6c4cbc5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.sh index 8e2fb69..b38645a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_calculation.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_disabled.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_disabled.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_disabled.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_disabled.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.sh index f0d3537..792000a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_redefine.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_redefine.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_redefine.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.sh index baf9afa..3ee430c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.sh index 2daa0aa..69418e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: a diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.sh index baf9afa..3ee430c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.sh index e332755..006cdeb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.sh index 31540c9..732c68e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.sh index 31540c9..732c68e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.sh index 3cbd9a4..13c4d8a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (non)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh index e6b2632..71ebc58 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.sh index f50625a..d1b49b3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: test1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.sh index 0400482..c467073 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: a (c) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_family.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_family.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.sh index 4405712..17886ba 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 family1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.sh index 8e2fb69..b38645a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/17_5redefine_leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets/17_5redefine_leadership.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/17_5redefine_leadership.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/17_5redefine_leadership.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0empty_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0empty_family.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0empty_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0empty_family.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.sh index d728ffd..c980823 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_underscore.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_underscore.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_underscore.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_underscore.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.sh index 814c4ff..fdd7bff 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.sh index 814c4ff..fdd7bff 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.sh index 1ffef3f..09345cb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.sh index 601030c..bd7a34d 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.sh index 5ea3f34..5d0b7d9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_1empty_subfamily.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_1empty_subfamily.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_1empty_subfamily.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_1empty_subfamily.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.sh index d728ffd..c980823 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.sh index 812d6c6..bf5973b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.sh index cfa5253..c0d00fc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true (false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh index 182b67a..a74eb7c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh index 67ff727..0d2ba3f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.sh index c349113..46c396c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition1: true (false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh index 5756145..517af55 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.sh index d8ef242..154430c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh index abee35b..e174ddf 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.sh index 40c6dea..41c7c36 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 general diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.sh index 09a463e..52e735f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.sh index 0bf094e..3b00e99 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_empty.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_empty.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh index 8e417db..c372994 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.sh index 5e02760..3b121b8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.sh @@ -1,38 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string1 (leader) -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1 (value)   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (value1)   ┃  ┣━━ string2 (value2)   ┃  ┗━━ string3   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string2 -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1 (value)   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (value1)   ┃  ┣━━ string2 (value2)   ┃  ┗━━ string3   ┗━━ 📂 leader    ┣━━ 📓 leader: string3 -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┣━━ string1 (value)    ┃ ┣━━ string2    ┃ ┗━━ string3 -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┣━━ string1 (value1)     ┣━━ string2 (value2)     ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh index 8b9c7b3..bd48f9f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh @@ -1,38 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string1 (leader) -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1 (value)   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (string1)   ┃  ┣━━ string2 (string2)   ┃  ┗━━ string3 (string3)   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string2 -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1 (value)   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (string1)   ┃  ┣━━ string2 (string2)   ┃  ┗━━ string3 (string3)   ┗━━ 📂 leader    ┣━━ 📓 leader: string3 -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┣━━ string1 (value)    ┃ ┣━━ string2    ┃ ┗━━ string3 -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┣━━ string1 (string1)     ┣━━ string2 (string2)     ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh index f383f41..73e8c74 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh index a3f7d96..30d8d2c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 general diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.sh index 23177aa..ca83a88 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.sh index c0419cd..ecc6b11 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.sh index c0419cd..ecc6b11 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.sh index 8be2eeb..1b75a70 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.sh index cd427ca..cab8ae2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.sh @@ -1,38 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leadership   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string1 -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (value)   ┃  ┣━━ string2   ┃  ┗━━ string3   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string2 -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (value)   ┃  ┣━━ string2   ┃  ┗━━ string3   ┗━━ 📂 leader    ┣━━ 📓 leader: string3 -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┣━━ string1    ┃ ┣━━ string2    ┃ ┗━━ string3 -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┣━━ string1 (value)     ┣━━ string2     ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.sh index 8f3c5d9..024bd3c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.sh @@ -1,13 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 bool: true (false) - ┣━━ 📓 multi1 : + ┣━━ 📓 multi1:  ┃ ┣━━ true (true)  ┃ ┗━━ false - ┗━━ 📓 multi2 : + ┗━━ 📓 multi2:   ┗━━ true (false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.sh index 22b8a52..7295ea6 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.sh index bcbf1c8..476dcf3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 bool: true (false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.sh index 3bd6eb0..cee5ff9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ string1 (string1)  ┃ ┣━━ string2 (string1)  ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh index 9268950..24627e0 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh index 83dcb64..187cf92 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 fam1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh index 2627c9f..eea863e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -18,7 +17,7 @@ Variables:  ┃  ┣━━ 📓 leader: string3  ┃  ┣━━ 📓 follower1: string3 (val11)  ┃  ┗━━ 📓 follower2: string3 (val21) - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ string1 (string1)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh index 484bfa0..6001c7c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -18,7 +17,7 @@ Variables:  ┃  ┣━━ 📓 leader: string3  ┃  ┣━━ 📓 follower1: string3 (val11)  ┃  ┗━━ 📓 follower2: string3 (val21) - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ string1 (string3)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.sh index 4dea42a..fe9ca1d 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -18,7 +17,7 @@ Variables:  ┃  ┣━━ 📓 leader: string3  ┃  ┣━━ 📓 follower1: string3 (val11)  ┃  ┗━━ 📓 follower2: string3 (val21) - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ string1 (string1)   ┣━━ string2 (string2)   ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh index cf44ba7..e31b2b9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh index 47137a1..a708e31 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.sh index 4dea42a..fe9ca1d 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -18,7 +17,7 @@ Variables:  ┃  ┣━━ 📓 leader: string3  ┃  ┣━━ 📓 follower1: string3 (val11)  ┃  ┗━━ 📓 follower2: string3 (val21) - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ string1 (string1)   ┣━━ string2 (string2)   ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.sh index 47f9bf2..6555f66 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.sh index 9b19e8c..ba7793d 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.sh index 68e67f9..40c50a2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh index ee9ef8c..75fe437 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh index 754ff9c..00560bf 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh index 5aa6892..f291e04 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.sh index d877aa4..b1298b0 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.sh index 611695e..75e706c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.sh index 8b45cde..ffef1ef 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.sh index 01dba53..84c7bcc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.sh index 8b45cde..ffef1ef 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh index 01dba53..84c7bcc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh index 8b45cde..ffef1ef 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh index 01dba53..84c7bcc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.sh index 5604c2c..dde053f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.sh index 46674e2..5779ced 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val.1 (val.1)  ┃ ┗━━ val.2 (val.2)  ┣━━ 📂 dynval_1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.sh index c542c93..c1a57dd 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ 1 (1)  ┃ ┗━━ 2 (2)  ┣━━ 📂 dyn1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh index ecb496b..5c80445 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ 1  ┃ ┗━━ 2  ┣━━ 📂 dyn1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh index 611695e..75e706c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh index 8f127e2..f897bfb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.sh index de05559..0e61d47 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.sh index 8f127e2..f897bfb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_upper_char.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..9521609 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_upper_char.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: + ┃ ┣━━ Val1 (Val1) + ┃ ┗━━ VAL2 (VAL2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh index b6b2f45..10e50b2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh index a6e0282..eca4a27 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh index c822628..46231ac 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_empty.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_empty.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.sh index dee16c7..4fe3e1f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh index b2d05ad..761009e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ string1 (val1)  ┃ ┣━━ string2 (val2)  ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh index 6b49fa1..a97a366 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh index b561893..b85bf36 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index cf3cd69..92dd457 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh index 6855ea4..d299033 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh index 6d8f605..8bc7bce 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh index 8de8768..9d8fccb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.sh index 2360d9f..a4bfa95 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.sh index 29e2877..4be1564 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.sh index 8c9778b..533d490 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh index 23a928e..a48751b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh index 6fd9a81..56dcfed 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh index aa722f3..8dcc113 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..24955e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,11 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh index 9488f69..03c6da8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.sh index a62ad65..c02b34b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ val1  ┣━━ 📂 dynval1  ┃ ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.sh index 6b4623d..a8babf0 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.sh @@ -1,12 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var2: string1 (string1) - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh index 23a928e..a48751b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh index 6fd9a81..56dcfed 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh index 8c9778b..533d490 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh index 9488f69..03c6da8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh index ced137c..f64b8e7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh index b079603..d0bf3bd 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh index 6a0199d..df6c31c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┣━━ val2  ┃ ┣━━ val3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.sh index 54f0a69..fe8cce5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.sh @@ -1,18 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.sh index 661be01..b78896a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.sh @@ -1,15 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ string1 (string1)  ┃ ┣━━ string2 (string1)  ┃ ┗━━ string3 - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh index 15c4406..9d91a5b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh @@ -1,15 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ string1 (string1)  ┃ ┣━━ string2 (string1)  ┃ ┗━━ string3 - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.sh index 54f0a69..fe8cce5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.sh @@ -1,18 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh index 2228c4c..b404198 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh @@ -1,18 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh index 54f0a69..fe8cce5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh @@ -1,18 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh index 2228c4c..b404198 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -1,18 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh index 5764b4d..820ff0d 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1 @@ -18,7 +17,7 @@ Variables:  ┃ ┃ ┗━━ 📓 var: string1 (val1)  ┃ ┗━━ 📂 subdyn_val2  ┃  ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh index b79ba4e..eb2b2e8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1 @@ -18,7 +17,7 @@ Variables:  ┃ ┃ ┗━━ 📓 var: string1 (val1)  ┃ ┗━━ 📂 subdyn_val2  ┃  ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh index d972f0e..9414246 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh index cd672b2..8abaadb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.sh index 9b93dae..172474c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.sh index e9fe946..d1ed853 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh index f5ee877..d41e3d3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh index 71515c2..ad555d5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh index d453cc4..b9fb261 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh @@ -1,15 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1 (tval1)  ┃ ┃ ┗━━ tval2 (tval2)  ┃ ┣━━ 📂 dyn_tval1 @@ -21,7 +20,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: string1 (val1)  ┃  ┗━━ 📓 var_identifiers: string1 (val1-tval2)  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1 (tval1)   ┃ ┗━━ tval2 (tval2)   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh index d453cc4..b9fb261 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh @@ -1,15 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1 (tval1)  ┃ ┃ ┗━━ tval2 (tval2)  ┃ ┣━━ 📂 dyn_tval1 @@ -21,7 +20,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: string1 (val1)  ┃  ┗━━ 📓 var_identifiers: string1 (val1-tval2)  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1 (tval1)   ┃ ┗━━ tval2 (tval2)   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh index 27c0364..0699b0b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh @@ -1,15 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1 (tval1)  ┃ ┃ ┗━━ tval2 (tval2)  ┃ ┣━━ 📂 dyn_tval1 @@ -21,7 +20,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: string1 (val1)  ┃  ┗━━ 📓 var_identifiers: string1 (val1-tval2)  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1 (tval1)   ┃ ┗━━ tval2 (tval2)   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.sh index 33d99ab..da7b49d 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.sh @@ -1,15 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ string1  ┃ ┃ ┣━━ string2  ┃ ┃ ┗━━ string3 @@ -26,7 +25,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: string1 (val1)  ┃  ┗━━ 📓 var_identifiers: string1 (val1-string3)  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ string1   ┃ ┣━━ string2   ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.sh index 312ef00..747b956 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail -┃ ┗━━ 📓 var : +┃ ┗━━ 📓 var: ┃  ┗━━ a (a) ┗━━ 📂 extra  ┗━━ 📂 dyn_a diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.sh index 2494a66..8bb16ca 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.sh @@ -1,17 +1,16 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📂 general -┃  ┗━━ 📓 varname : +┃  ┗━━ 📓 varname: ┃   ┣━━ string1 (a) ┃   ┣━━ string2 ┃   ┗━━ string3 ┗━━ 📂 extra - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┗━━ a (a)  ┗━━ 📂 dyn_a   ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh index fd2ed5b..7a413cf 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var: string1 (val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.sh index 09a463e..52e735f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0version_underscore.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0version_underscore.sh index fad5916..3829f43 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0version_underscore.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0version_underscore.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/00_1empty_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_1empty_variable.sh index 240cd0e..08f91f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_1empty_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_1empty_variable.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - rougail.empty diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated.sh index bf2e2ec..27c980a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┗━━ no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh index 88e08bc..bb6854d 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ no  ┃ ┣━━ yes  ┃ ┗━━ maybe - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ no   ┣━━ yes   ┗━━ maybe diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh index bbb8431..7817fb5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_4load_subfolder.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_4load_subfolder.sh index fbe102d..ed78658 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_4load_subfolder.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_4load_subfolder.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_5load_notype.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_5load_notype.sh index c9f6465..0610102 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_5load_notype.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_5load_notype.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 without_type: non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean.sh index 40ba29f..931b491 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh index d51c8d7..f6f0388 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice.sh index 1b372b4..151ac58 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_6choice_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_calculation.sh index e24e624..05f2ec2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: 9 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_link.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_link.sh index 1b372b4..151ac58 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_link.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_link.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_6choice_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable.sh index 12f3af2..d6b16b2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ a  ┃ ┣━━ b  ┃ ┗━━ c diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable_link.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable_link.sh index c996f3d..1492406 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable_link.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable_link.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ a  ┃ ┣━━ b  ┃ ┗━━ c diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable_link2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable_link2.sh index a30b727..fb2d687 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable_link2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable_link2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ a  ┃ ┣━━ b  ┃ ┗━━ c diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6custom.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6custom.sh index 0e74b30..79e8489 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6custom.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6custom.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/00_6domainname.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname.sh index 11a330a..208d861 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname_params.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname_params.sh index 11a330a..208d861 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname_params.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname_params.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6float.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6float.sh index 86d1540..7bc75fd 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6float.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6float.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: 0.0 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6number.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6number.sh index 891bf6c..246785a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6number.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6number.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: 0 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6port.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6port.sh index 9fb76d8..8424fed 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6port.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6port.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/00_6regexp.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6regexp.sh index d4400ef..3e57b53 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6regexp.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6regexp.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6regexp_link.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6regexp_link.sh index 039ea21..0d82cc3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6regexp_link.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6regexp_link.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6secret.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6secret.sh index 9c7bbef..edd63fb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6secret.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6secret.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/00_6secret_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6secret_param.sh index 9c7bbef..edd63fb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6secret_param.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6secret_param.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/00_6string.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6string.sh index 6db35d3..8cc71bf 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6string.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6string.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_7choice_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7choice_quote.sh index 401cadd..adcbc84 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7choice_quote.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7choice_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: quote' diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help.sh index 1b372b4..151ac58 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_7help_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help_quote.sh index 1b372b4..151ac58 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help_quote.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help_quote.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_7help_sup.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help_sup.sh index d2a9adb..cb99947 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help_sup.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help_sup.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_7value_doublequote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote.sh index ff6fe2e..a4cc76d 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: quote" diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh index 9986d63..d6d7cb3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: quote'" diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh index 23f8b45..da0056f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: quote\"\' diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_quote.sh index 827fb9a..824b072 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_quote.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: quote' diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_information.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_information.sh index feffabb..51af589 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_information.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_information.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/00_8calculation_namespace.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_namespace.sh index c26aea5..c474450 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_namespace.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_namespace.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_param_namespace.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_param_namespace.sh index c26aea5..c474450 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_param_namespace.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_param_namespace.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: Rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8test.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8test.sh index 91997d0..4c911b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8test.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8test.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - rougail.var1 (the first variable) ┣━━  - rougail.var3 (the third variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh index 6c38858..7070e50 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/00_9choice_variables.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variables.sh index 7a97c06..4e88442 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variables.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variables.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 source_variable_1: val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation.sh index b9369a6..d3eba5e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string_1_True_None diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh index bbc69d4..b46fd74 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh index bbb8431..7817fb5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh index 623c440..0d5d545 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 my_variable: val1 - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh index 623c440..0d5d545 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 my_variable: val1 - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh index 31ede1c..1f54304 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh index 4aadfbe..ead1020 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 my_variable : + ┣━━ 📓 my_variable:  ┃ ┣━━ val1  ┃ ┗━━ val2 - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh index 709f7b9..f07ddc5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh index bbb8431..7817fb5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_9default_information_other_variable2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_information_other_variable2.sh index bbb8431..7817fb5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_information_other_variable2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_information_other_variable2.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_9default_integer.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_integer.sh index e24e624..05f2ec2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_integer.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_integer.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: 9 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra.sh index 9df494b..82ea008 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra_calculation.sh index 01606d3..0ce49af 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra_ouside.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra_ouside.sh index e9cfe21..6b4bd1b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra_ouside.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra_ouside.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: value in extra diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6boolean_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6boolean_multi.sh index 95ef385..1b3bd9d 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6boolean_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6boolean_multi.sh @@ -1,23 +1,21 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ true - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┗━━ true - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┗━━ true - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┗━━ false - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ false - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ false - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ true - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6custom_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6custom_multi.sh index 64e4af6..54d17ff 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6custom_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6custom_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/01_6float_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6float_multi.sh index 8c27f21..a239206 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6float_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6float_multi.sh @@ -1,23 +1,21 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ 0.0 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┗━━ 0.0 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┗━━ 0.0 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┗━━ 10.1 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ 10.1 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ 10.1 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ 0.0 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ 0.0 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6number_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6number_multi.sh index 726c5a5..4e21a96 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6number_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6number_multi.sh @@ -1,23 +1,21 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ 0 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┗━━ 0 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┗━━ 0 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┗━━ 10 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ 10 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ 10 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ 0 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ 0 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_empty.sh index 32c29ae..140eaea 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/01_6string_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_multi.sh index 6db35d3..8cc71bf 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_multi.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/01_7value_multi_doublequote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh index f713749..1d0465d 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ quote" diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh index 46f4fe4..30e6a76 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ quote'" diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh index 1e26815..b609d1c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ quote' diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh index feffabb..51af589 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/01_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh index 0051d1d..7173406 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/04_0type_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_0type_param.sh index 33ba0e7..1c7c956 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_0type_param.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_0type_param.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 int: 10 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save.sh index 967acec..7cc07c2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh index 9c721e6..102312b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh index a7d95d6..7303998 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh index 2a9e364..e8647a3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh index 2a9e364..e8647a3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation.sh index afb092f..606bb3b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/04_5disabled_calculation_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_default.sh index 2d2eb7a..d0b2204 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_default.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_default.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_multi.sh index afb092f..606bb3b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_multi.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh index 21be0ca..e0be5a7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh index feffabb..51af589 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh index de131ef..92fe023 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh index ed2ce4a..585efa3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh index feffabb..51af589 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi.sh index feffabb..51af589 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/04_5disabled_calculation_variable_multi2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi2.sh index 8f615af..1603d13 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi2.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - rougail.condition (a condition) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi3.sh index feffabb..51af589 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi3.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi3.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/04_5hidden_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation.sh index 2d2eb7a..d0b2204 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation2.sh index 21be0ca..e0be5a7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation_default_calculation.sh index 2d2eb7a..d0b2204 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation_default_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation_default_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators.sh index 796932d..90a0dae 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/04_5validators_differ.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_differ.sh index 414983f..ba77ff9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_differ.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_differ.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: oui diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi.sh index e462f59..a285631 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ no   ┗━━ yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi2.sh index e462f59..a285631 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ no   ┗━━ yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh index 2b32f5e..e0e1b21 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┗━━ non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_uniq.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_uniq.sh index 0183a17..91dc885 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_uniq.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_uniq.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh index d73522e..6c4cbc5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_0redefine_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_0redefine_description.sh index d9e548b..ea2dd64 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_0redefine_description.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_0redefine_description.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/16_2family_redefine_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh index c4b3f93..fac3e5b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_redefine.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_redefine.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_redefine.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh index 9836bef..d492685 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_choice.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_choice.sh index feffabb..51af589 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_choice.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_choice.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/16_5redefine_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default.sh index 9836bef..d492685 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh index feffabb..51af589 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/16_5redefine_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_family.sh index 2c3c326..c6a97ab 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_family.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/16_5redefine_help.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_help.sh index ebf99f8..320d1ff 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_help.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_help.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/16_5redefine_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_multi.sh index 0183a17..91dc885 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh index feffabb..51af589 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/16_5test_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5test_redefine.sh index 2a38662..3f6a34f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5test_redefine.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5test_redefine.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/16_6choice_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6choice_redefine.sh index 2e35dfd..51f101f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6choice_redefine.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6choice_redefine.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: c diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6exists_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6exists_family.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6exists_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6exists_family.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh index e385546..a2fccc6 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/16exists_exists.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16exists_exists.sh index 5c77e64..d270832 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16exists_exists.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16exists_exists.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/17_5redefine_leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0empty_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0empty_family.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0empty_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0empty_family.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_append.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_append.sh index b5f6f4a..c1156bf 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_append.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_append.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/20_0family_underscore.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_underscore.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_underscore.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_underscore.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family.sh index 5bc2162..6899691 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family   ┗━━ 📂 subfamily -   ┗━━ 📓 variable: null +   ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh index 2aa2c1c..4948cda 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/20_0multi_family_expert.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh index f2c0510..34d8a5e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Undocumented variable Default value │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family   ┗━━ 📂 subfamily -   ┗━━ 📓 variable: null +   ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_order.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_order.sh index 702e9d4..9993e4f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_order.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_order.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - rougail.variable (a variable) ┣━━  - rougail.family.variable1 (a first variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh index cd704b6..1fa2723 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_9default_information_parent.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_9default_information_parent.sh index fb808cd..ec50584 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_9default_information_parent.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_9default_information_parent.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/24_0family_hidden_condition.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition.sh index a466206..2a7277a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_boolean.sh index 957fe08..8b5e321 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_boolean.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_boolean.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: false diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh index 947c62a..d7d05b9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh index de131ef..92fe023 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_with_variable.sh index 3c11484..ccda870 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_with_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_with_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition1: false diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh index b96424d..c6bd222 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/24_0family_mandatory_condition.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh index dc9b127..4e9e0d8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh index bbc69d4..b46fd74 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/24_7validators_variable_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh index 52307b0..e796516 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership.sh index 6587afd..84a5139 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh index 8c97e33..567e1e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/40_0leadership_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_empty.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_empty.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh index 6587afd..84a5139 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti.sh index 5440046..16233af 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┗━━ 📂 leader    ┣━━ 📓 leader: leader -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┗━━ value -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┣━━ value1     ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti_calculation.sh index 8edbb98..f17ad27 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti_calculation.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┗━━ 📂 leader    ┣━━ 📓 leader: leader -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┗━━ value -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┗━━ value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh index 3e79b36..8eeaf64 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh index 32f2a6c..3dc2262 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/40_2leadership_calculation_index.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_index.sh index 079783d..5e5c820 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_index.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_index.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_param_index.sh index 079783d..5e5c820 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_param_index.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_param_index.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_leader_calculation.sh index 466740d..f436f62 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_leader_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_leader_calculation.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - rougail.leader.follower1 (a first follower) ┣━━  - rougail.leader.follower2 (a second follower) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh index cbf0236..319d82b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/40_8calculation_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh index 13c3107..d51a2f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 bool: false - ┣━━ 📓 multi1 : + ┣━━ 📓 multi1:  ┃ ┗━━ false - ┗━━ 📓 multi2 : + ┗━━ 📓 multi2:   ┣━━ true   ┗━━ false diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean_return_none.sh index 2fabc4a..782091e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean_return_none.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean_return_none.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/40_8calculation_integer.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_integer.sh index 22ae871..ae6dd1b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_integer.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_integer.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 bool: false diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh index 7652f1c..312a7f1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ no  ┃ ┗━━ yes  ┣━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh index edd2ec7..55290e7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh index 48268a5..052d58c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 fam1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-first.sh index 0682568..8a208dc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-first.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-first.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -14,5 +12,5 @@ Variables:  ┃  ┣━━ 📓 leader: value2  ┃  ┣━━ 📓 follower1: val11  ┃  ┗━━ 📓 follower2: val21 - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-last.sh index 0682568..8a208dc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-last.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-last.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -14,5 +12,5 @@ Variables:  ┃  ┣━━ 📓 leader: value2  ┃  ┣━━ 📓 follower1: val11  ┃  ┗━━ 📓 follower2: val21 - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower.sh index ecf2b13..4963c26 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -14,6 +12,6 @@ Variables:  ┃  ┣━━ 📓 leader: value2  ┃  ┣━━ 📓 follower1: val11  ┃  ┗━━ 📓 follower2: val21 - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ val11   ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-first.sh index b92d47c..2d78b7c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-first.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-first.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-last.sh index 6240738..ddce6bf 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-last.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-last.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader.sh index fa2e19f..3f0b77a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -14,6 +12,6 @@ Variables:  ┃  ┣━━ 📓 leader: value2  ┃  ┣━━ 📓 follower1: val11  ┃  ┗━━ 📓 follower2: val21 - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ value1   ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/41_0choice_leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/41_0choice_leader.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/41_0choice_leader.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/41_0choice_leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4disabled_calcultion_follower.sh index 11e8200..d06e8a2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4disabled_calcultion_follower.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4disabled_calcultion_follower.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh index 6587afd..84a5139 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh index 21be0ca..e0be5a7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh index 6587afd..84a5139 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_9calculated_default_leadership_leader.sh index 060aee8..971c64c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_9calculated_default_leadership_leader.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_9calculated_default_leadership_leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic.sh index 28281e6..3ec1047 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0.sh index 18f5e96..99aebde 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 vardyn: null + ┃ ┗━━ 📓 vardyn:  ┗━━ 📂 dynval2 -  ┗━━ 📓 vardyn: null +  ┗━━ 📓 vardyn: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type.sh index b8ba397..fe4f8c2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh index c051aed..cd2b378 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_forbidden_char.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_forbidden_char.sh index 9141ebc..7557454 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_forbidden_char.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_forbidden_char.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val.1  ┃ ┗━━ val.2  ┣━━ 📂 dynval_1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number.sh index 8209d5d..4745df3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ 1  ┃ ┗━━ 2  ┣━━ 📂 dyn1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number_empty.sh index 1ecb032..e64e99e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh index 7df7e4f..5a4a1de 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh index 426e760..58711a7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh index df2145f..d4d6655 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_0family_dynamic_upper_char.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..3ec1047 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/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/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh index 10b373d..f79adb3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh index 045b271..54f7787 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh index df2145f..d4d6655 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_0family_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_empty.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_empty.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_mode.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_mode.sh index ee913c7..e0cb544 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_mode.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_mode.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh index 7c79f11..79f9b1f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dyn1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh index 4e1fb1b..67771f9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - rougail.dynval1.family.var (with a variable) ┣━━  - rougail.dynval2.family.var (with a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh index e3e359c..0339a36 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index ffcaf11..f375243 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2: null + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh index 725e9ea..cd07ba5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh index 59d56c8..0430b89 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh index 88b28cd..89c27cc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 newvar: null + ┣━━ 📓 var1: + ┗━━ 📓 newvar: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2.sh index 2fabc4a..782091e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2_empty.sh index 2fabc4a..782091e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix.sh index 7174629..8f6012f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh index 5f1bdb4..31f1581 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh index 9eb2b43..aec5822 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..5c81452 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/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/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_empty.sh index 63678b1..5c81452 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_empty_2.sh index 63678b1..5c81452 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_empty_2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_empty_2.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_empty_3.sh index 63678b1..5c81452 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_empty_3.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_empty_3.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh index 5f1bdb4..31f1581 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh index 7174629..8f6012f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh index 63678b1..5c81452 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh index 3c9e0cf..a2b0753 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 dynval1 -  ┣━━ 📓 var: null +  ┣━━ 📓 var:   ┗━━ 📂 family -   ┗━━ 📓 var: null +   ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix.sh index 471fc4b..f38c233 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside.sh index af6cec2..955e767 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside.sh @@ -1,17 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: val1  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: val2 - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2.sh index 4d72d86..24d11a9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ val1  ┃ ┗━━ val2 - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2_empty.sh index 1ecb032..e64e99e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_5family_dynamic_variable_outside_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_1_0.sh index af6cec2..955e767 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_1_0.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_1_0.sh @@ -1,17 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: val1  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: val2 - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_empty.sh index 1ecb032..e64e99e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja.sh index af6cec2..955e767 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja.sh @@ -1,17 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: val1  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: val2 - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.sh index 1ecb032..e64e99e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix.sh index bf2a9b6..7c26731 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1 @@ -18,6 +16,6 @@ Variables:  ┃ ┃ ┗━━ 📓 var: val1  ┃ ┗━━ 📂 subdyn_val2  ┃  ┗━━ 📓 var: val2 - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh index b1ddd66..990a128 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2 : + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh index c5970b6..c84bff7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh index ffcaf11..f375243 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2: null + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside.sh index 4e8ca65..bedd16c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh index 6383297..4753a15 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic.sh index ed294db..bb282fc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1  ┃ ┃ ┗━━ tval2  ┃ ┣━━ 📂 dyn_tval1 @@ -21,7 +19,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: val1  ┃  ┗━━ 📓 var_identifiers: val1-tval2  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1   ┃ ┗━━ tval2   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.sh index ed294db..bb282fc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1  ┃ ┃ ┗━━ tval2  ┃ ┣━━ 📂 dyn_tval1 @@ -21,7 +19,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: val1  ┃  ┗━━ 📓 var_identifiers: val1-tval2  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1   ┃ ┗━━ tval2   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_empty.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.sh index 46c6b61..40280d4 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 var : + ┃ ┗━━ 📓 var:  ┗━━ 📂 dynval2 -  ┗━━ 📓 var : +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic.sh index ea45d2a..8a4a97b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic_extra.sh index ea45d2a..8a4a97b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic_extra.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic_extra.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh index 30c73ce..8628eb0 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/00_0empty.sh b/tests/results/test_namespace_read_write_secrets/00_0empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_namespace_read_write_secrets/00_0empty.sh +++ b/tests/results/test_namespace_read_write_secrets/00_0empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_namespace_read_write_secrets/00_0version_underscore.sh b/tests/results/test_namespace_read_write_secrets/00_0version_underscore.sh index 6a842db..01181a8 100644 --- a/tests/results/test_namespace_read_write_secrets/00_0version_underscore.sh +++ b/tests/results/test_namespace_read_write_secrets/00_0version_underscore.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 version: null + ┗━━ 📓 version: diff --git a/tests/results/test_namespace_read_write_secrets/00_1empty_variable.sh b/tests/results/test_namespace_read_write_secrets/00_1empty_variable.sh index 7259d85..3872e7f 100644 --- a/tests/results/test_namespace_read_write_secrets/00_1empty_variable.sh +++ b/tests/results/test_namespace_read_write_secrets/00_1empty_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 empty: null + ┗━━ 📓 empty: diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated.sh b/tests/results/test_namespace_read_write_secrets/00_2default_calculated.sh index bf2e2ec..27c980a 100644 --- a/tests/results/test_namespace_read_write_secrets/00_2default_calculated.sh +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┗━━ no diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.sh b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.sh index 88e08bc..bb6854d 100644 --- a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ no  ┃ ┣━━ yes  ┃ ┗━━ maybe - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ no   ┣━━ yes   ┗━━ maybe diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.sh index cc4594d..248b095 100644 --- a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 var2 : + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/00_4load_subfolder.sh b/tests/results/test_namespace_read_write_secrets/00_4load_subfolder.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write_secrets/00_4load_subfolder.sh +++ b/tests/results/test_namespace_read_write_secrets/00_4load_subfolder.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/00_5load_notype.sh b/tests/results/test_namespace_read_write_secrets/00_5load_notype.sh index c9f6465..0610102 100644 --- a/tests/results/test_namespace_read_write_secrets/00_5load_notype.sh +++ b/tests/results/test_namespace_read_write_secrets/00_5load_notype.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 without_type: non diff --git a/tests/results/test_namespace_read_write_secrets/00_6boolean.sh b/tests/results/test_namespace_read_write_secrets/00_6boolean.sh index 40ba29f..931b491 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6boolean.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6boolean.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: true diff --git a/tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.sh index d51c8d7..f6f0388 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: true diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice.sh b/tests/results/test_namespace_read_write_secrets/00_6choice.sh index c4d4e43..2a1dae0 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6choice.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6choice.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┣━━ 📓 var2: null - ┣━━ 📓 var3: null - ┣━━ 📓 var4: null + ┣━━ 📓 var1: + ┣━━ 📓 var2: + ┣━━ 📓 var3: + ┣━━ 📓 var4:  ┣━━ 📓 var5: a  ┗━━ 📓 var6: 1 diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice_calculation.sh b/tests/results/test_namespace_read_write_secrets/00_6choice_calculation.sh index e24e624..05f2ec2 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6choice_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: 9 diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice_link.sh b/tests/results/test_namespace_read_write_secrets/00_6choice_link.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6choice_link.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_link.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice_variable.sh b/tests/results/test_namespace_read_write_secrets/00_6choice_variable.sh index 12f3af2..d6b16b2 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6choice_variable.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_variable.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ a  ┃ ┣━━ b  ┃ ┗━━ c diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link.sh b/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link.sh index c996f3d..1492406 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ a  ┃ ┣━━ b  ┃ ┗━━ c diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link2.sh b/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link2.sh index a30b727..fb2d687 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link2.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ a  ┃ ┣━━ b  ┃ ┗━━ c diff --git a/tests/results/test_namespace_read_write_secrets/00_6custom.sh b/tests/results/test_namespace_read_write_secrets/00_6custom.sh index de7463e..89648c0 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6custom.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6custom.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 custom1: null + ┣━━ 📓 custom1:  ┗━━ 📓 custom2: value diff --git a/tests/results/test_namespace_read_write_secrets/00_6domainname.sh b/tests/results/test_namespace_read_write_secrets/00_6domainname.sh index 11a330a..208d861 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6domainname.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6domainname.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_secrets/00_6domainname_params.sh b/tests/results/test_namespace_read_write_secrets/00_6domainname_params.sh index 11a330a..208d861 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6domainname_params.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6domainname_params.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_secrets/00_6float.sh b/tests/results/test_namespace_read_write_secrets/00_6float.sh index 86d1540..7bc75fd 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6float.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6float.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: 0.0 diff --git a/tests/results/test_namespace_read_write_secrets/00_6number.sh b/tests/results/test_namespace_read_write_secrets/00_6number.sh index 891bf6c..246785a 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6number.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6number.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: 0 diff --git a/tests/results/test_namespace_read_write_secrets/00_6port.sh b/tests/results/test_namespace_read_write_secrets/00_6port.sh index ac498a7..b56500a 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6port.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6port.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable1: null + ┣━━ 📓 variable1:  ┣━━ 📓 variable2: 8080  ┗━━ 📓 variable3: 8080 diff --git a/tests/results/test_namespace_read_write_secrets/00_6regexp.sh b/tests/results/test_namespace_read_write_secrets/00_6regexp.sh index d4400ef..3e57b53 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6regexp.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6regexp.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_secrets/00_6regexp_link.sh b/tests/results/test_namespace_read_write_secrets/00_6regexp_link.sh index 039ea21..0d82cc3 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6regexp_link.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6regexp_link.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_secrets/00_6secret.sh b/tests/results/test_namespace_read_write_secrets/00_6secret.sh index b92cd1e..510b8e7 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6secret.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6secret.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 secret1: ********** + ┣━━ 📓 secret1:  ┗━━ 📓 secret2: ********** diff --git a/tests/results/test_namespace_read_write_secrets/00_6secret_param.sh b/tests/results/test_namespace_read_write_secrets/00_6secret_param.sh index 226f178..af93115 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6secret_param.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6secret_param.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 secret1: ********** + ┣━━ 📓 secret1:  ┣━━ 📓 secret2: **********  ┗━━ 📓 secret3: ********** diff --git a/tests/results/test_namespace_read_write_secrets/00_6string.sh b/tests/results/test_namespace_read_write_secrets/00_6string.sh index acf6a45..22fff55 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6string.sh +++ b/tests/results/test_namespace_read_write_secrets/00_6string.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┣━━ 📓 var2: null - ┣━━ 📓 var3: null + ┣━━ 📓 var1: + ┣━━ 📓 var2: + ┣━━ 📓 var3:  ┣━━ 📓 var4: value  ┣━━ 📓 var5: value  ┗━━ 📓 var6: value diff --git a/tests/results/test_namespace_read_write_secrets/00_7choice_quote.sh b/tests/results/test_namespace_read_write_secrets/00_7choice_quote.sh index 401cadd..adcbc84 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7choice_quote.sh +++ b/tests/results/test_namespace_read_write_secrets/00_7choice_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: quote' diff --git a/tests/results/test_namespace_read_write_secrets/00_7help.sh b/tests/results/test_namespace_read_write_secrets/00_7help.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7help.sh +++ b/tests/results/test_namespace_read_write_secrets/00_7help.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/00_7help_quote.sh b/tests/results/test_namespace_read_write_secrets/00_7help_quote.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7help_quote.sh +++ b/tests/results/test_namespace_read_write_secrets/00_7help_quote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/00_7help_sup.sh b/tests/results/test_namespace_read_write_secrets/00_7help_sup.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7help_sup.sh +++ b/tests/results/test_namespace_read_write_secrets/00_7help_sup.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote.sh b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote.sh index ff6fe2e..a4cc76d 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote.sh +++ b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: quote" diff --git a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.sh b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.sh index 9986d63..d6d7cb3 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.sh +++ b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: quote'" diff --git a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.sh b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.sh index 23f8b45..da0056f 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.sh +++ b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: quote\"\' diff --git a/tests/results/test_namespace_read_write_secrets/00_7value_quote.sh b/tests/results/test_namespace_read_write_secrets/00_7value_quote.sh index 827fb9a..824b072 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7value_quote.sh +++ b/tests/results/test_namespace_read_write_secrets/00_7value_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: quote' diff --git a/tests/results/test_namespace_read_write_secrets/00_8calculation_information.sh b/tests/results/test_namespace_read_write_secrets/00_8calculation_information.sh index f2de40a..fcf2bfd 100644 --- a/tests/results/test_namespace_read_write_secrets/00_8calculation_information.sh +++ b/tests/results/test_namespace_read_write_secrets/00_8calculation_information.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/00_8calculation_namespace.sh b/tests/results/test_namespace_read_write_secrets/00_8calculation_namespace.sh index c26aea5..c474450 100644 --- a/tests/results/test_namespace_read_write_secrets/00_8calculation_namespace.sh +++ b/tests/results/test_namespace_read_write_secrets/00_8calculation_namespace.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: Rougail diff --git a/tests/results/test_namespace_read_write_secrets/00_8calculation_param_namespace.sh b/tests/results/test_namespace_read_write_secrets/00_8calculation_param_namespace.sh index c26aea5..c474450 100644 --- a/tests/results/test_namespace_read_write_secrets/00_8calculation_param_namespace.sh +++ b/tests/results/test_namespace_read_write_secrets/00_8calculation_param_namespace.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: Rougail diff --git a/tests/results/test_namespace_read_write_secrets/00_8test.sh b/tests/results/test_namespace_read_write_secrets/00_8test.sh index 7f40e74..b586a97 100644 --- a/tests/results/test_namespace_read_write_secrets/00_8test.sh +++ b/tests/results/test_namespace_read_write_secrets/00_8test.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null + ┣━━ 📓 var1:  ┣━━ 📓 var2: value - ┣━━ 📓 var3: null - ┣━━ 📓 var4: null + ┣━━ 📓 var3: + ┣━━ 📓 var4:  ┣━━ 📓 var5: true - ┗━━ 📓 var6 : + ┗━━ 📓 var6: diff --git a/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.sh index 38d6008..f096123 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable1 : - ┗━━ 📓 variable2 : + ┣━━ 📓 variable1: + ┗━━ 📓 variable2: diff --git a/tests/results/test_namespace_read_write_secrets/00_9choice_variables.sh b/tests/results/test_namespace_read_write_secrets/00_9choice_variables.sh index 7a97c06..4e88442 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9choice_variables.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9choice_variables.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 source_variable_1: val1 diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation.sh index b9369a6..d3eba5e 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string_1_True_None diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.sh index c581e31..ee4e28a 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.sh index 623c440..0d5d545 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 my_variable: val1 - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.sh index 623c440..0d5d545 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 my_variable: val1 - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.sh index a3ba859..685506d 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable: diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.sh index 4aadfbe..ead1020 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 my_variable : + ┣━━ 📓 my_variable:  ┃ ┣━━ val1  ┃ ┗━━ val2 - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.sh index 709f7b9..f07ddc5 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.sh b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable2.sh b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable2.sh index cfb4b92..0191953 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable2.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_integer.sh b/tests/results/test_namespace_read_write_secrets/00_9default_integer.sh index e24e624..05f2ec2 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_integer.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9default_integer.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: 9 diff --git a/tests/results/test_namespace_read_write_secrets/00_9extra.sh b/tests/results/test_namespace_read_write_secrets/00_9extra.sh index 9df494b..82ea008 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9extra.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9extra.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: rougail diff --git a/tests/results/test_namespace_read_write_secrets/00_9extra_calculation.sh b/tests/results/test_namespace_read_write_secrets/00_9extra_calculation.sh index 01606d3..0ce49af 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9extra_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9extra_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: value diff --git a/tests/results/test_namespace_read_write_secrets/00_9extra_ouside.sh b/tests/results/test_namespace_read_write_secrets/00_9extra_ouside.sh index e9cfe21..6b4bd1b 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9extra_ouside.sh +++ b/tests/results/test_namespace_read_write_secrets/00_9extra_ouside.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: value in extra diff --git a/tests/results/test_namespace_read_write_secrets/01_6boolean_multi.sh b/tests/results/test_namespace_read_write_secrets/01_6boolean_multi.sh index 95ef385..1b3bd9d 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6boolean_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/01_6boolean_multi.sh @@ -1,23 +1,21 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ true - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┗━━ true - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┗━━ true - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┗━━ false - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ false - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ false - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ true - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ true diff --git a/tests/results/test_namespace_read_write_secrets/01_6custom_multi.sh b/tests/results/test_namespace_read_write_secrets/01_6custom_multi.sh index 3021066..d83a933 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6custom_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/01_6custom_multi.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 custom1 : - ┗━━ 📓 custom2 : + ┣━━ 📓 custom1: + ┗━━ 📓 custom2:   ┗━━ value diff --git a/tests/results/test_namespace_read_write_secrets/01_6float_multi.sh b/tests/results/test_namespace_read_write_secrets/01_6float_multi.sh index 8c27f21..a239206 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6float_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/01_6float_multi.sh @@ -1,23 +1,21 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ 0.0 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┗━━ 0.0 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┗━━ 0.0 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┗━━ 10.1 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ 10.1 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ 10.1 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ 0.0 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ 0.0 diff --git a/tests/results/test_namespace_read_write_secrets/01_6number_multi.sh b/tests/results/test_namespace_read_write_secrets/01_6number_multi.sh index 726c5a5..4e21a96 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6number_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/01_6number_multi.sh @@ -1,23 +1,21 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ 0 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┗━━ 0 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┗━━ 0 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┗━━ 10 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ 10 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ 10 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ 0 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ 0 diff --git a/tests/results/test_namespace_read_write_secrets/01_6string_empty.sh b/tests/results/test_namespace_read_write_secrets/01_6string_empty.sh index 4eb4a04..61bcaab 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6string_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/01_6string_empty.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ value -  ┗━━ null +  ┗━━  diff --git a/tests/results/test_namespace_read_write_secrets/01_6string_multi.sh b/tests/results/test_namespace_read_write_secrets/01_6string_multi.sh index 2a89e41..428b58a 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6string_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/01_6string_multi.sh @@ -1,20 +1,18 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┣━━ 📓 var2 : - ┣━━ 📓 var3 : - ┣━━ 📓 var4 : + ┣━━ 📓 var1: + ┣━━ 📓 var2: + ┣━━ 📓 var3: + ┣━━ 📓 var4:  ┃ ┗━━ value - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ value - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ value - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ value - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ value diff --git a/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.sh b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.sh index f713749..1d0465d 100644 --- a/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.sh +++ b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ quote" diff --git a/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.sh index 46f4fe4..30e6a76 100644 --- a/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.sh +++ b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ quote'" diff --git a/tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.sh b/tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.sh index 1e26815..b609d1c 100644 --- a/tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.sh +++ b/tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ quote' diff --git a/tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.sh index b4a06ad..60efff1 100644 --- a/tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.sh index 9915048..01179f9 100644 --- a/tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable1 : + ┣━━ 📓 variable1:  ┃ ┣━━ a  ┃ ┣━━ b  ┃ ┗━━ c - ┗━━ 📓 variable2: null + ┗━━ 📓 variable2: diff --git a/tests/results/test_namespace_read_write_secrets/04_0type_param.sh b/tests/results/test_namespace_read_write_secrets/04_0type_param.sh index 33ba0e7..1c7c956 100644 --- a/tests/results/test_namespace_read_write_secrets/04_0type_param.sh +++ b/tests/results/test_namespace_read_write_secrets/04_0type_param.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 int: 10 diff --git a/tests/results/test_namespace_read_write_secrets/04_1auto_save.sh b/tests/results/test_namespace_read_write_secrets/04_1auto_save.sh index 967acec..7cc07c2 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1auto_save.sh +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.sh index 9c721e6..102312b 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.sh +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.sh index a7d95d6..7303998 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.sh +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_hidden.sh +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.sh b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.sh index 2a9e364..e8647a3 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.sh +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: value diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.sh index 2a9e364..e8647a3 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.sh +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: value diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.sh index 00f217d..cdf51b1 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no - ┣━━ 📓 variable1: null - ┗━━ 📓 variable2: null + ┣━━ 📓 variable1: + ┗━━ 📓 variable2: diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.sh index 2d2eb7a..d0b2204 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_multi.sh index 937bace..3e38581 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_multi.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no - ┣━━ 📓 variable1 : - ┗━━ 📓 variable2 : + ┣━━ 📓 variable1: + ┗━━ 📓 variable2: diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.sh index 21be0ca..e0be5a7 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.sh index 8f6a95d..3809a5a 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: false - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.sh index de131ef..92fe023 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.sh index ed2ce4a..585efa3 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: yes diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.sh index 915d397..a02cd9c 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: yes - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi.sh index a1b8e32..21ed37b 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: false - ┗━━ 📓 variable : + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi2.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi2.sh index 7db8a8c..84d5fed 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi2.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 condition : + ┗━━ 📓 condition: diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi3.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi3.sh index c8bb979..bb88d08 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi3.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi3.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 condition : + ┣━━ 📓 condition:  ┃ ┣━━ val1  ┃ ┗━━ val2 - ┗━━ 📓 variable : + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.sh b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.sh index 2d2eb7a..d0b2204 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.sh b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.sh index 21be0ca..e0be5a7 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.sh index 2d2eb7a..d0b2204 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators.sh b/tests/results/test_namespace_read_write_secrets/04_5validators.sh index 031f568..fe8510f 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5validators.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5validators.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 int: null + ┗━━ 📓 int: diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_differ.sh b/tests/results/test_namespace_read_write_secrets/04_5validators_differ.sh index 414983f..ba77ff9 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5validators_differ.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_differ.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: oui diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_multi.sh b/tests/results/test_namespace_read_write_secrets/04_5validators_multi.sh index e462f59..a285631 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5validators_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_multi.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ no   ┗━━ yes diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_multi2.sh b/tests/results/test_namespace_read_write_secrets/04_5validators_multi2.sh index e462f59..a285631 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5validators_multi2.sh +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_multi2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ no   ┗━━ yes diff --git a/tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.sh b/tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.sh index 2b32f5e..e0e1b21 100644 --- a/tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.sh +++ b/tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┗━━ non diff --git a/tests/results/test_namespace_read_write_secrets/05_0multi_uniq.sh b/tests/results/test_namespace_read_write_secrets/05_0multi_uniq.sh index 0183a17..91dc885 100644 --- a/tests/results/test_namespace_read_write_secrets/05_0multi_uniq.sh +++ b/tests/results/test_namespace_read_write_secrets/05_0multi_uniq.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ non diff --git a/tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.sh b/tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.sh index d73522e..6c4cbc5 100644 --- a/tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.sh +++ b/tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write_secrets/16_0redefine_description.sh b/tests/results/test_namespace_read_write_secrets/16_0redefine_description.sh index c581e31..ee4e28a 100644 --- a/tests/results/test_namespace_read_write_secrets/16_0redefine_description.sh +++ b/tests/results/test_namespace_read_write_secrets/16_0redefine_description.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/16_2family_redefine_calculation.sh b/tests/results/test_namespace_read_write_secrets/16_2family_redefine_calculation.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_secrets/16_2family_redefine_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/16_2family_redefine_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/16_2family_redefine_disabled.sh b/tests/results/test_namespace_read_write_secrets/16_2family_redefine_disabled.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_secrets/16_2family_redefine_disabled.sh +++ b/tests/results/test_namespace_read_write_secrets/16_2family_redefine_disabled.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.sh b/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.sh index c4b3f93..fac3e5b 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.sh +++ b/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write_secrets/16_5exists_redefine.sh b/tests/results/test_namespace_read_write_secrets/16_5exists_redefine.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5exists_redefine.sh +++ b/tests/results/test_namespace_read_write_secrets/16_5exists_redefine.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.sh index 9836bef..d492685 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: yes diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_choice.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_choice.sh index f2de40a..fcf2bfd 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_choice.sh +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_choice.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_default.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_default.sh index 9836bef..d492685 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_default.sh +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_default.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: yes diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.sh index f2de40a..fcf2bfd 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_family.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_family.sh index 38d480a..82bcab5 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_family.sh +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_family.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_help.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_help.sh index 38d480a..82bcab5 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_help.sh +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_help.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_hidden.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_hidden.sh +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.sh index 0183a17..91dc885 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┗━━ non diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.sh index a669f54..0961f27 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/16_5test_redefine.sh b/tests/results/test_namespace_read_write_secrets/16_5test_redefine.sh index da28b26..29acbdf 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5test_redefine.sh +++ b/tests/results/test_namespace_read_write_secrets/16_5test_redefine.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no  ┣━━ 📓 var2: non - ┗━━ 📓 var3: null + ┗━━ 📓 var3: diff --git a/tests/results/test_namespace_read_write_secrets/16_6choice_redefine.sh b/tests/results/test_namespace_read_write_secrets/16_6choice_redefine.sh index 2e35dfd..51f101f 100644 --- a/tests/results/test_namespace_read_write_secrets/16_6choice_redefine.sh +++ b/tests/results/test_namespace_read_write_secrets/16_6choice_redefine.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: c diff --git a/tests/results/test_namespace_read_write_secrets/16_6exists_family.sh b/tests/results/test_namespace_read_write_secrets/16_6exists_family.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_secrets/16_6exists_family.sh +++ b/tests/results/test_namespace_read_write_secrets/16_6exists_family.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.sh b/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.sh index fe728b6..ab47606 100644 --- a/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.sh +++ b/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 family1 - ┃ ┗━━ 📓 variable1: null + ┃ ┗━━ 📓 variable1:  ┗━━ 📂 family2 -  ┗━━ 📓 variable2: null +  ┗━━ 📓 variable2: diff --git a/tests/results/test_namespace_read_write_secrets/16exists_exists.sh b/tests/results/test_namespace_read_write_secrets/16exists_exists.sh index c581e31..ee4e28a 100644 --- a/tests/results/test_namespace_read_write_secrets/16exists_exists.sh +++ b/tests/results/test_namespace_read_write_secrets/16exists_exists.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/17_5redefine_leadership.sh b/tests/results/test_namespace_read_write_secrets/17_5redefine_leadership.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_secrets/17_5redefine_leadership.sh +++ b/tests/results/test_namespace_read_write_secrets/17_5redefine_leadership.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/20_0empty_family.sh b/tests/results/test_namespace_read_write_secrets/20_0empty_family.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0empty_family.sh +++ b/tests/results/test_namespace_read_write_secrets/20_0empty_family.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/20_0family_append.sh b/tests/results/test_namespace_read_write_secrets/20_0family_append.sh index 47f03de..e9f9a44 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0family_append.sh +++ b/tests/results/test_namespace_read_write_secrets/20_0family_append.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family -  ┣━━ 📓 var1: null -  ┗━━ 📓 var2: null +  ┣━━ 📓 var1: +  ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/20_0family_underscore.sh b/tests/results/test_namespace_read_write_secrets/20_0family_underscore.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0family_underscore.sh +++ b/tests/results/test_namespace_read_write_secrets/20_0family_underscore.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family.sh b/tests/results/test_namespace_read_write_secrets/20_0multi_family.sh index 5bc2162..6899691 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0multi_family.sh +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family   ┗━━ 📂 subfamily -   ┗━━ 📓 variable: null +   ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.sh b/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.sh index 5bc2162..6899691 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.sh +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family   ┗━━ 📂 subfamily -   ┗━━ 📓 variable: null +   ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.sh b/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.sh index f2c0510..34d8a5e 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.sh +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Undocumented variable Default value │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family   ┗━━ 📂 subfamily -   ┗━━ 📓 variable: null +   ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.sh b/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.sh index 8a3705d..017fe40 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.sh +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable: null + ┣━━ 📓 variable:  ┗━━ 📂 family -  ┣━━ 📓 variable1: null +  ┣━━ 📓 variable1:   ┣━━ 📂 subfamily -  ┃ ┗━━ 📓 variable: null -  ┗━━ 📓 variable2: null +  ┃ ┗━━ 📓 variable: +  ┗━━ 📓 variable2: diff --git a/tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.sh b/tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.sh index cd704b6..1fa2723 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.sh +++ b/tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: no diff --git a/tests/results/test_namespace_read_write_secrets/20_1empty_subfamily.sh b/tests/results/test_namespace_read_write_secrets/20_1empty_subfamily.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_secrets/20_1empty_subfamily.sh +++ b/tests/results/test_namespace_read_write_secrets/20_1empty_subfamily.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.sh b/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.sh index 47f03de..e9f9a44 100644 --- a/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.sh +++ b/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family -  ┣━━ 📓 var1: null -  ┗━━ 📓 var2: null +  ┣━━ 📓 var1: +  ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.sh b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.sh index 3d44471..b30a48d 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.sh +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no  ┗━━ 📂 family -  ┗━━ 📓 var1: null +  ┗━━ 📓 var1: diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.sh index 957fe08..8b5e321 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.sh +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: false diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.sh index 9c57ff6..7efb528 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.sh +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no  ┗━━ 📂 family   ┗━━ 📂 subfamily -   ┗━━ 📓 var1: null +   ┗━━ 📓 var1: diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh index de131ef..92fe023 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.sh index 3c11484..ccda870 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.sh +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition1: false diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh index 65ede1e..13074e2 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no  ┗━━ 📂 family   ┗━━ 📂 sub_family -   ┗━━ 📓 var1: null +   ┗━━ 📓 var1: diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.sh b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.sh index dc9b127..4e9e0d8 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.sh +++ b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: no - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.sh index a4b6974..8e2c4f8 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.sh +++ b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.sh b/tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.sh index bcbfcb2..6e0a588 100644 --- a/tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.sh +++ b/tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 general -  ┣━━ 📓 int: null +  ┣━━ 📓 int:   ┗━━ 📓 int2: 1 diff --git a/tests/results/test_namespace_read_write_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_read_write_secrets/24_family_disabled_var_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_secrets/24_family_disabled_var_hidden.sh +++ b/tests/results/test_namespace_read_write_secrets/24_family_disabled_var_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership.sh +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.sh index 01d73ba..aab0940 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.sh +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_empty.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_empty.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_empty.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.sh index 5440046..16233af 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.sh +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┗━━ 📂 leader    ┣━━ 📓 leader: leader -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┗━━ value -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┣━━ value1     ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.sh index 8edbb98..f17ad27 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┗━━ 📂 leader    ┣━━ 📓 leader: leader -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┗━━ value -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┗━━ value diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.sh +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.sh index 99d5d40..879d579 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 general diff --git a/tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.sh +++ b/tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.sh b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.sh index 079783d..5e5c820 100644 --- a/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.sh +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.sh index 079783d..5e5c820 100644 --- a/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.sh +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.sh index 58e0bed..333cae2 100644 --- a/tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: val1 -  ┃ ┣━━ 📓 follower1: null -  ┃ ┗━━ 📓 follower2: null +  ┃ ┣━━ 📓 follower1: +  ┃ ┗━━ 📓 follower2:   ┗━━ 📂 leader    ┣━━ 📓 leader: val2 -   ┣━━ 📓 follower1: null -   ┗━━ 📓 follower2: null +   ┣━━ 📓 follower1: +   ┗━━ 📓 follower2: diff --git a/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.sh index 01d73ba..aab0940 100644 --- a/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.sh b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.sh index 13c3107..d51a2f2 100644 --- a/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.sh +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 bool: false - ┣━━ 📓 multi1 : + ┣━━ 📓 multi1:  ┃ ┗━━ false - ┗━━ 📓 multi2 : + ┗━━ 📓 multi2:   ┣━━ true   ┗━━ false diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.sh index 0c707f9..4cd10ca 100644 --- a/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.sh +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: yes - ┗━━ 📓 var2: null + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_integer.sh b/tests/results/test_namespace_read_write_secrets/40_8calculation_integer.sh index 22ae871..ae6dd1b 100644 --- a/tests/results/test_namespace_read_write_secrets/40_8calculation_integer.sh +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_integer.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 bool: false diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.sh b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.sh index 7652f1c..312a7f1 100644 --- a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.sh +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ no  ┃ ┗━━ yes  ┣━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.sh index edd2ec7..55290e7 100644 --- a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.sh +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.sh index 48268a5..052d58c 100644 --- a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.sh +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 fam1 diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-first.sh index 0682568..8a208dc 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-first.sh +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-first.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -14,5 +12,5 @@ Variables:  ┃  ┣━━ 📓 leader: value2  ┃  ┣━━ 📓 follower1: val11  ┃  ┗━━ 📓 follower2: val21 - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-last.sh index 0682568..8a208dc 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-last.sh +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-last.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -14,5 +12,5 @@ Variables:  ┃  ┣━━ 📓 leader: value2  ┃  ┣━━ 📓 follower1: val11  ┃  ┗━━ 📓 follower2: val21 - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower.sh b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower.sh index ecf2b13..4963c26 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower.sh +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -14,6 +12,6 @@ Variables:  ┃  ┣━━ 📓 leader: value2  ┃  ┣━━ 📓 follower1: val11  ┃  ┗━━ 📓 follower2: val21 - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ val11   ┗━━ val11 diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-first.sh index b92d47c..2d78b7c 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-first.sh +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-first.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-last.sh index 6240738..ddce6bf 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-last.sh +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-last.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader.sh b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader.sh index fa2e19f..3f0b77a 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader.sh +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -14,6 +12,6 @@ Variables:  ┃  ┣━━ 📓 leader: value2  ┃  ┣━━ 📓 follower1: val11  ┃  ┗━━ 📓 follower2: val21 - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ value1   ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_secrets/41_0choice_leader.sh b/tests/results/test_namespace_read_write_secrets/41_0choice_leader.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write_secrets/41_0choice_leader.sh +++ b/tests/results/test_namespace_read_write_secrets/41_0choice_leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/44_0leadership_hidden.sh b/tests/results/test_namespace_read_write_secrets/44_0leadership_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_secrets/44_0leadership_hidden.sh +++ b/tests/results/test_namespace_read_write_secrets/44_0leadership_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_read_write_secrets/44_0leadership_leader_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_secrets/44_0leadership_leader_hidden.sh +++ b/tests/results/test_namespace_read_write_secrets/44_0leadership_leader_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_read_write_secrets/44_1leadership_append_hidden_follower.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_secrets/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_namespace_read_write_secrets/44_1leadership_append_hidden_follower.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.sh index db63cf6..337ce7c 100644 --- a/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.sh +++ b/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true  ┗━━ 📂 leader   ┗━━ 📂 leader    ┣━━ 📓 leader: a -   ┗━━ 📓 follower: null +   ┗━━ 📓 follower: diff --git a/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.sh +++ b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.sh index 21be0ca..e0be5a7 100644 --- a/tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.sh index d4c5b4a..2169435 100644 --- a/tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: yes diff --git a/tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.sh index 060aee8..971c64c 100644 --- a/tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.sh +++ b/tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic.sh index 068c933..af998e0 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 var: null + ┃ ┗━━ 📓 var:  ┗━━ 📂 dynval2 -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.sh index 18f5e96..99aebde 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 vardyn: null + ┃ ┗━━ 📓 vardyn:  ┗━━ 📂 dynval2 -  ┗━━ 📓 vardyn: null +  ┗━━ 📓 vardyn: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.sh index 18f5e96..99aebde 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 vardyn: null + ┃ ┗━━ 📓 vardyn:  ┗━━ 📂 dynval2 -  ┗━━ 📓 vardyn: null +  ┗━━ 📓 vardyn: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.sh index 18f5e96..99aebde 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 vardyn: null + ┃ ┗━━ 📓 vardyn:  ┗━━ 📂 dynval2 -  ┗━━ 📓 vardyn: null +  ┗━━ 📓 vardyn: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_forbidden_char.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_forbidden_char.sh index 9141ebc..7557454 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_forbidden_char.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_forbidden_char.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val.1  ┃ ┗━━ val.2  ┣━━ 📂 dynval_1 diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.sh index 8209d5d..4745df3 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ 1  ┃ ┗━━ 2  ┣━━ 📂 dyn1 diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number_empty.sh index ffcaf11..f375243 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2: null + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.sh index 068c933..af998e0 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 var: null + ┃ ┗━━ 📓 var:  ┗━━ 📂 dynval2 -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.sh index a909e05..86d0926 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 var: null + ┃ ┗━━ 📓 var:  ┗━━ 📂 dynval2 -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_upper_char.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..945747c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_upper_char.sh @@ -0,0 +1,12 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: + ┃ ┣━━ Val1 + ┃ ┗━━ VAL2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.sh index 045b271..54f7787 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_empty.sh index 2fc78e0..371c3b5 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_empty.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_hidden.sh b/tests/results/test_namespace_read_write_secrets/60_0family_hidden.sh index 767078c..a8b80f2 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_hidden.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_hidden.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_mode.sh b/tests/results/test_namespace_read_write_secrets/60_0family_mode.sh index ee913c7..e0cb544 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_mode.sh +++ b/tests/results/test_namespace_read_write_secrets/60_0family_mode.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.sh index 7c79f11..79f9b1f 100644 --- a/tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.sh +++ b/tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dyn1 diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh index 4918f39..8e5b580 100644 --- a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -1,17 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1  ┃ ┗━━ 📂 family - ┃  ┗━━ 📓 var: null + ┃  ┗━━ 📓 var:  ┣━━ 📂 dynval2  ┃ ┗━━ 📂 family - ┃  ┗━━ 📓 var: null - ┗━━ 📓 var2: null + ┃  ┗━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh index e3e359c..0339a36 100644 --- a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index ffcaf11..f375243 100644 --- a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2: null + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh index 725e9ea..cd07ba5 100644 --- a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.sh index 59d56c8..0430b89 100644 --- a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.sh +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh index 88b28cd..89c27cc 100644 --- a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 newvar: null + ┣━━ 📓 var1: + ┗━━ 📓 newvar: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.sh index 0d32c80..bbeebf0 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2 - ┣━━ 📓 var2: null + ┣━━ 📓 var2:  ┣━━ 📂 dynval1  ┃ ┗━━ 📓 vardyn: val  ┗━━ 📂 dynval2 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.sh index ffcaf11..f375243 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2: null + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.sh index dd73cbf..6bed4b7 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 var: null + ┃ ┗━━ 📓 var:  ┣━━ 📂 dynval2 - ┃ ┗━━ 📓 var: null - ┗━━ 📓 var2: null + ┃ ┗━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.sh index 5f1bdb4..31f1581 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.sh index 45f0c57..7c3deb1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 dynval1  ┗━━ 📂 dynval2 -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..cd07ba5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.sh index 725e9ea..cd07ba5 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_2.sh index 725e9ea..cd07ba5 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_2.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_3.sh index 3884db3..705d4aa 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_3.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_3.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var2: null - ┗━━ 📓 var1 : + ┣━━ 📓 var2: + ┗━━ 📓 var1: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh index 5f1bdb4..31f1581 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.sh index dd73cbf..6bed4b7 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 var: null + ┃ ┗━━ 📓 var:  ┣━━ 📂 dynval2 - ┃ ┗━━ 📓 var: null - ┗━━ 📓 var2: null + ┃ ┗━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh index 725e9ea..cd07ba5 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.sh index 3c9e0cf..a2b0753 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 dynval1 -  ┣━━ 📓 var: null +  ┣━━ 📓 var:   ┗━━ 📂 family -   ┗━━ 📓 var: null +   ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.sh index 471fc4b..f38c233 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.sh index af6cec2..955e767 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.sh @@ -1,17 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: val1  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: val2 - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.sh index 4d72d86..24d11a9 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ val1  ┃ ┗━━ val2 - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.sh index d3a18ae..3bf972d 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var2 : - ┗━━ 📓 var : + ┣━━ 📓 var2: + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_1_0.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_1_0.sh index af6cec2..955e767 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_1_0.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_1_0.sh @@ -1,17 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: val1  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: val2 - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.sh index b1ddd66..990a128 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2 : + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.sh index af6cec2..955e767 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.sh @@ -1,17 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: val1  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: val2 - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh index b1ddd66..990a128 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2 : + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh index bf2a9b6..7c26731 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1 @@ -18,6 +16,6 @@ Variables:  ┃ ┃ ┗━━ 📓 var: val1  ┃ ┗━━ 📂 subdyn_val2  ┃  ┗━━ 📓 var: val2 - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh index b1ddd66..990a128 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2 : + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh index c5970b6..c84bff7 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh index ffcaf11..f375243 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : - ┗━━ 📓 var2: null + ┣━━ 📓 var: + ┗━━ 📓 var2: diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.sh index 4e8ca65..bedd16c 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.sh +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.sh index 456cf1c..42008e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.sh +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.sh index ed294db..bb282fc 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.sh +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1  ┃ ┃ ┗━━ tval2  ┃ ┣━━ 📂 dyn_tval1 @@ -21,7 +19,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: val1  ┃  ┗━━ 📓 var_identifiers: val1-tval2  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1   ┃ ┗━━ tval2   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.sh index ed294db..bb282fc 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.sh +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1  ┃ ┃ ┗━━ tval2  ┃ ┣━━ 📂 dyn_tval1 @@ -21,7 +19,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: val1  ┃  ┗━━ 📓 var_identifiers: val1-tval2  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1   ┃ ┗━━ tval2   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.sh index 2c6efb5..bd2f3e1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.sh +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var : + ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty2.sh index 46c6b61..40280d4 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty2.sh +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty2.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 var : + ┃ ┗━━ 📓 var:  ┗━━ 📂 dynval2 -  ┗━━ 📓 var : +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.sh b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.sh index 0465140..e8b0deb 100644 --- a/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.sh +++ b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 rougail -┃ ┗━━ 📓 var : +┃ ┗━━ 📓 var: ┃  ┗━━ a ┗━━ 📂 extra  ┗━━ 📂 dyn_a -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.sh index f005b9f..3d18f2c 100644 --- a/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.sh +++ b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📂 general -┃  ┗━━ 📓 varname : +┃  ┗━━ 📓 varname: ┃   ┗━━ a ┗━━ 📂 extra - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┗━━ a  ┗━━ 📂 dyn_a -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.sh index 57ead28..779eb47 100644 --- a/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.sh +++ b/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var: val2  ┣━━ 📂 dynval1 - ┃ ┗━━ 📓 vardyn: null + ┃ ┗━━ 📓 vardyn:  ┗━━ 📂 dynval2 -  ┗━━ 📓 vardyn: null +  ┗━━ 📓 vardyn: diff --git a/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.sh index 409a85b..9318b91 100644 --- a/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.sh +++ b/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/00_0empty.sh b/tests/results/test_namespace_secrets/00_0empty.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_namespace_secrets/00_0empty.sh +++ b/tests/results/test_namespace_secrets/00_0empty.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_namespace_secrets/00_0version_underscore.sh b/tests/results/test_namespace_secrets/00_0version_underscore.sh index 27c2258..fbc7af9 100644 --- a/tests/results/test_namespace_secrets/00_0version_underscore.sh +++ b/tests/results/test_namespace_secrets/00_0version_underscore.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 version: string1 diff --git a/tests/results/test_namespace_secrets/00_1empty_variable.sh b/tests/results/test_namespace_secrets/00_1empty_variable.sh index 9413de7..31c3a86 100644 --- a/tests/results/test_namespace_secrets/00_1empty_variable.sh +++ b/tests/results/test_namespace_secrets/00_1empty_variable.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 empty: string1 diff --git a/tests/results/test_namespace_secrets/00_2default_calculated.sh b/tests/results/test_namespace_secrets/00_2default_calculated.sh index a835e23..c5ac7ef 100644 --- a/tests/results/test_namespace_secrets/00_2default_calculated.sh +++ b/tests/results/test_namespace_secrets/00_2default_calculated.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/00_2default_calculated_multi.sh b/tests/results/test_namespace_secrets/00_2default_calculated_multi.sh index 9411e95..22a6bc1 100644 --- a/tests/results/test_namespace_secrets/00_2default_calculated_multi.sh +++ b/tests/results/test_namespace_secrets/00_2default_calculated_multi.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1 (no)  ┃ ┣━━ string2 (yes)  ┃ ┗━━ string3 (maybe) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string2)   ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.sh index 2be0a76..23690c8 100644 --- a/tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ domain1.lan  ┃ ┗━━ domain2.lan - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ domain1.lan (domain1.lan)   ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_namespace_secrets/00_4load_subfolder.sh b/tests/results/test_namespace_secrets/00_4load_subfolder.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_secrets/00_4load_subfolder.sh +++ b/tests/results/test_namespace_secrets/00_4load_subfolder.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_secrets/00_5load_notype.sh b/tests/results/test_namespace_secrets/00_5load_notype.sh index 03776cc..3fe99f5 100644 --- a/tests/results/test_namespace_secrets/00_5load_notype.sh +++ b/tests/results/test_namespace_secrets/00_5load_notype.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 without_type: string1 (non) diff --git a/tests/results/test_namespace_secrets/00_6boolean.sh b/tests/results/test_namespace_secrets/00_6boolean.sh index 7bc694e..b2daf40 100644 --- a/tests/results/test_namespace_secrets/00_6boolean.sh +++ b/tests/results/test_namespace_secrets/00_6boolean.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: true (true) diff --git a/tests/results/test_namespace_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_secrets/00_6boolean_no_mandatory.sh index 311b7c7..aed8495 100644 --- a/tests/results/test_namespace_secrets/00_6boolean_no_mandatory.sh +++ b/tests/results/test_namespace_secrets/00_6boolean_no_mandatory.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: true (true) diff --git a/tests/results/test_namespace_secrets/00_6choice.sh b/tests/results/test_namespace_secrets/00_6choice.sh index e96af4d..3abb928 100644 --- a/tests/results/test_namespace_secrets/00_6choice.sh +++ b/tests/results/test_namespace_secrets/00_6choice.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: a  ┣━━ 📓 var2: a  ┣━━ 📓 var3: a - ┣━━ 📓 var4: null + ┣━━ 📓 var4:  ┣━━ 📓 var5: a (a)  ┗━━ 📓 var6: 1 (1) diff --git a/tests/results/test_namespace_secrets/00_6choice_calculation.sh b/tests/results/test_namespace_secrets/00_6choice_calculation.sh index 438fae7..905f1f9 100644 --- a/tests/results/test_namespace_secrets/00_6choice_calculation.sh +++ b/tests/results/test_namespace_secrets/00_6choice_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_namespace_secrets/00_6choice_link.sh b/tests/results/test_namespace_secrets/00_6choice_link.sh index 6991f29..09c53bd 100644 --- a/tests/results/test_namespace_secrets/00_6choice_link.sh +++ b/tests/results/test_namespace_secrets/00_6choice_link.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: a diff --git a/tests/results/test_namespace_secrets/00_6choice_variable.sh b/tests/results/test_namespace_secrets/00_6choice_variable.sh index 95f675c..8c637e1 100644 --- a/tests/results/test_namespace_secrets/00_6choice_variable.sh +++ b/tests/results/test_namespace_secrets/00_6choice_variable.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1 (a)  ┃ ┣━━ string2 (b)  ┃ ┗━━ string3 (c) diff --git a/tests/results/test_namespace_secrets/00_6choice_variable_link.sh b/tests/results/test_namespace_secrets/00_6choice_variable_link.sh index 142b262..824565b 100644 --- a/tests/results/test_namespace_secrets/00_6choice_variable_link.sh +++ b/tests/results/test_namespace_secrets/00_6choice_variable_link.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1 (a)  ┃ ┣━━ string2 (b)  ┃ ┗━━ string3 (c) diff --git a/tests/results/test_namespace_secrets/00_6choice_variable_link2.sh b/tests/results/test_namespace_secrets/00_6choice_variable_link2.sh index 3997402..4b58b1e 100644 --- a/tests/results/test_namespace_secrets/00_6choice_variable_link2.sh +++ b/tests/results/test_namespace_secrets/00_6choice_variable_link2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1 (a)  ┃ ┣━━ string2 (b)  ┃ ┗━━ string3 (c) diff --git a/tests/results/test_namespace_secrets/00_6custom.sh b/tests/results/test_namespace_secrets/00_6custom.sh index 6bd301f..c9fdab2 100644 --- a/tests/results/test_namespace_secrets/00_6custom.sh +++ b/tests/results/test_namespace_secrets/00_6custom.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 custom1: string1 diff --git a/tests/results/test_namespace_secrets/00_6domainname.sh b/tests/results/test_namespace_secrets/00_6domainname.sh index c39818d..28b9351 100644 --- a/tests/results/test_namespace_secrets/00_6domainname.sh +++ b/tests/results/test_namespace_secrets/00_6domainname.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_secrets/00_6domainname_params.sh b/tests/results/test_namespace_secrets/00_6domainname_params.sh index c39818d..28b9351 100644 --- a/tests/results/test_namespace_secrets/00_6domainname_params.sh +++ b/tests/results/test_namespace_secrets/00_6domainname_params.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_secrets/00_6float.sh b/tests/results/test_namespace_secrets/00_6float.sh index 2a6b33c..a48dbe7 100644 --- a/tests/results/test_namespace_secrets/00_6float.sh +++ b/tests/results/test_namespace_secrets/00_6float.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: 1.1 (0.0) diff --git a/tests/results/test_namespace_secrets/00_6number.sh b/tests/results/test_namespace_secrets/00_6number.sh index 775f0a2..cd83ee4 100644 --- a/tests/results/test_namespace_secrets/00_6number.sh +++ b/tests/results/test_namespace_secrets/00_6number.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: 1 (0) diff --git a/tests/results/test_namespace_secrets/00_6port.sh b/tests/results/test_namespace_secrets/00_6port.sh index 2db48f1..4891de3 100644 --- a/tests/results/test_namespace_secrets/00_6port.sh +++ b/tests/results/test_namespace_secrets/00_6port.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 variable1: 80 diff --git a/tests/results/test_namespace_secrets/00_6regexp.sh b/tests/results/test_namespace_secrets/00_6regexp.sh index 825fb2e..b7b63fc 100644 --- a/tests/results/test_namespace_secrets/00_6regexp.sh +++ b/tests/results/test_namespace_secrets/00_6regexp.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_namespace_secrets/00_6regexp_link.sh b/tests/results/test_namespace_secrets/00_6regexp_link.sh index 7962dcb..df79ac1 100644 --- a/tests/results/test_namespace_secrets/00_6regexp_link.sh +++ b/tests/results/test_namespace_secrets/00_6regexp_link.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_namespace_secrets/00_6secret.sh b/tests/results/test_namespace_secrets/00_6secret.sh index 45e3287..5aefb1b 100644 --- a/tests/results/test_namespace_secrets/00_6secret.sh +++ b/tests/results/test_namespace_secrets/00_6secret.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 secret1: ********** diff --git a/tests/results/test_namespace_secrets/00_6secret_param.sh b/tests/results/test_namespace_secrets/00_6secret_param.sh index 5e80749..21741ed 100644 --- a/tests/results/test_namespace_secrets/00_6secret_param.sh +++ b/tests/results/test_namespace_secrets/00_6secret_param.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 secret1: ********** diff --git a/tests/results/test_namespace_secrets/00_6string.sh b/tests/results/test_namespace_secrets/00_6string.sh index 9ee9b1f..c21b822 100644 --- a/tests/results/test_namespace_secrets/00_6string.sh +++ b/tests/results/test_namespace_secrets/00_6string.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_secrets/00_7choice_quote.sh b/tests/results/test_namespace_secrets/00_7choice_quote.sh index 9622afb..ee1b892 100644 --- a/tests/results/test_namespace_secrets/00_7choice_quote.sh +++ b/tests/results/test_namespace_secrets/00_7choice_quote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: quote' (quote') diff --git a/tests/results/test_namespace_secrets/00_7help.sh b/tests/results/test_namespace_secrets/00_7help.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_secrets/00_7help.sh +++ b/tests/results/test_namespace_secrets/00_7help.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_secrets/00_7help_quote.sh b/tests/results/test_namespace_secrets/00_7help_quote.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_secrets/00_7help_quote.sh +++ b/tests/results/test_namespace_secrets/00_7help_quote.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_secrets/00_7help_sup.sh b/tests/results/test_namespace_secrets/00_7help_sup.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_secrets/00_7help_sup.sh +++ b/tests/results/test_namespace_secrets/00_7help_sup.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_secrets/00_7value_doublequote.sh b/tests/results/test_namespace_secrets/00_7value_doublequote.sh index e8ec0b1..f5653a5 100644 --- a/tests/results/test_namespace_secrets/00_7value_doublequote.sh +++ b/tests/results/test_namespace_secrets/00_7value_doublequote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (quote") diff --git a/tests/results/test_namespace_secrets/00_7value_doublequote2.sh b/tests/results/test_namespace_secrets/00_7value_doublequote2.sh index 51ba23a..a66a107 100644 --- a/tests/results/test_namespace_secrets/00_7value_doublequote2.sh +++ b/tests/results/test_namespace_secrets/00_7value_doublequote2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (quote'") diff --git a/tests/results/test_namespace_secrets/00_7value_doublequote3.sh b/tests/results/test_namespace_secrets/00_7value_doublequote3.sh index 666a92a..e3a3199 100644 --- a/tests/results/test_namespace_secrets/00_7value_doublequote3.sh +++ b/tests/results/test_namespace_secrets/00_7value_doublequote3.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (quote\"\') diff --git a/tests/results/test_namespace_secrets/00_7value_quote.sh b/tests/results/test_namespace_secrets/00_7value_quote.sh index cda367b..e5a6b20 100644 --- a/tests/results/test_namespace_secrets/00_7value_quote.sh +++ b/tests/results/test_namespace_secrets/00_7value_quote.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (quote') diff --git a/tests/results/test_namespace_secrets/00_8calculation_information.sh b/tests/results/test_namespace_secrets/00_8calculation_information.sh index c0e9411..006cdeb 100644 --- a/tests/results/test_namespace_secrets/00_8calculation_information.sh +++ b/tests/results/test_namespace_secrets/00_8calculation_information.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_secrets/00_8calculation_namespace.sh b/tests/results/test_namespace_secrets/00_8calculation_namespace.sh index 4688fb8..6656453 100644 --- a/tests/results/test_namespace_secrets/00_8calculation_namespace.sh +++ b/tests/results/test_namespace_secrets/00_8calculation_namespace.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (Rougail) diff --git a/tests/results/test_namespace_secrets/00_8calculation_param_namespace.sh b/tests/results/test_namespace_secrets/00_8calculation_param_namespace.sh index 4688fb8..6656453 100644 --- a/tests/results/test_namespace_secrets/00_8calculation_param_namespace.sh +++ b/tests/results/test_namespace_secrets/00_8calculation_param_namespace.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (Rougail) diff --git a/tests/results/test_namespace_secrets/00_8test.sh b/tests/results/test_namespace_secrets/00_8test.sh index 0b2e0e4..c6d2d89 100644 --- a/tests/results/test_namespace_secrets/00_8test.sh +++ b/tests/results/test_namespace_secrets/00_8test.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: test  ┣━━ 📓 var2: test (value)  ┣━━ 📓 var3: test1 - ┣━━ 📓 var4: null + ┣━━ 📓 var4:  ┣━━ 📓 var5: false (true) - ┗━━ 📓 var6 : + ┗━━ 📓 var6:   ┣━━ test1   ┗━━ test2 diff --git a/tests/results/test_namespace_secrets/00_9choice_variable_multi.sh b/tests/results/test_namespace_secrets/00_9choice_variable_multi.sh index 1aeea67..733f545 100644 --- a/tests/results/test_namespace_secrets/00_9choice_variable_multi.sh +++ b/tests/results/test_namespace_secrets/00_9choice_variable_multi.sh @@ -1,14 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable1 : + ┣━━ 📓 variable1:  ┃ ┣━━ val1  ┃ ┗━━ val2 - ┗━━ 📓 variable2 : + ┗━━ 📓 variable2:   ┣━━ val1   ┗━━ val2 diff --git a/tests/results/test_namespace_secrets/00_9choice_variables.sh b/tests/results/test_namespace_secrets/00_9choice_variables.sh index c0dec63..4d2c333 100644 --- a/tests/results/test_namespace_secrets/00_9choice_variables.sh +++ b/tests/results/test_namespace_secrets/00_9choice_variables.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 source_variable_1: string1 (val1) diff --git a/tests/results/test_namespace_secrets/00_9default_calculation.sh b/tests/results/test_namespace_secrets/00_9default_calculation.sh index 973d755..62e600e 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation.sh +++ b/tests/results/test_namespace_secrets/00_9default_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (string_1_True_None) diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_information.sh b/tests/results/test_namespace_secrets/00_9default_calculation_information.sh index 4518adc..b38645a 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_information.sh +++ b/tests/results/test_namespace_secrets/00_9default_calculation_information.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.sh +++ b/tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.sh index 7056ce5..76157e3 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.sh +++ b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 my_variable: string1 (val1) - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ string1 (string1)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.sh index 7056ce5..76157e3 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.sh +++ b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 my_variable: string1 (val1) - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ string1 (string1)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_optional.sh b/tests/results/test_namespace_secrets/00_9default_calculation_optional.sh index 98cdfd1..902031b 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_optional.sh +++ b/tests/results/test_namespace_secrets/00_9default_calculation_optional.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.sh index 194c5b0..9f4154a 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.sh +++ b/tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 my_variable : + ┣━━ 📓 my_variable:  ┃ ┣━━ string1 (val1)  ┃ ┣━━ string2 (val2)  ┃ ┗━━ string3 - ┗━━ 📓 my_calculated_variable : + ┗━━ 📓 my_calculated_variable:   ┣━━ string1 (string1)   ┣━━ string2 (string2)   ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_secrets/00_9default_calculation_param_optional.sh index 7f477e8..a4f9927 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_param_optional.sh +++ b/tests/results/test_namespace_secrets/00_9default_calculation_param_optional.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (string1) diff --git a/tests/results/test_namespace_secrets/00_9default_information_other_variable.sh b/tests/results/test_namespace_secrets/00_9default_information_other_variable.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_secrets/00_9default_information_other_variable.sh +++ b/tests/results/test_namespace_secrets/00_9default_information_other_variable.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_secrets/00_9default_information_other_variable2.sh b/tests/results/test_namespace_secrets/00_9default_information_other_variable2.sh index 874cc7e..deb0927 100644 --- a/tests/results/test_namespace_secrets/00_9default_information_other_variable2.sh +++ b/tests/results/test_namespace_secrets/00_9default_information_other_variable2.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_secrets/00_9default_integer.sh b/tests/results/test_namespace_secrets/00_9default_integer.sh index 438fae7..905f1f9 100644 --- a/tests/results/test_namespace_secrets/00_9default_integer.sh +++ b/tests/results/test_namespace_secrets/00_9default_integer.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_namespace_secrets/00_9extra.sh b/tests/results/test_namespace_secrets/00_9extra.sh index 8844492..094409b 100644 --- a/tests/results/test_namespace_secrets/00_9extra.sh +++ b/tests/results/test_namespace_secrets/00_9extra.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: string1 (rougail) diff --git a/tests/results/test_namespace_secrets/00_9extra_calculation.sh b/tests/results/test_namespace_secrets/00_9extra_calculation.sh index da8b9d7..067ad10 100644 --- a/tests/results/test_namespace_secrets/00_9extra_calculation.sh +++ b/tests/results/test_namespace_secrets/00_9extra_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: string1 (value) diff --git a/tests/results/test_namespace_secrets/00_9extra_ouside.sh b/tests/results/test_namespace_secrets/00_9extra_ouside.sh index 149de1c..fc793cc 100644 --- a/tests/results/test_namespace_secrets/00_9extra_ouside.sh +++ b/tests/results/test_namespace_secrets/00_9extra_ouside.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📓 variable: string1 (string1) diff --git a/tests/results/test_namespace_secrets/01_6boolean_multi.sh b/tests/results/test_namespace_secrets/01_6boolean_multi.sh index 2f5ec95..3176ca7 100644 --- a/tests/results/test_namespace_secrets/01_6boolean_multi.sh +++ b/tests/results/test_namespace_secrets/01_6boolean_multi.sh @@ -1,24 +1,22 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ true (true) - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┗━━ true (true) - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┗━━ true (true) - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┗━━ true (false) - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┗━━ true (false) - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┗━━ true (false) - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┗━━ true (true) - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┗━━ true (true) diff --git a/tests/results/test_namespace_secrets/01_6custom_multi.sh b/tests/results/test_namespace_secrets/01_6custom_multi.sh index 46e7304..fde9e25 100644 --- a/tests/results/test_namespace_secrets/01_6custom_multi.sh +++ b/tests/results/test_namespace_secrets/01_6custom_multi.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 custom1 : + ┣━━ 📓 custom1:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┗━━ 📓 custom2 : + ┗━━ 📓 custom2:   ┣━━ string1 (value)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_6float_multi.sh b/tests/results/test_namespace_secrets/01_6float_multi.sh index 688b474..f3d430c 100644 --- a/tests/results/test_namespace_secrets/01_6float_multi.sh +++ b/tests/results/test_namespace_secrets/01_6float_multi.sh @@ -1,40 +1,38 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ 1.1 (0.0)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ 1.1 (0.0)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┣━━ 1.1 (0.0)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┣━━ 1.1 (10.1)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┣━━ 1.1 (10.1)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┣━━ 1.1 (10.1)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┣━━ 1.1 (0.0)  ┃ ┣━━ 2.2  ┃ ┗━━ 3.3 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┣━━ 1.1 (0.0)   ┣━━ 2.2   ┗━━ 3.3 diff --git a/tests/results/test_namespace_secrets/01_6number_multi.sh b/tests/results/test_namespace_secrets/01_6number_multi.sh index 2b421cd..5b48e0f 100644 --- a/tests/results/test_namespace_secrets/01_6number_multi.sh +++ b/tests/results/test_namespace_secrets/01_6number_multi.sh @@ -1,40 +1,38 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ 1 (0)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ 1 (0)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┣━━ 1 (0)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┣━━ 1 (10)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┣━━ 1 (10)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┣━━ 1 (10)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┣━━ 1 (0)  ┃ ┣━━ 2  ┃ ┗━━ 3 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┣━━ 1 (0)   ┣━━ 2   ┗━━ 3 diff --git a/tests/results/test_namespace_secrets/01_6string_empty.sh b/tests/results/test_namespace_secrets/01_6string_empty.sh index 48f1f2a..5c9a928 100644 --- a/tests/results/test_namespace_secrets/01_6string_empty.sh +++ b/tests/results/test_namespace_secrets/01_6string_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ string1 (value)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_6string_multi.sh b/tests/results/test_namespace_secrets/01_6string_multi.sh index 152914a..ea288b9 100644 --- a/tests/results/test_namespace_secrets/01_6string_multi.sh +++ b/tests/results/test_namespace_secrets/01_6string_multi.sh @@ -1,40 +1,38 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var3 : + ┣━━ 📓 var3:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var4 : + ┣━━ 📓 var4:  ┃ ┣━━ string1 (value)  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var5 : + ┣━━ 📓 var5:  ┃ ┣━━ string1 (value)  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var6 : + ┣━━ 📓 var6:  ┃ ┣━━ string1 (value)  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┣━━ 📓 var7 : + ┣━━ 📓 var7:  ┃ ┣━━ string1 (value)  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┗━━ 📓 var8 : + ┗━━ 📓 var8:   ┣━━ string1 (value)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_7value_multi_doublequote.sh b/tests/results/test_namespace_secrets/01_7value_multi_doublequote.sh index 8c79959..b3b7bba 100644 --- a/tests/results/test_namespace_secrets/01_7value_multi_doublequote.sh +++ b/tests/results/test_namespace_secrets/01_7value_multi_doublequote.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (quote")   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_secrets/01_7value_multi_doublequote2.sh index 25389f2..a3722c3 100644 --- a/tests/results/test_namespace_secrets/01_7value_multi_doublequote2.sh +++ b/tests/results/test_namespace_secrets/01_7value_multi_doublequote2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (quote'")   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_7value_multi_quote.sh b/tests/results/test_namespace_secrets/01_7value_multi_quote.sh index b98585c..7ffd8d9 100644 --- a/tests/results/test_namespace_secrets/01_7value_multi_quote.sh +++ b/tests/results/test_namespace_secrets/01_7value_multi_quote.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (quote')   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_8calculation_information_multi.sh b/tests/results/test_namespace_secrets/01_8calculation_information_multi.sh index 211be5b..57dcc89 100644 --- a/tests/results/test_namespace_secrets/01_8calculation_information_multi.sh +++ b/tests/results/test_namespace_secrets/01_8calculation_information_multi.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_9choice_variable_multi.sh b/tests/results/test_namespace_secrets/01_9choice_variable_multi.sh index db4ad7f..a2acb64 100644 --- a/tests/results/test_namespace_secrets/01_9choice_variable_multi.sh +++ b/tests/results/test_namespace_secrets/01_9choice_variable_multi.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 variable1 : + ┣━━ 📓 variable1:  ┃ ┣━━ string1 (a)  ┃ ┣━━ string2 (b)  ┃ ┗━━ string3 (c) diff --git a/tests/results/test_namespace_secrets/04_0type_param.sh b/tests/results/test_namespace_secrets/04_0type_param.sh index db96d2f..7b27b3c 100644 --- a/tests/results/test_namespace_secrets/04_0type_param.sh +++ b/tests/results/test_namespace_secrets/04_0type_param.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 int: 1 (10) diff --git a/tests/results/test_namespace_secrets/04_1auto_save.sh b/tests/results/test_namespace_secrets/04_1auto_save.sh index ebc4b68..7cc07c2 100644 --- a/tests/results/test_namespace_secrets/04_1auto_save.sh +++ b/tests/results/test_namespace_secrets/04_1auto_save.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.sh index 38212dd..62be956 100644 --- a/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.sh +++ b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) diff --git a/tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.sh index 3b45977..47485e9 100644 --- a/tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.sh +++ b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) diff --git a/tests/results/test_namespace_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_secrets/04_1auto_save_and_hidden.sh index bb536aa..f5c8f19 100644 --- a/tests/results/test_namespace_secrets/04_1auto_save_and_hidden.sh +++ b/tests/results/test_namespace_secrets/04_1auto_save_and_hidden.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ Unmodifiable variable │ +╰──────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: yes diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden.sh b/tests/results/test_namespace_secrets/04_1default_calculation_hidden.sh index e11e18c..539d830 100644 --- a/tests/results/test_namespace_secrets/04_1default_calculation_hidden.sh +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (value) diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.sh index e11e18c..539d830 100644 --- a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.sh +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (value) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation.sh index f5504fd..8c78537 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation.sh +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_default.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_default.sh index 5d33ea8..c1533cb 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_default.sh +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_default.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_multi.sh index 828221e..1c7a686 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_multi.sh +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_multi.sh @@ -1,17 +1,15 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) - ┣━━ 📓 variable1 : + ┣━━ 📓 variable1:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┗━━ 📓 variable2 : + ┗━━ 📓 variable2:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_optional.sh index b1b78d0..543eca7 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_optional.sh +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_optional.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) - ┣━━ 📓 var1: null + ┣━━ 📓 var1:  ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable.sh index a174541..c1eb5f1 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable.sh +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.sh index f06ac73..0d2ba3f 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.sh +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.sh index 38eb686..fc7dfad 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.sh +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.sh index 5a9387b..bf2350a 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.sh +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi.sh index a174541..c1eb5f1 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi2.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi2.sh index b6dd82b..d2f3807 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi2.sh +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi2.sh @@ -1,16 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 condition : + ┣━━ 📓 condition:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi3.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi3.sh index ce4662b..0d36930 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi3.sh +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi3.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 condition : + ┣━━ 📓 condition:  ┃ ┣━━ string1 (val1)  ┃ ┣━━ string2 (val2)  ┃ ┗━━ string3 - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/04_5hidden_calculation.sh b/tests/results/test_namespace_secrets/04_5hidden_calculation.sh index 7953e0d..b099726 100644 --- a/tests/results/test_namespace_secrets/04_5hidden_calculation.sh +++ b/tests/results/test_namespace_secrets/04_5hidden_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_secrets/04_5hidden_calculation2.sh b/tests/results/test_namespace_secrets/04_5hidden_calculation2.sh index 3ef1c0a..965c5a7 100644 --- a/tests/results/test_namespace_secrets/04_5hidden_calculation2.sh +++ b/tests/results/test_namespace_secrets/04_5hidden_calculation2.sh @@ -1,9 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.sh index 5d33ea8..c1533cb 100644 --- a/tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.sh +++ b/tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_secrets/04_5validators.sh b/tests/results/test_namespace_secrets/04_5validators.sh index 86af547..5f9901f 100644 --- a/tests/results/test_namespace_secrets/04_5validators.sh +++ b/tests/results/test_namespace_secrets/04_5validators.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 int: 1 diff --git a/tests/results/test_namespace_secrets/04_5validators_differ.sh b/tests/results/test_namespace_secrets/04_5validators_differ.sh index 44a37de..a53bb59 100644 --- a/tests/results/test_namespace_secrets/04_5validators_differ.sh +++ b/tests/results/test_namespace_secrets/04_5validators_differ.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: another_value (oui) diff --git a/tests/results/test_namespace_secrets/04_5validators_multi.sh b/tests/results/test_namespace_secrets/04_5validators_multi.sh index a809ef2..33f2509 100644 --- a/tests/results/test_namespace_secrets/04_5validators_multi.sh +++ b/tests/results/test_namespace_secrets/04_5validators_multi.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ string1 (no)   ┣━━ string2 (yes)   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/04_5validators_multi2.sh b/tests/results/test_namespace_secrets/04_5validators_multi2.sh index 3f473dd..6717205 100644 --- a/tests/results/test_namespace_secrets/04_5validators_multi2.sh +++ b/tests/results/test_namespace_secrets/04_5validators_multi2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ val1 (no)   ┗━━ val2 (yes) diff --git a/tests/results/test_namespace_secrets/05_0multi_not_uniq.sh b/tests/results/test_namespace_secrets/05_0multi_not_uniq.sh index af091c9..17b16ee 100644 --- a/tests/results/test_namespace_secrets/05_0multi_not_uniq.sh +++ b/tests/results/test_namespace_secrets/05_0multi_not_uniq.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 var1 : + ┗━━ 📓 var1:   ┣━━ string1 (non)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/05_0multi_uniq.sh b/tests/results/test_namespace_secrets/05_0multi_uniq.sh index 4260e1b..13c4d8a 100644 --- a/tests/results/test_namespace_secrets/05_0multi_uniq.sh +++ b/tests/results/test_namespace_secrets/05_0multi_uniq.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (non)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/12_1auto_save_expert.sh b/tests/results/test_namespace_secrets/12_1auto_save_expert.sh index 73211d0..6c4cbc5 100644 --- a/tests/results/test_namespace_secrets/12_1auto_save_expert.sh +++ b/tests/results/test_namespace_secrets/12_1auto_save_expert.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_secrets/16_0redefine_description.sh b/tests/results/test_namespace_secrets/16_0redefine_description.sh index 4518adc..b38645a 100644 --- a/tests/results/test_namespace_secrets/16_0redefine_description.sh +++ b/tests/results/test_namespace_secrets/16_0redefine_description.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/16_2family_redefine_calculation.sh b/tests/results/test_namespace_secrets/16_2family_redefine_calculation.sh index 5ade45e..a8b80f2 100644 --- a/tests/results/test_namespace_secrets/16_2family_redefine_calculation.sh +++ b/tests/results/test_namespace_secrets/16_2family_redefine_calculation.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/16_2family_redefine_disabled.sh b/tests/results/test_namespace_secrets/16_2family_redefine_disabled.sh index 5ade45e..a8b80f2 100644 --- a/tests/results/test_namespace_secrets/16_2family_redefine_disabled.sh +++ b/tests/results/test_namespace_secrets/16_2family_redefine_disabled.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/16_5exists_nonexists.sh b/tests/results/test_namespace_secrets/16_5exists_nonexists.sh index 5f4d450..792000a 100644 --- a/tests/results/test_namespace_secrets/16_5exists_nonexists.sh +++ b/tests/results/test_namespace_secrets/16_5exists_nonexists.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) diff --git a/tests/results/test_namespace_secrets/16_5exists_redefine.sh b/tests/results/test_namespace_secrets/16_5exists_redefine.sh index 9bf39eb..9d2bdec 100644 --- a/tests/results/test_namespace_secrets/16_5exists_redefine.sh +++ b/tests/results/test_namespace_secrets/16_5exists_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var1: yes diff --git a/tests/results/test_namespace_secrets/16_5redefine_calculation.sh b/tests/results/test_namespace_secrets/16_5redefine_calculation.sh index c447ce5..3ee430c 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_calculation.sh +++ b/tests/results/test_namespace_secrets/16_5redefine_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_namespace_secrets/16_5redefine_choice.sh b/tests/results/test_namespace_secrets/16_5redefine_choice.sh index 18c73bf..69418e1 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_choice.sh +++ b/tests/results/test_namespace_secrets/16_5redefine_choice.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: a diff --git a/tests/results/test_namespace_secrets/16_5redefine_default.sh b/tests/results/test_namespace_secrets/16_5redefine_default.sh index c447ce5..3ee430c 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_default.sh +++ b/tests/results/test_namespace_secrets/16_5redefine_default.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_namespace_secrets/16_5redefine_default_calculation.sh b/tests/results/test_namespace_secrets/16_5redefine_default_calculation.sh index c0e9411..006cdeb 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_default_calculation.sh +++ b/tests/results/test_namespace_secrets/16_5redefine_default_calculation.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_secrets/16_5redefine_family.sh b/tests/results/test_namespace_secrets/16_5redefine_family.sh index b51f3c9..732c68e 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_family.sh +++ b/tests/results/test_namespace_secrets/16_5redefine_family.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_secrets/16_5redefine_help.sh b/tests/results/test_namespace_secrets/16_5redefine_help.sh index b51f3c9..732c68e 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_help.sh +++ b/tests/results/test_namespace_secrets/16_5redefine_help.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_secrets/16_5redefine_hidden.sh b/tests/results/test_namespace_secrets/16_5redefine_hidden.sh index 621ccbd..6cd9f8d 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_hidden.sh +++ b/tests/results/test_namespace_secrets/16_5redefine_hidden.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_secrets/16_5redefine_multi.sh b/tests/results/test_namespace_secrets/16_5redefine_multi.sh index 4260e1b..13c4d8a 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_multi.sh +++ b/tests/results/test_namespace_secrets/16_5redefine_multi.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┗━━ 📓 variable : + ┗━━ 📓 variable:   ┣━━ string1 (non)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.sh index 4e760cd..71ebc58 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.sh +++ b/tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_secrets/16_5test_redefine.sh b/tests/results/test_namespace_secrets/16_5test_redefine.sh index fd45290..d1b49b3 100644 --- a/tests/results/test_namespace_secrets/16_5test_redefine.sh +++ b/tests/results/test_namespace_secrets/16_5test_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: test1 (no) diff --git a/tests/results/test_namespace_secrets/16_6choice_redefine.sh b/tests/results/test_namespace_secrets/16_6choice_redefine.sh index c34542a..c467073 100644 --- a/tests/results/test_namespace_secrets/16_6choice_redefine.sh +++ b/tests/results/test_namespace_secrets/16_6choice_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: a (c) diff --git a/tests/results/test_namespace_secrets/16_6exists_family.sh b/tests/results/test_namespace_secrets/16_6exists_family.sh index 5efe8ae..371c3b5 100644 --- a/tests/results/test_namespace_secrets/16_6exists_family.sh +++ b/tests/results/test_namespace_secrets/16_6exists_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/16_6exists_redefine_family.sh b/tests/results/test_namespace_secrets/16_6exists_redefine_family.sh index 2c69982..17886ba 100644 --- a/tests/results/test_namespace_secrets/16_6exists_redefine_family.sh +++ b/tests/results/test_namespace_secrets/16_6exists_redefine_family.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 family1 diff --git a/tests/results/test_namespace_secrets/16exists_exists.sh b/tests/results/test_namespace_secrets/16exists_exists.sh index 4518adc..b38645a 100644 --- a/tests/results/test_namespace_secrets/16exists_exists.sh +++ b/tests/results/test_namespace_secrets/16exists_exists.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/17_5redefine_leadership.sh b/tests/results/test_namespace_secrets/17_5redefine_leadership.sh index 60c6aae..6c36ac6 100644 --- a/tests/results/test_namespace_secrets/17_5redefine_leadership.sh +++ b/tests/results/test_namespace_secrets/17_5redefine_leadership.sh @@ -1,9 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/20_0empty_family.sh b/tests/results/test_namespace_secrets/20_0empty_family.sh index 5efe8ae..371c3b5 100644 --- a/tests/results/test_namespace_secrets/20_0empty_family.sh +++ b/tests/results/test_namespace_secrets/20_0empty_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/20_0family_append.sh b/tests/results/test_namespace_secrets/20_0family_append.sh index d192a58..c980823 100644 --- a/tests/results/test_namespace_secrets/20_0family_append.sh +++ b/tests/results/test_namespace_secrets/20_0family_append.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_secrets/20_0family_underscore.sh b/tests/results/test_namespace_secrets/20_0family_underscore.sh index 5ade45e..a8b80f2 100644 --- a/tests/results/test_namespace_secrets/20_0family_underscore.sh +++ b/tests/results/test_namespace_secrets/20_0family_underscore.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/20_0multi_family.sh b/tests/results/test_namespace_secrets/20_0multi_family.sh index bee0bd0..fdd7bff 100644 --- a/tests/results/test_namespace_secrets/20_0multi_family.sh +++ b/tests/results/test_namespace_secrets/20_0multi_family.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_secrets/20_0multi_family_basic.sh b/tests/results/test_namespace_secrets/20_0multi_family_basic.sh index bee0bd0..fdd7bff 100644 --- a/tests/results/test_namespace_secrets/20_0multi_family_basic.sh +++ b/tests/results/test_namespace_secrets/20_0multi_family_basic.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_secrets/20_0multi_family_expert.sh b/tests/results/test_namespace_secrets/20_0multi_family_expert.sh index 8f170d1..09345cb 100644 --- a/tests/results/test_namespace_secrets/20_0multi_family_expert.sh +++ b/tests/results/test_namespace_secrets/20_0multi_family_expert.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_secrets/20_0multi_family_order.sh b/tests/results/test_namespace_secrets/20_0multi_family_order.sh index e03de20..bd7a34d 100644 --- a/tests/results/test_namespace_secrets/20_0multi_family_order.sh +++ b/tests/results/test_namespace_secrets/20_0multi_family_order.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_secrets/20_0validators_differ_redefine.sh b/tests/results/test_namespace_secrets/20_0validators_differ_redefine.sh index fc903ac..5d0b7d9 100644 --- a/tests/results/test_namespace_secrets/20_0validators_differ_redefine.sh +++ b/tests/results/test_namespace_secrets/20_0validators_differ_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (no) diff --git a/tests/results/test_namespace_secrets/20_1empty_subfamily.sh b/tests/results/test_namespace_secrets/20_1empty_subfamily.sh index 5efe8ae..371c3b5 100644 --- a/tests/results/test_namespace_secrets/20_1empty_subfamily.sh +++ b/tests/results/test_namespace_secrets/20_1empty_subfamily.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/20_9default_information_parent.sh b/tests/results/test_namespace_secrets/20_9default_information_parent.sh index d192a58..c980823 100644 --- a/tests/results/test_namespace_secrets/20_9default_information_parent.sh +++ b/tests/results/test_namespace_secrets/20_9default_information_parent.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition.sh b/tests/results/test_namespace_secrets/24_0family_hidden_condition.sh index e41a065..bf5973b 100644 --- a/tests/results/test_namespace_secrets/24_0family_hidden_condition.sh +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.sh index 8a8e780..c0d00fc 100644 --- a/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.sh +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true (false) diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.sh index 7da310d..a74eb7c 100644 --- a/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.sh +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.sh index 8d74df3..6caf8f8 100644 --- a/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.sh +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -1,12 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true (true)  ┗━━ 📂 family   ┗━━ 📂 subfamily -   ┗━━ 📓 var1: null +   ┗━━ 📓 var1: diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.sh index da585a8..093a549 100644 --- a/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.sh +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.sh @@ -1,12 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition1: true (false)  ┣━━ 📓 condition2: true (false)  ┗━━ 📂 family -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.sh index 0211d2b..517af55 100644 --- a/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.sh +++ b/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_secrets/24_0family_mandatory_condition.sh b/tests/results/test_namespace_secrets/24_0family_mandatory_condition.sh index 7cac874..154430c 100644 --- a/tests/results/test_namespace_secrets/24_0family_mandatory_condition.sh +++ b/tests/results/test_namespace_secrets/24_0family_mandatory_condition.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.sh index f7e0623..e174ddf 100644 --- a/tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.sh +++ b/tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_secrets/24_7validators_variable_optional.sh b/tests/results/test_namespace_secrets/24_7validators_variable_optional.sh index e746c00..41c7c36 100644 --- a/tests/results/test_namespace_secrets/24_7validators_variable_optional.sh +++ b/tests/results/test_namespace_secrets/24_7validators_variable_optional.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 general diff --git a/tests/results/test_namespace_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_secrets/24_family_disabled_var_hidden.sh index 5ade45e..a8b80f2 100644 --- a/tests/results/test_namespace_secrets/24_family_disabled_var_hidden.sh +++ b/tests/results/test_namespace_secrets/24_family_disabled_var_hidden.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/40_0leadership.sh b/tests/results/test_namespace_secrets/40_0leadership.sh index 5938837..52e735f 100644 --- a/tests/results/test_namespace_secrets/40_0leadership.sh +++ b/tests/results/test_namespace_secrets/40_0leadership.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/40_0leadership_diff_name.sh b/tests/results/test_namespace_secrets/40_0leadership_diff_name.sh index 165e971..3b00e99 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_diff_name.sh +++ b/tests/results/test_namespace_secrets/40_0leadership_diff_name.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_secrets/40_0leadership_empty.sh b/tests/results/test_namespace_secrets/40_0leadership_empty.sh index 5efe8ae..371c3b5 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_empty.sh +++ b/tests/results/test_namespace_secrets/40_0leadership_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.sh index 7bda3a7..c372994 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.sh index e1b3f32..3b121b8 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.sh +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.sh @@ -1,39 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string1 (leader) -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1 (value)   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (value1)   ┃  ┣━━ string2 (value2)   ┃  ┗━━ string3   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string2 -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1 (value)   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (value1)   ┃  ┣━━ string2 (value2)   ┃  ┗━━ string3   ┗━━ 📂 leader    ┣━━ 📓 leader: string3 -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┣━━ string1 (value)    ┃ ┣━━ string2    ┃ ┗━━ string3 -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┣━━ string1 (value1)     ┣━━ string2 (value2)     ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.sh index ec71278..bd48f9f 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.sh +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.sh @@ -1,39 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string1 (leader) -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1 (value)   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (string1)   ┃  ┣━━ string2 (string2)   ┃  ┗━━ string3 (string3)   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string2 -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1 (value)   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (string1)   ┃  ┣━━ string2 (string2)   ┃  ┗━━ string3 (string3)   ┗━━ 📂 leader    ┣━━ 📓 leader: string3 -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┣━━ string1 (value)    ┃ ┣━━ string2    ┃ ┗━━ string3 -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┣━━ string1 (string1)     ┣━━ string2 (string2)     ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_secrets/40_0leadership_follower_default_value.sh index a492069..73e8c74 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_follower_default_value.sh +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_value.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.sh index 0a071c3..30d8d2c 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 general diff --git a/tests/results/test_namespace_secrets/40_1leadership_append_follower.sh b/tests/results/test_namespace_secrets/40_1leadership_append_follower.sh index ecf1747..ca83a88 100644 --- a/tests/results/test_namespace_secrets/40_1leadership_append_follower.sh +++ b/tests/results/test_namespace_secrets/40_1leadership_append_follower.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/40_2leadership_calculation_index.sh b/tests/results/test_namespace_secrets/40_2leadership_calculation_index.sh index a89bc69..ecc6b11 100644 --- a/tests/results/test_namespace_secrets/40_2leadership_calculation_index.sh +++ b/tests/results/test_namespace_secrets/40_2leadership_calculation_index.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.sh index a89bc69..ecc6b11 100644 --- a/tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.sh +++ b/tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_secrets/40_2leadership_leader_calculation.sh index bf56e3b..1b75a70 100644 --- a/tests/results/test_namespace_secrets/40_2leadership_leader_calculation.sh +++ b/tests/results/test_namespace_secrets/40_2leadership_leader_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/40_6leadership_follower_multi.sh b/tests/results/test_namespace_secrets/40_6leadership_follower_multi.sh index f3cd2f2..cab8ae2 100644 --- a/tests/results/test_namespace_secrets/40_6leadership_follower_multi.sh +++ b/tests/results/test_namespace_secrets/40_6leadership_follower_multi.sh @@ -1,39 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leadership   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string1 -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (value)   ┃  ┣━━ string2   ┃  ┗━━ string3   ┣━━ 📂 leader   ┃ ┣━━ 📓 leader: string2 -  ┃ ┣━━ 📓 follower1 : +  ┃ ┣━━ 📓 follower1:   ┃ ┃ ┣━━ string1   ┃ ┃ ┣━━ string2   ┃ ┃ ┗━━ string3 -  ┃ ┗━━ 📓 follower2 : +  ┃ ┗━━ 📓 follower2:   ┃  ┣━━ string1 (value)   ┃  ┣━━ string2   ┃  ┗━━ string3   ┗━━ 📂 leader    ┣━━ 📓 leader: string3 -   ┣━━ 📓 follower1 : +   ┣━━ 📓 follower1:    ┃ ┣━━ string1    ┃ ┣━━ string2    ┃ ┗━━ string3 -   ┗━━ 📓 follower2 : +   ┗━━ 📓 follower2:     ┣━━ string1 (value)     ┣━━ string2     ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/40_8calculation_boolean.sh b/tests/results/test_namespace_secrets/40_8calculation_boolean.sh index bc0d2e5..024bd3c 100644 --- a/tests/results/test_namespace_secrets/40_8calculation_boolean.sh +++ b/tests/results/test_namespace_secrets/40_8calculation_boolean.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 bool: true (false) - ┣━━ 📓 multi1 : + ┣━━ 📓 multi1:  ┃ ┣━━ true (true)  ┃ ┗━━ false - ┗━━ 📓 multi2 : + ┗━━ 📓 multi2:   ┗━━ true (false) diff --git a/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.sh index f5b6f17..7295ea6 100644 --- a/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.sh +++ b/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var1: string1 (yes) diff --git a/tests/results/test_namespace_secrets/40_8calculation_integer.sh b/tests/results/test_namespace_secrets/40_8calculation_integer.sh index 4167981..476dcf3 100644 --- a/tests/results/test_namespace_secrets/40_8calculation_integer.sh +++ b/tests/results/test_namespace_secrets/40_8calculation_integer.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 bool: true (false) diff --git a/tests/results/test_namespace_secrets/40_8calculation_multi_variable.sh b/tests/results/test_namespace_secrets/40_8calculation_multi_variable.sh index c1570e8..cee5ff9 100644 --- a/tests/results/test_namespace_secrets/40_8calculation_multi_variable.sh +++ b/tests/results/test_namespace_secrets/40_8calculation_multi_variable.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ string1 (string1)  ┃ ┣━━ string2 (string1)  ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.sh index 0e84895..24627e0 100644 --- a/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.sh +++ b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var: string1 (no) diff --git a/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.sh index b665414..187cf92 100644 --- a/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.sh +++ b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 fam1 diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-first.sh index 29f5675..eea863e 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-first.sh +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-first.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -19,7 +17,7 @@ Variables:  ┃  ┣━━ 📓 leader: string3  ┃  ┣━━ 📓 follower1: string3 (val11)  ┃  ┗━━ 📓 follower2: string3 (val21) - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ string1 (string1)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-last.sh index 6336a89..6001c7c 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-last.sh +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-last.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -19,7 +17,7 @@ Variables:  ┃  ┣━━ 📓 leader: string3  ┃  ┣━━ 📓 follower1: string3 (val11)  ┃  ┗━━ 📓 follower2: string3 (val21) - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ string1 (string3)   ┣━━ string2   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower.sh b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower.sh index 9cf1b6f..fe9ca1d 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower.sh +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -19,7 +17,7 @@ Variables:  ┃  ┣━━ 📓 leader: string3  ┃  ┣━━ 📓 follower1: string3 (val11)  ┃  ┗━━ 📓 follower2: string3 (val21) - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ string1 (string1)   ┣━━ string2 (string2)   ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-first.sh index 60d8a5c..e31b2b9 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-first.sh +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-first.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-last.sh index 8e1fe3a..a708e31 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-last.sh +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-last.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader.sh b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader.sh index 9cf1b6f..fe9ca1d 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader.sh +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 leader @@ -19,7 +17,7 @@ Variables:  ┃  ┣━━ 📓 leader: string3  ┃  ┣━━ 📓 follower1: string3 (val11)  ┃  ┗━━ 📓 follower2: string3 (val21) - ┗━━ 📓 calculate : + ┗━━ 📓 calculate:   ┣━━ string1 (string1)   ┣━━ string2 (string2)   ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets/41_0choice_leader.sh b/tests/results/test_namespace_secrets/41_0choice_leader.sh index 3bbb879..6555f66 100644 --- a/tests/results/test_namespace_secrets/41_0choice_leader.sh +++ b/tests/results/test_namespace_secrets/41_0choice_leader.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/44_0leadership_hidden.sh b/tests/results/test_namespace_secrets/44_0leadership_hidden.sh index 60c6aae..6c36ac6 100644 --- a/tests/results/test_namespace_secrets/44_0leadership_hidden.sh +++ b/tests/results/test_namespace_secrets/44_0leadership_hidden.sh @@ -1,9 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.sh index 60c6aae..6c36ac6 100644 --- a/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.sh +++ b/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.sh @@ -1,9 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.sh index 60c6aae..6c36ac6 100644 --- a/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.sh @@ -1,9 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable │ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.sh index 0d2cff3..ba7793d 100644 --- a/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.sh +++ b/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_secrets/44_4leadership_mandatory.sh b/tests/results/test_namespace_secrets/44_4leadership_mandatory.sh index bb1fc5b..40c50a2 100644 --- a/tests/results/test_namespace_secrets/44_4leadership_mandatory.sh +++ b/tests/results/test_namespace_secrets/44_4leadership_mandatory.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.sh index 71bea47..75fe437 100644 --- a/tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.sh index 96e34f3..00560bf 100644 --- a/tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.sh +++ b/tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.sh index 117765c..f291e04 100644 --- a/tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.sh index c34ff15..b1298b0 100644 --- a/tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.sh +++ b/tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic.sh b/tests/results/test_namespace_secrets/60_0family_dynamic.sh index 3004f45..75e706c 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.sh index abcf691..ffef1ef 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.sh index 9db0591..84c7bcc 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.sh index abcf691..ffef1ef 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.sh index 9db0591..84c7bcc 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.sh index abcf691..ffef1ef 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.sh index 9db0591..84c7bcc 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_empty.sh index afdbf37..dde053f 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_empty.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_empty.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_forbidden_char.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_forbidden_char.sh index c247e66..5779ced 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_forbidden_char.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_forbidden_char.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val.1 (val.1)  ┃ ┗━━ val.2 (val.2)  ┣━━ 📂 dynval_1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.sh index 6a2b055..c1a57dd 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ 1 (1)  ┃ ┗━━ 2 (2)  ┣━━ 📂 dyn1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number_empty.sh index 17627a9..5c80445 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number_empty.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ 1  ┃ ┗━━ 2  ┣━━ 📂 dyn1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description.sh index 3004f45..75e706c 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_no_description.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.sh index 0501207..f897bfb 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_static.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_static.sh index 71fb99f..0e61d47 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_static.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_static.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_test.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_test.sh index 0501207..f897bfb 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_test.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_test.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_upper_char.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..9521609 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_upper_char.sh @@ -0,0 +1,13 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: + ┃ ┣━━ Val1 (Val1) + ┃ ┗━━ VAL2 (VAL2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.sh index cfea96b..10e50b2 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ string1  ┃ ┣━━ string2  ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.sh index 5d335ee..eca4a27 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.sh index b00c0ad..46231ac 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_0family_empty.sh b/tests/results/test_namespace_secrets/60_0family_empty.sh index 5efe8ae..371c3b5 100644 --- a/tests/results/test_namespace_secrets/60_0family_empty.sh +++ b/tests/results/test_namespace_secrets/60_0family_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Undocumented  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/60_0family_hidden.sh b/tests/results/test_namespace_secrets/60_0family_hidden.sh index 97bb713..c779799 100644 --- a/tests/results/test_namespace_secrets/60_0family_hidden.sh +++ b/tests/results/test_namespace_secrets/60_0family_hidden.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_namespace_secrets/60_0family_mode.sh b/tests/results/test_namespace_secrets/60_0family_mode.sh index d6cf87c..4fe3e1f 100644 --- a/tests/results/test_namespace_secrets/60_0family_mode.sh +++ b/tests/results/test_namespace_secrets/60_0family_mode.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 family diff --git a/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.sh index f5515d6..761009e 100644 --- a/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.sh +++ b/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ string1 (val1)  ┃ ┣━━ string2 (val2)  ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.sh index 54c0a7e..a97a366 100644 --- a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.sh +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh index 99c0aa4..b85bf36 100644 --- a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index 2625e89..92dd457 100644 --- a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh index 2c45496..d299033 100644 --- a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.sh index 3a50720..8bc7bce 100644 --- a/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.sh +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.sh index 29858f6..9d8fccb 100644 --- a/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2.sh index 211d74c..a4bfa95 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc2.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.sh index f1e39b3..4be1564 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.sh index f7d90eb..533d490 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.sh index 270983d..a48751b 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.sh index ed92a05..56dcfed 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.sh index e11f85a..8dcc113 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..24955e4 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,11 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┣━━ 📂 dynval2 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.sh index 1a7c5cf..03c6da8 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_2.sh index df88719..c02b34b 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_2.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┗━━ val1  ┣━━ 📂 dynval1  ┃ ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_3.sh index 944974d..a8babf0 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_3.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_3.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var2: string1 (string1) - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.sh index 270983d..a48751b 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.sh index ed92a05..56dcfed 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.sh index f7d90eb..533d490 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.sh index 1a7c5cf..03c6da8 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var1 : + ┣━━ 📓 var1:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.sh index 28ff5a9..a1ba4f4 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ───────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +╰──────────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📂 dynval1 @@ -11,6 +9,6 @@ Variables:  ┃ ┗━━ 📂 family  ┃  ┗━━ 📓 var: string1  ┗━━ 📂 dynval2 -  ┣━━ 📓 var: null +  ┣━━ 📓 var:   ┗━━ 📂 family -   ┗━━ 📓 var: null +   ┗━━ 📓 var: diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.sh index 4a7fca5..d0bf3bd 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.sh index 6393a4b..df6c31c 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┣━━ val2  ┃ ┣━━ val3 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.sh index 6390d1f..fe8cce5 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.sh @@ -1,19 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.sh index 33ba297..b78896a 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ string1 (string1)  ┃ ┣━━ string2 (string1)  ┃ ┗━━ string3 - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.sh index 706bfd3..9d91a5b 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var2 : + ┣━━ 📓 var2:  ┃ ┣━━ string1 (string1)  ┃ ┣━━ string2 (string1)  ┃ ┗━━ string3 - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_1_0.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_1_0.sh index 6390d1f..fe8cce5 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_1_0.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_1_0.sh @@ -1,19 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.sh index 79a53ed..b404198 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.sh @@ -1,19 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.sh index 6390d1f..fe8cce5 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.sh @@ -1,19 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh index 79a53ed..b404198 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -1,19 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1  ┃ ┗━━ 📓 var: string1 (val1)  ┣━━ 📂 my_dyn_family_val2  ┃ ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh index 7ff8683..820ff0d 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 my_dyn_family_val1 @@ -19,7 +17,7 @@ Variables:  ┃ ┃ ┗━━ 📓 var: string1 (val1)  ┃ ┗━━ 📂 subdyn_val2  ┃  ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh index 2be4b4c..eb2b2e8 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 my_dyn_family_val1 @@ -19,7 +17,7 @@ Variables:  ┃ ┃ ┗━━ 📓 var: string1 (val1)  ┃ ┗━━ 📂 subdyn_val2  ┃  ┗━━ 📓 var: string1 (val2) - ┗━━ 📓 var2 : + ┗━━ 📓 var2:   ┣━━ string1 (string1)   ┣━━ string2 (string1)   ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.sh index f2eb50c..9414246 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh index a0ab071..8abaadb 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_inside.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_inside.sh index 32207f0..172474c 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_inside.sh +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_inside.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.sh index e8ccafe..d1ed853 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.sh +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 val1_dyn diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership.sh index f028040..d41e3d3 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_leadership.sh +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.sh index b2acb4b..ad555d5 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.sh @@ -1,12 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.sh index ccc6b3a..b9fb261 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.sh +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1 (tval1)  ┃ ┃ ┗━━ tval2 (tval2)  ┃ ┣━━ 📂 dyn_tval1 @@ -22,7 +20,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: string1 (val1)  ┃  ┗━━ 📓 var_identifiers: string1 (val1-tval2)  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1 (tval1)   ┃ ┗━━ tval2 (tval2)   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.sh index ccc6b3a..b9fb261 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.sh +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1 (tval1)  ┃ ┃ ┗━━ tval2 (tval2)  ┃ ┣━━ 📂 dyn_tval1 @@ -22,7 +20,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: string1 (val1)  ┃  ┗━━ 📓 var_identifiers: string1 (val1-tval2)  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1 (tval1)   ┃ ┗━━ tval2 (tval2)   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.sh index f3dd5cf..0699b0b 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.sh +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ tval1 (tval1)  ┃ ┃ ┗━━ tval2 (tval2)  ┃ ┣━━ 📂 dyn_tval1 @@ -22,7 +20,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: string1 (val1)  ┃  ┗━━ 📓 var_identifiers: string1 (val1-tval2)  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ tval1 (tval1)   ┃ ┗━━ tval2 (tval2)   ┣━━ 📂 dyn_tval1 diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty2.sh index 5579c67..da7b49d 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty2.sh +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty2.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┣━━ val1 (val1)  ┃ ┗━━ val2 (val2)  ┣━━ 📂 dynval1 - ┃ ┣━━ 📓 var : + ┃ ┣━━ 📓 var:  ┃ ┃ ┣━━ string1  ┃ ┃ ┣━━ string2  ┃ ┃ ┗━━ string3 @@ -27,7 +25,7 @@ Variables:  ┃  ┣━━ 📓 var_identifier: string1 (val1)  ┃  ┗━━ 📓 var_identifiers: string1 (val1-string3)  ┗━━ 📂 dynval2 -  ┣━━ 📓 var : +  ┣━━ 📓 var:   ┃ ┣━━ string1   ┃ ┣━━ string2   ┃ ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_9extra_dynamic.sh b/tests/results/test_namespace_secrets/60_9extra_dynamic.sh index 4559fbe..747b956 100644 --- a/tests/results/test_namespace_secrets/60_9extra_dynamic.sh +++ b/tests/results/test_namespace_secrets/60_9extra_dynamic.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail -┃ ┗━━ 📓 var : +┃ ┗━━ 📓 var: ┃  ┗━━ a (a) ┗━━ 📂 extra  ┗━━ 📂 dyn_a diff --git a/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.sh index ead5b03..8bb16ca 100644 --- a/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.sh +++ b/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.sh @@ -1,18 +1,16 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 rougail ┃ ┗━━ 📂 general -┃  ┗━━ 📓 varname : +┃  ┗━━ 📓 varname: ┃   ┣━━ string1 (a) ┃   ┣━━ string2 ┃   ┗━━ string3 ┗━━ 📂 extra - ┣━━ 📓 var : + ┣━━ 📓 var:  ┃ ┗━━ a (a)  ┗━━ 📂 dyn_a   ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.sh index f593879..7a413cf 100644 --- a/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.sh +++ b/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 rougail  ┣━━ 📓 var: string1 (val2) diff --git a/tests/results/test_namespace_secrets/68_0family_leadership_mode.sh b/tests/results/test_namespace_secrets/68_0family_leadership_mode.sh index 5938837..52e735f 100644 --- a/tests/results/test_namespace_secrets/68_0family_leadership_mode.sh +++ b/tests/results/test_namespace_secrets/68_0family_leadership_mode.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 rougail  ┗━━ 📂 leader diff --git a/tests/results/test_read_write/00_0empty.sh b/tests/results/test_read_write/00_0empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/00_0empty.sh +++ b/tests/results/test_read_write/00_0empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/00_0version_underscore.sh b/tests/results/test_read_write/00_0version_underscore.sh index 52cdafe..e75fa9c 100644 --- a/tests/results/test_read_write/00_0version_underscore.sh +++ b/tests/results/test_read_write/00_0version_underscore.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 version: null +┗━━ 📓 version: diff --git a/tests/results/test_read_write/00_1empty_variable.sh b/tests/results/test_read_write/00_1empty_variable.sh index 299bf27..c0dc42b 100644 --- a/tests/results/test_read_write/00_1empty_variable.sh +++ b/tests/results/test_read_write/00_1empty_variable.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 empty: null +┗━━ 📓 empty: diff --git a/tests/results/test_read_write/00_2default_calculated.sh b/tests/results/test_read_write/00_2default_calculated.sh index ea81b84..9504122 100644 --- a/tests/results/test_read_write/00_2default_calculated.sh +++ b/tests/results/test_read_write/00_2default_calculated.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┗━━ no diff --git a/tests/results/test_read_write/00_2default_calculated_multi.sh b/tests/results/test_read_write/00_2default_calculated_multi.sh index 79f67bc..226c897 100644 --- a/tests/results/test_read_write/00_2default_calculated_multi.sh +++ b/tests/results/test_read_write/00_2default_calculated_multi.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ no ┃ ┣━━ yes ┃ ┗━━ maybe -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┣━━ no  ┣━━ yes  ┗━━ maybe diff --git a/tests/results/test_read_write/00_2default_calculated_variable_transitive.sh b/tests/results/test_read_write/00_2default_calculated_variable_transitive.sh index 8248204..aef2a91 100644 --- a/tests/results/test_read_write/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_read_write/00_2default_calculated_variable_transitive.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : -┗━━ 📓 var2 : +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/00_4load_subfolder.sh b/tests/results/test_read_write/00_4load_subfolder.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write/00_4load_subfolder.sh +++ b/tests/results/test_read_write/00_4load_subfolder.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/00_5load_notype.sh b/tests/results/test_read_write/00_5load_notype.sh index 35da888..c2ddf76 100644 --- a/tests/results/test_read_write/00_5load_notype.sh +++ b/tests/results/test_read_write/00_5load_notype.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 without_type: non diff --git a/tests/results/test_read_write/00_6boolean.sh b/tests/results/test_read_write/00_6boolean.sh index 6805146..16b698e 100644 --- a/tests/results/test_read_write/00_6boolean.sh +++ b/tests/results/test_read_write/00_6boolean.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: true ┣━━ 📓 var2: true diff --git a/tests/results/test_read_write/00_6boolean_no_mandatory.sh b/tests/results/test_read_write/00_6boolean_no_mandatory.sh index 66d2b7d..3528beb 100644 --- a/tests/results/test_read_write/00_6boolean_no_mandatory.sh +++ b/tests/results/test_read_write/00_6boolean_no_mandatory.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: true diff --git a/tests/results/test_read_write/00_6choice.sh b/tests/results/test_read_write/00_6choice.sh index bb6ec9a..3697e52 100644 --- a/tests/results/test_read_write/00_6choice.sh +++ b/tests/results/test_read_write/00_6choice.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┣━━ 📓 var2: null -┣━━ 📓 var3: null -┣━━ 📓 var4: null +┣━━ 📓 var1: +┣━━ 📓 var2: +┣━━ 📓 var3: +┣━━ 📓 var4: ┣━━ 📓 var5: a ┗━━ 📓 var6: 1 diff --git a/tests/results/test_read_write/00_6choice_calculation.sh b/tests/results/test_read_write/00_6choice_calculation.sh index 03c04da..f803327 100644 --- a/tests/results/test_read_write/00_6choice_calculation.sh +++ b/tests/results/test_read_write/00_6choice_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: 9 diff --git a/tests/results/test_read_write/00_6choice_link.sh b/tests/results/test_read_write/00_6choice_link.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write/00_6choice_link.sh +++ b/tests/results/test_read_write/00_6choice_link.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/00_6choice_variable.sh b/tests/results/test_read_write/00_6choice_variable.sh index 235edb0..7c247d7 100644 --- a/tests/results/test_read_write/00_6choice_variable.sh +++ b/tests/results/test_read_write/00_6choice_variable.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ a ┃ ┣━━ b ┃ ┗━━ c diff --git a/tests/results/test_read_write/00_6choice_variable_link.sh b/tests/results/test_read_write/00_6choice_variable_link.sh index 116b941..8c9cfa2 100644 --- a/tests/results/test_read_write/00_6choice_variable_link.sh +++ b/tests/results/test_read_write/00_6choice_variable_link.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ a ┃ ┣━━ b ┃ ┗━━ c diff --git a/tests/results/test_read_write/00_6choice_variable_link2.sh b/tests/results/test_read_write/00_6choice_variable_link2.sh index 0a10fb1..69fc213 100644 --- a/tests/results/test_read_write/00_6choice_variable_link2.sh +++ b/tests/results/test_read_write/00_6choice_variable_link2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ a ┃ ┣━━ b ┃ ┗━━ c diff --git a/tests/results/test_read_write/00_6custom.sh b/tests/results/test_read_write/00_6custom.sh index acf7c86..190faa1 100644 --- a/tests/results/test_read_write/00_6custom.sh +++ b/tests/results/test_read_write/00_6custom.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 custom1: null +┣━━ 📓 custom1: ┗━━ 📓 custom2: value diff --git a/tests/results/test_read_write/00_6domainname.sh b/tests/results/test_read_write/00_6domainname.sh index b67665a..961e076 100644 --- a/tests/results/test_read_write/00_6domainname.sh +++ b/tests/results/test_read_write/00_6domainname.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_read_write/00_6domainname_params.sh b/tests/results/test_read_write/00_6domainname_params.sh index b67665a..961e076 100644 --- a/tests/results/test_read_write/00_6domainname_params.sh +++ b/tests/results/test_read_write/00_6domainname_params.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_read_write/00_6float.sh b/tests/results/test_read_write/00_6float.sh index 5199bcc..f0b9c1d 100644 --- a/tests/results/test_read_write/00_6float.sh +++ b/tests/results/test_read_write/00_6float.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: 0.0 ┣━━ 📓 var2: 0.0 diff --git a/tests/results/test_read_write/00_6number.sh b/tests/results/test_read_write/00_6number.sh index c7c986a..1333f60 100644 --- a/tests/results/test_read_write/00_6number.sh +++ b/tests/results/test_read_write/00_6number.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: 0 ┣━━ 📓 var2: 0 diff --git a/tests/results/test_read_write/00_6port.sh b/tests/results/test_read_write/00_6port.sh index 796d724..8c3a23b 100644 --- a/tests/results/test_read_write/00_6port.sh +++ b/tests/results/test_read_write/00_6port.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 variable1: null +┣━━ 📓 variable1: ┣━━ 📓 variable2: 8080 ┗━━ 📓 variable3: 8080 diff --git a/tests/results/test_read_write/00_6regexp.sh b/tests/results/test_read_write/00_6regexp.sh index cdbcab1..7a40d3d 100644 --- a/tests/results/test_read_write/00_6regexp.sh +++ b/tests/results/test_read_write/00_6regexp.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: #a1a1a1 diff --git a/tests/results/test_read_write/00_6regexp_link.sh b/tests/results/test_read_write/00_6regexp_link.sh index d55607f..ae58199 100644 --- a/tests/results/test_read_write/00_6regexp_link.sh +++ b/tests/results/test_read_write/00_6regexp_link.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: #a1a1a1 ┗━━ 📓 var2: #a1a1a1 diff --git a/tests/results/test_read_write/00_6secret.sh b/tests/results/test_read_write/00_6secret.sh index 67a9dc4..add4f43 100644 --- a/tests/results/test_read_write/00_6secret.sh +++ b/tests/results/test_read_write/00_6secret.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 secret1: null +┣━━ 📓 secret1: ┗━━ 📓 secret2: value diff --git a/tests/results/test_read_write/00_6secret_param.sh b/tests/results/test_read_write/00_6secret_param.sh index 2212239..1d0312e 100644 --- a/tests/results/test_read_write/00_6secret_param.sh +++ b/tests/results/test_read_write/00_6secret_param.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 secret1: null +┣━━ 📓 secret1: ┣━━ 📓 secret2: value ┗━━ 📓 secret3: value diff --git a/tests/results/test_read_write/00_6string.sh b/tests/results/test_read_write/00_6string.sh index 298fccc..20dfe7a 100644 --- a/tests/results/test_read_write/00_6string.sh +++ b/tests/results/test_read_write/00_6string.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┣━━ 📓 var2: null -┣━━ 📓 var3: null +┣━━ 📓 var1: +┣━━ 📓 var2: +┣━━ 📓 var3: ┣━━ 📓 var4: value ┣━━ 📓 var5: value ┗━━ 📓 var6: value diff --git a/tests/results/test_read_write/00_7choice_quote.sh b/tests/results/test_read_write/00_7choice_quote.sh index c8c584b..bb7b67f 100644 --- a/tests/results/test_read_write/00_7choice_quote.sh +++ b/tests/results/test_read_write/00_7choice_quote.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: quote' diff --git a/tests/results/test_read_write/00_7help.sh b/tests/results/test_read_write/00_7help.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write/00_7help.sh +++ b/tests/results/test_read_write/00_7help.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/00_7help_quote.sh b/tests/results/test_read_write/00_7help_quote.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write/00_7help_quote.sh +++ b/tests/results/test_read_write/00_7help_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/00_7help_sup.sh b/tests/results/test_read_write/00_7help_sup.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write/00_7help_sup.sh +++ b/tests/results/test_read_write/00_7help_sup.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/00_7value_doublequote.sh b/tests/results/test_read_write/00_7value_doublequote.sh index aaf6caa..21934c2 100644 --- a/tests/results/test_read_write/00_7value_doublequote.sh +++ b/tests/results/test_read_write/00_7value_doublequote.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: quote" diff --git a/tests/results/test_read_write/00_7value_doublequote2.sh b/tests/results/test_read_write/00_7value_doublequote2.sh index 0e8e8d3..aa8559f 100644 --- a/tests/results/test_read_write/00_7value_doublequote2.sh +++ b/tests/results/test_read_write/00_7value_doublequote2.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: quote'" diff --git a/tests/results/test_read_write/00_7value_doublequote3.sh b/tests/results/test_read_write/00_7value_doublequote3.sh index 4ea0921..ba5d031 100644 --- a/tests/results/test_read_write/00_7value_doublequote3.sh +++ b/tests/results/test_read_write/00_7value_doublequote3.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: quote\"\' diff --git a/tests/results/test_read_write/00_7value_quote.sh b/tests/results/test_read_write/00_7value_quote.sh index acdb9f0..b6b6968 100644 --- a/tests/results/test_read_write/00_7value_quote.sh +++ b/tests/results/test_read_write/00_7value_quote.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: quote' diff --git a/tests/results/test_read_write/00_8calculation_information.sh b/tests/results/test_read_write/00_8calculation_information.sh index caae029..b25888a 100644 --- a/tests/results/test_read_write/00_8calculation_information.sh +++ b/tests/results/test_read_write/00_8calculation_information.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable: null +┗━━ 📓 variable: diff --git a/tests/results/test_read_write/00_8test.sh b/tests/results/test_read_write/00_8test.sh index 49e438a..5544641 100644 --- a/tests/results/test_read_write/00_8test.sh +++ b/tests/results/test_read_write/00_8test.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null +┣━━ 📓 var1: ┣━━ 📓 var2: value -┣━━ 📓 var3: null -┣━━ 📓 var4: null +┣━━ 📓 var3: +┣━━ 📓 var4: ┣━━ 📓 var5: true -┗━━ 📓 var6 : +┗━━ 📓 var6: diff --git a/tests/results/test_read_write/00_9choice_variable_multi.sh b/tests/results/test_read_write/00_9choice_variable_multi.sh index abf5529..4783822 100644 --- a/tests/results/test_read_write/00_9choice_variable_multi.sh +++ b/tests/results/test_read_write/00_9choice_variable_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 variable1 : -┗━━ 📓 variable2 : +┣━━ 📓 variable1: +┗━━ 📓 variable2: diff --git a/tests/results/test_read_write/00_9choice_variables.sh b/tests/results/test_read_write/00_9choice_variables.sh index 6e39835..3b93766 100644 --- a/tests/results/test_read_write/00_9choice_variables.sh +++ b/tests/results/test_read_write/00_9choice_variables.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 source_variable_1: val1 ┣━━ 📓 source_variable_2: val2 diff --git a/tests/results/test_read_write/00_9default_calculation.sh b/tests/results/test_read_write/00_9default_calculation.sh index 1c17dd6..e69bb14 100644 --- a/tests/results/test_read_write/00_9default_calculation.sh +++ b/tests/results/test_read_write/00_9default_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: string_1_True_None diff --git a/tests/results/test_read_write/00_9default_calculation_information.sh b/tests/results/test_read_write/00_9default_calculation_information.sh index e46acca..163d3ff 100644 --- a/tests/results/test_read_write/00_9default_calculation_information.sh +++ b/tests/results/test_read_write/00_9default_calculation_information.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var: null +┗━━ 📓 var: diff --git a/tests/results/test_read_write/00_9default_calculation_information_other_variable.sh b/tests/results/test_read_write/00_9default_calculation_information_other_variable.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write/00_9default_calculation_information_other_variable.sh +++ b/tests/results/test_read_write/00_9default_calculation_information_other_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/00_9default_calculation_multi_optional.sh b/tests/results/test_read_write/00_9default_calculation_multi_optional.sh index eac7e25..e3723a3 100644 --- a/tests/results/test_read_write/00_9default_calculation_multi_optional.sh +++ b/tests/results/test_read_write/00_9default_calculation_multi_optional.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 my_variable: val1 -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┗━━ val1 diff --git a/tests/results/test_read_write/00_9default_calculation_multi_optional2.sh b/tests/results/test_read_write/00_9default_calculation_multi_optional2.sh index eac7e25..e3723a3 100644 --- a/tests/results/test_read_write/00_9default_calculation_multi_optional2.sh +++ b/tests/results/test_read_write/00_9default_calculation_multi_optional2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 my_variable: val1 -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┗━━ val1 diff --git a/tests/results/test_read_write/00_9default_calculation_optional.sh b/tests/results/test_read_write/00_9default_calculation_optional.sh index 416e8d0..9122cb7 100644 --- a/tests/results/test_read_write/00_9default_calculation_optional.sh +++ b/tests/results/test_read_write/00_9default_calculation_optional.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable: diff --git a/tests/results/test_read_write/00_9default_calculation_optional_exists.sh b/tests/results/test_read_write/00_9default_calculation_optional_exists.sh index 7536369..a1527d8 100644 --- a/tests/results/test_read_write/00_9default_calculation_optional_exists.sh +++ b/tests/results/test_read_write/00_9default_calculation_optional_exists.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 my_variable : +┣━━ 📓 my_variable: ┃ ┣━━ val1 ┃ ┗━━ val2 -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ val1  ┗━━ val2 diff --git a/tests/results/test_read_write/00_9default_calculation_param_optional.sh b/tests/results/test_read_write/00_9default_calculation_param_optional.sh index 95b4d3c..b9bf74c 100644 --- a/tests/results/test_read_write/00_9default_calculation_param_optional.sh +++ b/tests/results/test_read_write/00_9default_calculation_param_optional.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no ┗━━ 📓 var2: no diff --git a/tests/results/test_read_write/00_9default_information_other_variable.sh b/tests/results/test_read_write/00_9default_information_other_variable.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write/00_9default_information_other_variable.sh +++ b/tests/results/test_read_write/00_9default_information_other_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/00_9default_information_other_variable2.sh b/tests/results/test_read_write/00_9default_information_other_variable2.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write/00_9default_information_other_variable2.sh +++ b/tests/results/test_read_write/00_9default_information_other_variable2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/00_9default_integer.sh b/tests/results/test_read_write/00_9default_integer.sh index 03c04da..f803327 100644 --- a/tests/results/test_read_write/00_9default_integer.sh +++ b/tests/results/test_read_write/00_9default_integer.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: 9 diff --git a/tests/results/test_read_write/01_6boolean_multi.sh b/tests/results/test_read_write/01_6boolean_multi.sh index 2efa842..7ab3d98 100644 --- a/tests/results/test_read_write/01_6boolean_multi.sh +++ b/tests/results/test_read_write/01_6boolean_multi.sh @@ -1,22 +1,20 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┗━━ true -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┗━━ true -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┗━━ true -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┗━━ false -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ false -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ false -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ true -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ true diff --git a/tests/results/test_read_write/01_6custom_multi.sh b/tests/results/test_read_write/01_6custom_multi.sh index 65d524e..44795a9 100644 --- a/tests/results/test_read_write/01_6custom_multi.sh +++ b/tests/results/test_read_write/01_6custom_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 custom1 : -┗━━ 📓 custom2 : +┣━━ 📓 custom1: +┗━━ 📓 custom2:  ┗━━ value diff --git a/tests/results/test_read_write/01_6float_multi.sh b/tests/results/test_read_write/01_6float_multi.sh index 4e5008a..ff17b16 100644 --- a/tests/results/test_read_write/01_6float_multi.sh +++ b/tests/results/test_read_write/01_6float_multi.sh @@ -1,22 +1,20 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┗━━ 0.0 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┗━━ 0.0 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┗━━ 0.0 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┗━━ 10.1 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ 10.1 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ 10.1 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ 0.0 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ 0.0 diff --git a/tests/results/test_read_write/01_6number_multi.sh b/tests/results/test_read_write/01_6number_multi.sh index 7dee2a9..3a49a55 100644 --- a/tests/results/test_read_write/01_6number_multi.sh +++ b/tests/results/test_read_write/01_6number_multi.sh @@ -1,22 +1,20 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┗━━ 0 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┗━━ 0 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┗━━ 0 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┗━━ 10 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ 10 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ 10 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ 0 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ 0 diff --git a/tests/results/test_read_write/01_6string_empty.sh b/tests/results/test_read_write/01_6string_empty.sh index e1cc3d9..90c6723 100644 --- a/tests/results/test_read_write/01_6string_empty.sh +++ b/tests/results/test_read_write/01_6string_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ value - ┗━━ null + ┗━━  diff --git a/tests/results/test_read_write/01_6string_multi.sh b/tests/results/test_read_write/01_6string_multi.sh index 957bdb6..08751b5 100644 --- a/tests/results/test_read_write/01_6string_multi.sh +++ b/tests/results/test_read_write/01_6string_multi.sh @@ -1,19 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : -┣━━ 📓 var2 : -┣━━ 📓 var3 : -┣━━ 📓 var4 : +┣━━ 📓 var1: +┣━━ 📓 var2: +┣━━ 📓 var3: +┣━━ 📓 var4: ┃ ┗━━ value -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ value -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ value -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ value -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ value diff --git a/tests/results/test_read_write/01_7value_multi_doublequote.sh b/tests/results/test_read_write/01_7value_multi_doublequote.sh index 809894f..10d3230 100644 --- a/tests/results/test_read_write/01_7value_multi_doublequote.sh +++ b/tests/results/test_read_write/01_7value_multi_doublequote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ quote" diff --git a/tests/results/test_read_write/01_7value_multi_doublequote2.sh b/tests/results/test_read_write/01_7value_multi_doublequote2.sh index 30de023..8231d75 100644 --- a/tests/results/test_read_write/01_7value_multi_doublequote2.sh +++ b/tests/results/test_read_write/01_7value_multi_doublequote2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ quote'" diff --git a/tests/results/test_read_write/01_7value_multi_quote.sh b/tests/results/test_read_write/01_7value_multi_quote.sh index 50f342f..4cd4a8d 100644 --- a/tests/results/test_read_write/01_7value_multi_quote.sh +++ b/tests/results/test_read_write/01_7value_multi_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ quote' diff --git a/tests/results/test_read_write/01_8calculation_information_multi.sh b/tests/results/test_read_write/01_8calculation_information_multi.sh index de4bc3b..14f0534 100644 --- a/tests/results/test_read_write/01_8calculation_information_multi.sh +++ b/tests/results/test_read_write/01_8calculation_information_multi.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable: diff --git a/tests/results/test_read_write/01_9choice_variable_multi.sh b/tests/results/test_read_write/01_9choice_variable_multi.sh index 7d1c77f..9683651 100644 --- a/tests/results/test_read_write/01_9choice_variable_multi.sh +++ b/tests/results/test_read_write/01_9choice_variable_multi.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 variable1 : +┣━━ 📓 variable1: ┃ ┣━━ a ┃ ┣━━ b ┃ ┗━━ c -┗━━ 📓 variable2: null +┗━━ 📓 variable2: diff --git a/tests/results/test_read_write/04_0type_param.sh b/tests/results/test_read_write/04_0type_param.sh index 05d7c5a..742ecbb 100644 --- a/tests/results/test_read_write/04_0type_param.sh +++ b/tests/results/test_read_write/04_0type_param.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 int: 10 diff --git a/tests/results/test_read_write/04_1auto_save.sh b/tests/results/test_read_write/04_1auto_save.sh index 4790bac..f792567 100644 --- a/tests/results/test_read_write/04_1auto_save.sh +++ b/tests/results/test_read_write/04_1auto_save.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: no diff --git a/tests/results/test_read_write/04_1auto_save_and_calculated.sh b/tests/results/test_read_write/04_1auto_save_and_calculated.sh index bc7be55..9565737 100644 --- a/tests/results/test_read_write/04_1auto_save_and_calculated.sh +++ b/tests/results/test_read_write/04_1auto_save_and_calculated.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: no ┗━━ 📓 var2: no diff --git a/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.sh index ac49fef..b830324 100644 --- a/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.sh +++ b/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: no ┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write/04_1auto_save_and_hidden.sh b/tests/results/test_read_write/04_1auto_save_and_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/04_1auto_save_and_hidden.sh +++ b/tests/results/test_read_write/04_1auto_save_and_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/04_1default_calculation_hidden.sh b/tests/results/test_read_write/04_1default_calculation_hidden.sh index b5dc101..e266322 100644 --- a/tests/results/test_read_write/04_1default_calculation_hidden.sh +++ b/tests/results/test_read_write/04_1default_calculation_hidden.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: value ┗━━ 📓 var3: value diff --git a/tests/results/test_read_write/04_1default_calculation_hidden_2.sh b/tests/results/test_read_write/04_1default_calculation_hidden_2.sh index b5dc101..e266322 100644 --- a/tests/results/test_read_write/04_1default_calculation_hidden_2.sh +++ b/tests/results/test_read_write/04_1default_calculation_hidden_2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: value ┗━━ 📓 var3: value diff --git a/tests/results/test_read_write/04_5disabled_calculation_optional.sh b/tests/results/test_read_write/04_5disabled_calculation_optional.sh index 29461f3..5fc8159 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_optional.sh +++ b/tests/results/test_read_write/04_5disabled_calculation_optional.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: no diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable.sh b/tests/results/test_read_write/04_5disabled_calculation_variable.sh index cc821db..e896114 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable.sh +++ b/tests/results/test_read_write/04_5disabled_calculation_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: false -┗━━ 📓 variable: null +┗━━ 📓 variable: diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable2.sh b/tests/results/test_read_write/04_5disabled_calculation_variable2.sh index 2a451c3..26d0851 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable2.sh +++ b/tests/results/test_read_write/04_5disabled_calculation_variable2.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: true diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable3.sh b/tests/results/test_read_write/04_5disabled_calculation_variable3.sh index b78ef57..a9681a3 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable3.sh +++ b/tests/results/test_read_write/04_5disabled_calculation_variable3.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: yes diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable4.sh b/tests/results/test_read_write/04_5disabled_calculation_variable4.sh index 0434808..be64e4e 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable4.sh +++ b/tests/results/test_read_write/04_5disabled_calculation_variable4.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: yes -┗━━ 📓 variable: null +┗━━ 📓 variable: diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable_multi.sh b/tests/results/test_read_write/04_5disabled_calculation_variable_multi.sh index eb9f637..c2eb1a1 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_read_write/04_5disabled_calculation_variable_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: false -┗━━ 📓 variable : +┗━━ 📓 variable: diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable_multi2.sh b/tests/results/test_read_write/04_5disabled_calculation_variable_multi2.sh index 8475cf9..45bf532 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable_multi2.sh +++ b/tests/results/test_read_write/04_5disabled_calculation_variable_multi2.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 condition : +┗━━ 📓 condition: diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable_multi3.sh b/tests/results/test_read_write/04_5disabled_calculation_variable_multi3.sh index 2c3ea0c..fcdef6b 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable_multi3.sh +++ b/tests/results/test_read_write/04_5disabled_calculation_variable_multi3.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 condition : +┣━━ 📓 condition: ┃ ┣━━ val1 ┃ ┗━━ val2 -┗━━ 📓 variable : +┗━━ 📓 variable: diff --git a/tests/results/test_read_write/04_5validators.sh b/tests/results/test_read_write/04_5validators.sh index 27abddf..6b07faa 100644 --- a/tests/results/test_read_write/04_5validators.sh +++ b/tests/results/test_read_write/04_5validators.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 int: null +┗━━ 📓 int: diff --git a/tests/results/test_read_write/04_5validators_differ.sh b/tests/results/test_read_write/04_5validators_differ.sh index ab2871f..a5b8510 100644 --- a/tests/results/test_read_write/04_5validators_differ.sh +++ b/tests/results/test_read_write/04_5validators_differ.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: oui ┗━━ 📓 var2: no diff --git a/tests/results/test_read_write/04_5validators_multi.sh b/tests/results/test_read_write/04_5validators_multi.sh index 6974930..6a793d7 100644 --- a/tests/results/test_read_write/04_5validators_multi.sh +++ b/tests/results/test_read_write/04_5validators_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ no  ┗━━ yes diff --git a/tests/results/test_read_write/04_5validators_multi2.sh b/tests/results/test_read_write/04_5validators_multi2.sh index 6974930..6a793d7 100644 --- a/tests/results/test_read_write/04_5validators_multi2.sh +++ b/tests/results/test_read_write/04_5validators_multi2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ no  ┗━━ yes diff --git a/tests/results/test_read_write/05_0multi_not_uniq.sh b/tests/results/test_read_write/05_0multi_not_uniq.sh index 02a01a7..07303bc 100644 --- a/tests/results/test_read_write/05_0multi_not_uniq.sh +++ b/tests/results/test_read_write/05_0multi_not_uniq.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┗━━ non diff --git a/tests/results/test_read_write/05_0multi_uniq.sh b/tests/results/test_read_write/05_0multi_uniq.sh index 3ba1b77..9174c59 100644 --- a/tests/results/test_read_write/05_0multi_uniq.sh +++ b/tests/results/test_read_write/05_0multi_uniq.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ non diff --git a/tests/results/test_read_write/12_1auto_save_expert.sh b/tests/results/test_read_write/12_1auto_save_expert.sh index 66cfc84..7319d4b 100644 --- a/tests/results/test_read_write/12_1auto_save_expert.sh +++ b/tests/results/test_read_write/12_1auto_save_expert.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented but modified variable Modified value │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📓 var: no diff --git a/tests/results/test_read_write/16_0redefine_description.sh b/tests/results/test_read_write/16_0redefine_description.sh index e46acca..163d3ff 100644 --- a/tests/results/test_read_write/16_0redefine_description.sh +++ b/tests/results/test_read_write/16_0redefine_description.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var: null +┗━━ 📓 var: diff --git a/tests/results/test_read_write/16_2family_redefine_calculation.sh b/tests/results/test_read_write/16_2family_redefine_calculation.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/16_2family_redefine_calculation.sh +++ b/tests/results/test_read_write/16_2family_redefine_calculation.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/16_2family_redefine_disabled.sh b/tests/results/test_read_write/16_2family_redefine_disabled.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/16_2family_redefine_disabled.sh +++ b/tests/results/test_read_write/16_2family_redefine_disabled.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/16_5exists_nonexists.sh b/tests/results/test_read_write/16_5exists_nonexists.sh index 426d276..5965b0e 100644 --- a/tests/results/test_read_write/16_5exists_nonexists.sh +++ b/tests/results/test_read_write/16_5exists_nonexists.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no ┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write/16_5exists_redefine.sh b/tests/results/test_read_write/16_5exists_redefine.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/16_5exists_redefine.sh +++ b/tests/results/test_read_write/16_5exists_redefine.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/16_5redefine_calculation.sh b/tests/results/test_read_write/16_5redefine_calculation.sh index 06e4220..b61d4da 100644 --- a/tests/results/test_read_write/16_5redefine_calculation.sh +++ b/tests/results/test_read_write/16_5redefine_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: yes diff --git a/tests/results/test_read_write/16_5redefine_choice.sh b/tests/results/test_read_write/16_5redefine_choice.sh index caae029..b25888a 100644 --- a/tests/results/test_read_write/16_5redefine_choice.sh +++ b/tests/results/test_read_write/16_5redefine_choice.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable: null +┗━━ 📓 variable: diff --git a/tests/results/test_read_write/16_5redefine_default.sh b/tests/results/test_read_write/16_5redefine_default.sh index 06e4220..b61d4da 100644 --- a/tests/results/test_read_write/16_5redefine_default.sh +++ b/tests/results/test_read_write/16_5redefine_default.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: yes diff --git a/tests/results/test_read_write/16_5redefine_default_calculation.sh b/tests/results/test_read_write/16_5redefine_default_calculation.sh index caae029..b25888a 100644 --- a/tests/results/test_read_write/16_5redefine_default_calculation.sh +++ b/tests/results/test_read_write/16_5redefine_default_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable: null +┗━━ 📓 variable: diff --git a/tests/results/test_read_write/16_5redefine_family.sh b/tests/results/test_read_write/16_5redefine_family.sh index 4f92ae6..f9e6760 100644 --- a/tests/results/test_read_write/16_5redefine_family.sh +++ b/tests/results/test_read_write/16_5redefine_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_read_write/16_5redefine_help.sh b/tests/results/test_read_write/16_5redefine_help.sh index 4f92ae6..f9e6760 100644 --- a/tests/results/test_read_write/16_5redefine_help.sh +++ b/tests/results/test_read_write/16_5redefine_help.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_read_write/16_5redefine_hidden.sh b/tests/results/test_read_write/16_5redefine_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/16_5redefine_hidden.sh +++ b/tests/results/test_read_write/16_5redefine_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/16_5redefine_multi.sh b/tests/results/test_read_write/16_5redefine_multi.sh index 3ba1b77..9174c59 100644 --- a/tests/results/test_read_write/16_5redefine_multi.sh +++ b/tests/results/test_read_write/16_5redefine_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ non diff --git a/tests/results/test_read_write/16_5redefine_remove_disable_calculation.sh b/tests/results/test_read_write/16_5redefine_remove_disable_calculation.sh index c9ca114..ac3324c 100644 --- a/tests/results/test_read_write/16_5redefine_remove_disable_calculation.sh +++ b/tests/results/test_read_write/16_5redefine_remove_disable_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: no -┗━━ 📓 variable: null +┗━━ 📓 variable: diff --git a/tests/results/test_read_write/16_5test_redefine.sh b/tests/results/test_read_write/16_5test_redefine.sh index e1ebfd4..0ab7282 100644 --- a/tests/results/test_read_write/16_5test_redefine.sh +++ b/tests/results/test_read_write/16_5test_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no ┣━━ 📓 var2: non -┗━━ 📓 var3: null +┗━━ 📓 var3: diff --git a/tests/results/test_read_write/16_6choice_redefine.sh b/tests/results/test_read_write/16_6choice_redefine.sh index f4ac3c9..16d46a2 100644 --- a/tests/results/test_read_write/16_6choice_redefine.sh +++ b/tests/results/test_read_write/16_6choice_redefine.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: c diff --git a/tests/results/test_read_write/16_6exists_family.sh b/tests/results/test_read_write/16_6exists_family.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/16_6exists_family.sh +++ b/tests/results/test_read_write/16_6exists_family.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/16_6exists_redefine_family.sh b/tests/results/test_read_write/16_6exists_redefine_family.sh index f10a9e0..cfcb2ed 100644 --- a/tests/results/test_read_write/16_6exists_redefine_family.sh +++ b/tests/results/test_read_write/16_6exists_redefine_family.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 family1 -┃ ┗━━ 📓 variable1: null +┃ ┗━━ 📓 variable1: ┗━━ 📂 family2 - ┗━━ 📓 variable2: null + ┗━━ 📓 variable2: diff --git a/tests/results/test_read_write/16exists_exists.sh b/tests/results/test_read_write/16exists_exists.sh index e46acca..163d3ff 100644 --- a/tests/results/test_read_write/16exists_exists.sh +++ b/tests/results/test_read_write/16exists_exists.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var: null +┗━━ 📓 var: diff --git a/tests/results/test_read_write/17_5redefine_leadership.sh b/tests/results/test_read_write/17_5redefine_leadership.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/17_5redefine_leadership.sh +++ b/tests/results/test_read_write/17_5redefine_leadership.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/20_0empty_family.sh b/tests/results/test_read_write/20_0empty_family.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/20_0empty_family.sh +++ b/tests/results/test_read_write/20_0empty_family.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/20_0family_append.sh b/tests/results/test_read_write/20_0family_append.sh index c604327..7adc077 100644 --- a/tests/results/test_read_write/20_0family_append.sh +++ b/tests/results/test_read_write/20_0family_append.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_read_write/20_0family_underscore.sh b/tests/results/test_read_write/20_0family_underscore.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/20_0family_underscore.sh +++ b/tests/results/test_read_write/20_0family_underscore.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/20_0multi_family.sh b/tests/results/test_read_write/20_0multi_family.sh index f1a2fba..e2f799e 100644 --- a/tests/results/test_read_write/20_0multi_family.sh +++ b/tests/results/test_read_write/20_0multi_family.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_read_write/20_0multi_family_basic.sh b/tests/results/test_read_write/20_0multi_family_basic.sh index f1a2fba..e2f799e 100644 --- a/tests/results/test_read_write/20_0multi_family_basic.sh +++ b/tests/results/test_read_write/20_0multi_family_basic.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_read_write/20_0multi_family_expert.sh b/tests/results/test_read_write/20_0multi_family_expert.sh index 969cf95..93ad5c1 100644 --- a/tests/results/test_read_write/20_0multi_family_expert.sh +++ b/tests/results/test_read_write/20_0multi_family_expert.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Undocumented variable Default value │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_read_write/20_0multi_family_order.sh b/tests/results/test_read_write/20_0multi_family_order.sh index 80e09fb..15d42db 100644 --- a/tests/results/test_read_write/20_0multi_family_order.sh +++ b/tests/results/test_read_write/20_0multi_family_order.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 variable: null +┣━━ 📓 variable: ┗━━ 📂 family - ┣━━ 📓 variable1: null + ┣━━ 📓 variable1:  ┣━━ 📂 subfamily - ┃ ┗━━ 📓 variable: null - ┗━━ 📓 variable2: null + ┃ ┗━━ 📓 variable: + ┗━━ 📓 variable2: diff --git a/tests/results/test_read_write/20_0validators_differ_redefine.sh b/tests/results/test_read_write/20_0validators_differ_redefine.sh index bd7ecf0..5f44ddc 100644 --- a/tests/results/test_read_write/20_0validators_differ_redefine.sh +++ b/tests/results/test_read_write/20_0validators_differ_redefine.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no ┣━━ 📓 var2: no diff --git a/tests/results/test_read_write/20_1empty_subfamily.sh b/tests/results/test_read_write/20_1empty_subfamily.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/20_1empty_subfamily.sh +++ b/tests/results/test_read_write/20_1empty_subfamily.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/20_9default_information_parent.sh b/tests/results/test_read_write/20_9default_information_parent.sh index c604327..7adc077 100644 --- a/tests/results/test_read_write/20_9default_information_parent.sh +++ b/tests/results/test_read_write/20_9default_information_parent.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_read_write/20_9family_absolute.sh b/tests/results/test_read_write/20_9family_absolute.sh index de0526b..31072e1 100644 --- a/tests/results/test_read_write/20_9family_absolute.sh +++ b/tests/results/test_read_write/20_9family_absolute.sh @@ -1,21 +1,19 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null +┣━━ 📓 var1: ┣━━ 📂 family -┃ ┣━━ 📓 var2: null +┃ ┣━━ 📓 var2: ┃ ┗━━ 📂 subfamily -┃  ┗━━ 📓 variable : -┃   ┣━━ null -┃   ┗━━ null +┃  ┗━━ 📓 variable: +┃   ┣━━  +┃   ┗━━  ┗━━ 📂 family2 - ┣━━ 📓 var2: null + ┣━━ 📓 var2:  ┣━━ 📓 var3: string4  ┗━━ 📂 subfamily -  ┗━━ 📓 variable : -   ┣━━ null -   ┣━━ null +  ┗━━ 📓 variable: +   ┣━━  +   ┣━━     ┗━━ string4 diff --git a/tests/results/test_read_write/24_0family_hidden_condition_sub_family.sh b/tests/results/test_read_write/24_0family_hidden_condition_sub_family.sh index 523c07d..cfce95a 100644 --- a/tests/results/test_read_write/24_0family_hidden_condition_sub_family.sh +++ b/tests/results/test_read_write/24_0family_hidden_condition_sub_family.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: no ┗━━ 📂 family  ┗━━ 📂 subfamily -  ┗━━ 📓 var1: null +  ┗━━ 📓 var1: diff --git a/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.sh index 2a451c3..26d0851 100644 --- a/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.sh +++ b/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: true diff --git a/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.sh index 0185d8a..3228e1c 100644 --- a/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.sh +++ b/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: no ┗━━ 📂 family  ┗━━ 📂 sub_family -  ┗━━ 📓 var1: null +  ┗━━ 📓 var1: diff --git a/tests/results/test_read_write/24_0family_mandatory_condition.sh b/tests/results/test_read_write/24_0family_mandatory_condition.sh index a34c17a..855084b 100644 --- a/tests/results/test_read_write/24_0family_mandatory_condition.sh +++ b/tests/results/test_read_write/24_0family_mandatory_condition.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: no -┗━━ 📓 var: null +┗━━ 📓 var: diff --git a/tests/results/test_read_write/24_0family_mandatory_condition_variable.sh b/tests/results/test_read_write/24_0family_mandatory_condition_variable.sh index 1f3055b..f8bcaee 100644 --- a/tests/results/test_read_write/24_0family_mandatory_condition_variable.sh +++ b/tests/results/test_read_write/24_0family_mandatory_condition_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: true -┗━━ 📓 var: null +┗━━ 📓 var: diff --git a/tests/results/test_read_write/24_7validators_variable_optional.sh b/tests/results/test_read_write/24_7validators_variable_optional.sh index ba6b947..4e54b7f 100644 --- a/tests/results/test_read_write/24_7validators_variable_optional.sh +++ b/tests/results/test_read_write/24_7validators_variable_optional.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 general - ┣━━ 📓 int: null + ┣━━ 📓 int:  ┗━━ 📓 int2: 1 diff --git a/tests/results/test_read_write/24_family_disabled_var_hidden.sh b/tests/results/test_read_write/24_family_disabled_var_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/24_family_disabled_var_hidden.sh +++ b/tests/results/test_read_write/24_family_disabled_var_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/40_0leadership.sh b/tests/results/test_read_write/40_0leadership.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write/40_0leadership.sh +++ b/tests/results/test_read_write/40_0leadership.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write/40_0leadership_diff_name.sh b/tests/results/test_read_write/40_0leadership_diff_name.sh index f0c5faa..89dd30e 100644 --- a/tests/results/test_read_write/40_0leadership_diff_name.sh +++ b/tests/results/test_read_write/40_0leadership_diff_name.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leadership diff --git a/tests/results/test_read_write/40_0leadership_empty.sh b/tests/results/test_read_write/40_0leadership_empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/40_0leadership_empty.sh +++ b/tests/results/test_read_write/40_0leadership_empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/40_0leadership_follower_default_calculation.sh b/tests/results/test_read_write/40_0leadership_follower_default_calculation.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_read_write/40_0leadership_follower_default_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write/40_0leadership_follower_default_value.sh b/tests/results/test_read_write/40_0leadership_follower_default_value.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write/40_0leadership_follower_default_value.sh +++ b/tests/results/test_read_write/40_0leadership_follower_default_value.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write/40_0leadership_leader_not_multi.sh b/tests/results/test_read_write/40_0leadership_leader_not_multi.sh index bbd6942..3b095bf 100644 --- a/tests/results/test_read_write/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_read_write/40_0leadership_leader_not_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 general ┃ ┗━━ 📓 mode_conteneur_actif: non diff --git a/tests/results/test_read_write/40_1leadership_append_follower.sh b/tests/results/test_read_write/40_1leadership_append_follower.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write/40_1leadership_append_follower.sh +++ b/tests/results/test_read_write/40_1leadership_append_follower.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write/40_6leadership_follower_multi.sh b/tests/results/test_read_write/40_6leadership_follower_multi.sh index f0c5faa..89dd30e 100644 --- a/tests/results/test_read_write/40_6leadership_follower_multi.sh +++ b/tests/results/test_read_write/40_6leadership_follower_multi.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leadership diff --git a/tests/results/test_read_write/40_8calculation_boolean.sh b/tests/results/test_read_write/40_8calculation_boolean.sh index 2c419a1..a304a83 100644 --- a/tests/results/test_read_write/40_8calculation_boolean.sh +++ b/tests/results/test_read_write/40_8calculation_boolean.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 bool: false -┣━━ 📓 multi1 : +┣━━ 📓 multi1: ┃ ┗━━ false -┗━━ 📓 multi2 : +┗━━ 📓 multi2:  ┣━━ true  ┗━━ false diff --git a/tests/results/test_read_write/40_8calculation_multi_variable.sh b/tests/results/test_read_write/40_8calculation_multi_variable.sh index 8d7ff25..8266653 100644 --- a/tests/results/test_read_write/40_8calculation_multi_variable.sh +++ b/tests/results/test_read_write/40_8calculation_multi_variable.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ no ┃ ┗━━ yes ┣━━ 📓 var2: no diff --git a/tests/results/test_read_write/40_8calculation_multi_variable_parent.sh b/tests/results/test_read_write/40_8calculation_multi_variable_parent.sh index 457599c..cb28dd0 100644 --- a/tests/results/test_read_write/40_8calculation_multi_variable_parent.sh +++ b/tests/results/test_read_write/40_8calculation_multi_variable_parent.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var: no ┗━━ 📂 fam1 diff --git a/tests/results/test_read_write/40_8calculation_multi_variable_parent2.sh b/tests/results/test_read_write/40_8calculation_multi_variable_parent2.sh index 7fd8094..13026b7 100644 --- a/tests/results/test_read_write/40_8calculation_multi_variable_parent2.sh +++ b/tests/results/test_read_write/40_8calculation_multi_variable_parent2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 fam1 ┃ ┗━━ 📓 var: no diff --git a/tests/results/test_read_write/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-first.sh index 5b1d170..b6c6715 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-outside-follower-first.sh +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-first.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -13,5 +11,5 @@ Variables: ┃  ┣━━ 📓 leader: value2 ┃  ┣━━ 📓 follower1: val11 ┃  ┗━━ 📓 follower2: val21 -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┗━━ val11 diff --git a/tests/results/test_read_write/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-last.sh index 5b1d170..b6c6715 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-outside-follower-last.sh +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-last.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -13,5 +11,5 @@ Variables: ┃  ┣━━ 📓 leader: value2 ┃  ┣━━ 📓 follower1: val11 ┃  ┗━━ 📓 follower2: val21 -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┗━━ val11 diff --git a/tests/results/test_read_write/40_9leadership-calculation-outside-follower.sh b/tests/results/test_read_write/40_9leadership-calculation-outside-follower.sh index 421a30f..d1bce8f 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-outside-follower.sh +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -13,6 +11,6 @@ Variables: ┃  ┣━━ 📓 leader: value2 ┃  ┣━━ 📓 follower1: val11 ┃  ┗━━ 📓 follower2: val21 -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ val11  ┗━━ val11 diff --git a/tests/results/test_read_write/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_read_write/40_9leadership-calculation-outside-leader-first.sh index 18c831d..c90f50e 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-outside-leader-first.sh +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-leader-first.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader diff --git a/tests/results/test_read_write/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_read_write/40_9leadership-calculation-outside-leader-last.sh index 1977670..c7581c2 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-outside-leader-last.sh +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-leader-last.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader diff --git a/tests/results/test_read_write/40_9leadership-calculation-outside-leader.sh b/tests/results/test_read_write/40_9leadership-calculation-outside-leader.sh index 070a162..4c47f2b 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-outside-leader.sh +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -13,6 +11,6 @@ Variables: ┃  ┣━━ 📓 leader: value2 ┃  ┣━━ 📓 follower1: val11 ┃  ┗━━ 📓 follower2: val21 -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ value1  ┗━━ value2 diff --git a/tests/results/test_read_write/41_0choice_leader.sh b/tests/results/test_read_write/41_0choice_leader.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write/41_0choice_leader.sh +++ b/tests/results/test_read_write/41_0choice_leader.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write/44_0leadership_hidden.sh b/tests/results/test_read_write/44_0leadership_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/44_0leadership_hidden.sh +++ b/tests/results/test_read_write/44_0leadership_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/44_0leadership_leader_hidden.sh b/tests/results/test_read_write/44_0leadership_leader_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/44_0leadership_leader_hidden.sh +++ b/tests/results/test_read_write/44_0leadership_leader_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/44_1leadership_append_hidden_follower.sh b/tests/results/test_read_write/44_1leadership_append_hidden_follower.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_read_write/44_1leadership_append_hidden_follower.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/44_4leadership_mandatory.sh b/tests/results/test_read_write/44_4leadership_mandatory.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write/44_4leadership_mandatory.sh +++ b/tests/results/test_read_write/44_4leadership_mandatory.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write/44_4leadership_mandatory_follower.sh b/tests/results/test_read_write/44_4leadership_mandatory_follower.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_read_write/44_4leadership_mandatory_follower.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.sh index 29461f3..5fc8159 100644 --- a/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.sh +++ b/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: no diff --git a/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.sh index 2e8b7f6..edd1c5c 100644 --- a/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: yes ┗━━ 📂 leader diff --git a/tests/results/test_read_write/60_0family_dynamic.sh b/tests/results/test_read_write/60_0family_dynamic.sh index dfa45e7..50ad329 100644 --- a/tests/results/test_read_write/60_0family_dynamic.sh +++ b/tests/results/test_read_write/60_0family_dynamic.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 -┃ ┗━━ 📓 var: null +┃ ┗━━ 📓 var: ┗━━ 📂 dynval2 - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_0family_dynamic_1_1.sh b/tests/results/test_read_write/60_0family_dynamic_1_1.sh index de2eea8..87de137 100644 --- a/tests/results/test_read_write/60_0family_dynamic_1_1.sh +++ b/tests/results/test_read_write/60_0family_dynamic_1_1.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 -┃ ┗━━ 📓 vardyn: null +┃ ┗━━ 📓 vardyn: ┗━━ 📂 dynval2 - ┗━━ 📓 vardyn: null + ┗━━ 📓 vardyn: diff --git a/tests/results/test_read_write/60_0family_dynamic_1_1_empty.sh b/tests/results/test_read_write/60_0family_dynamic_1_1_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_read_write/60_0family_dynamic_1_1_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_0family_dynamic_empty.sh b/tests/results/test_read_write/60_0family_dynamic_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write/60_0family_dynamic_empty.sh +++ b/tests/results/test_read_write/60_0family_dynamic_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_0family_dynamic_forbidden_char.sh b/tests/results/test_read_write/60_0family_dynamic_forbidden_char.sh index bcc1d56..0a5f049 100644 --- a/tests/results/test_read_write/60_0family_dynamic_forbidden_char.sh +++ b/tests/results/test_read_write/60_0family_dynamic_forbidden_char.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val.1 ┃ ┗━━ val.2 ┣━━ 📂 dynval_1 diff --git a/tests/results/test_read_write/60_0family_dynamic_no_description.sh b/tests/results/test_read_write/60_0family_dynamic_no_description.sh index dfa45e7..50ad329 100644 --- a/tests/results/test_read_write/60_0family_dynamic_no_description.sh +++ b/tests/results/test_read_write/60_0family_dynamic_no_description.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 -┃ ┗━━ 📓 var: null +┃ ┗━━ 📓 var: ┗━━ 📂 dynval2 - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_0family_dynamic_no_description_empty.sh b/tests/results/test_read_write/60_0family_dynamic_no_description_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_read_write/60_0family_dynamic_no_description_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_0family_dynamic_static.sh b/tests/results/test_read_write/60_0family_dynamic_static.sh index a7d3f13..58f742e 100644 --- a/tests/results/test_read_write/60_0family_dynamic_static.sh +++ b/tests/results/test_read_write/60_0family_dynamic_static.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 dynval1 -┃ ┗━━ 📓 var: null +┃ ┗━━ 📓 var: ┗━━ 📂 dynval2 - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_0family_dynamic_test.sh b/tests/results/test_read_write/60_0family_dynamic_test.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write/60_0family_dynamic_test.sh +++ b/tests/results/test_read_write/60_0family_dynamic_test.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_0family_dynamic_upper_char.sh b/tests/results/test_read_write/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..4994ac7 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_upper_char.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📓 var: +┃ ┣━━ Val1 +┃ ┗━━ VAL2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: +┗━━ 📂 dynval2 + ┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_empty.sh b/tests/results/test_read_write/60_0family_dynamic_variable_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_read_write/60_0family_dynamic_variable_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_suffix.sh b/tests/results/test_read_write/60_0family_dynamic_variable_suffix.sh index 50b6af7..2e5b1c0 100644 --- a/tests/results/test_read_write/60_0family_dynamic_variable_suffix.sh +++ b/tests/results/test_read_write/60_0family_dynamic_variable_suffix.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_0family_empty.sh b/tests/results/test_read_write/60_0family_empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/60_0family_empty.sh +++ b/tests/results/test_read_write/60_0family_empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/60_0family_hidden.sh b/tests/results/test_read_write/60_0family_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write/60_0family_hidden.sh +++ b/tests/results/test_read_write/60_0family_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write/60_0family_mode.sh b/tests/results/test_read_write/60_0family_mode.sh index b185000..19d563b 100644 --- a/tests/results/test_read_write/60_0family_mode.sh +++ b/tests/results/test_read_write/60_0family_mode.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📓 var: non diff --git a/tests/results/test_read_write/60_1family_dynamic_jinja.sh b/tests/results/test_read_write/60_1family_dynamic_jinja.sh index 89255b7..0104db9 100644 --- a/tests/results/test_read_write/60_1family_dynamic_jinja.sh +++ b/tests/results/test_read_write/60_1family_dynamic_jinja.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dyn1 diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.sh index 5851bf1..b9be1f1 100644 --- a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.sh +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 ┃ ┗━━ 📂 family -┃  ┗━━ 📓 var: null +┃  ┗━━ 📓 var: ┣━━ 📂 dynval2 ┃ ┗━━ 📂 family -┃  ┗━━ 📓 var: null -┗━━ 📓 var2: null +┃  ┗━━ 📓 var: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh index 542bbf0..dd1c96e 100644 --- a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index 1f9cfb6..68344fa 100644 --- a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : -┗━━ 📓 var2: null +┣━━ 📓 var: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh index c4f11bb..6c7dba8 100644 --- a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/60_2family_dynamic_outside_calc.sh b/tests/results/test_read_write/60_2family_dynamic_outside_calc.sh index 71918dc..8f7d1fe 100644 --- a/tests/results/test_read_write/60_2family_dynamic_outside_calc.sh +++ b/tests/results/test_read_write/60_2family_dynamic_outside_calc.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.sh index 339e3f5..605bd10 100644 --- a/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : -┗━━ 📓 newvar: null +┣━━ 📓 var1: +┗━━ 📓 newvar: diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.sh index a8f9d1e..6525603 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.sh +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..6c7dba8 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.sh index a8f9d1e..6525603 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.sh +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_variable.sh b/tests/results/test_read_write/60_5family_dynamic_calc_variable.sh index 94eceb8..91824e9 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_variable.sh +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 -┃ ┗━━ 📓 var: null +┃ ┗━━ 📓 var: ┣━━ 📂 dynval2 -┃ ┗━━ 📓 var: null -┗━━ 📓 var2: null +┃ ┗━━ 📓 var: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.sh index c4f11bb..6c7dba8 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.sh index 94239c1..60076b0 100644 --- a/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.sh +++ b/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 dynval1 - ┣━━ 📓 var: null + ┣━━ 📓 var:  ┗━━ 📂 family -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.sh index db50fc0..0716c81 100644 --- a/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.sh +++ b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh index 1f9cfb6..68344fa 100644 --- a/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : -┗━━ 📓 var2: null +┣━━ 📓 var: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write/60_6family_dynamic_leadership.sh b/tests/results/test_read_write/60_6family_dynamic_leadership.sh index 922f729..469ada6 100644 --- a/tests/results/test_read_write/60_6family_dynamic_leadership.sh +++ b/tests/results/test_read_write/60_6family_dynamic_leadership.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write/60_6family_dynamic_leadership_empty.sh b/tests/results/test_read_write/60_6family_dynamic_leadership_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_read_write/60_6family_dynamic_leadership_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write/60_9family_dynamic_calc_both.sh b/tests/results/test_read_write/60_9family_dynamic_calc_both.sh index 001fc9d..8de12e6 100644 --- a/tests/results/test_read_write/60_9family_dynamic_calc_both.sh +++ b/tests/results/test_read_write/60_9family_dynamic_calc_both.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var: val2 ┣━━ 📂 dynval1 -┃ ┗━━ 📓 vardyn: null +┃ ┗━━ 📓 vardyn: ┗━━ 📂 dynval2 - ┗━━ 📓 vardyn: null + ┗━━ 📓 vardyn: diff --git a/tests/results/test_read_write/68_0family_leadership_mode.sh b/tests/results/test_read_write/68_0family_leadership_mode.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write/68_0family_leadership_mode.sh +++ b/tests/results/test_read_write/68_0family_leadership_mode.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/00_0empty.sh b/tests/results/test_read_write_mandatory_secrets/00_0empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_0empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_0empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/00_0version_underscore.sh b/tests/results/test_read_write_mandatory_secrets/00_0version_underscore.sh index 11540d9..daa77f6 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_0version_underscore.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_0version_underscore.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 version: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_1empty_variable.sh b/tests/results/test_read_write_mandatory_secrets/00_1empty_variable.sh index bc623ab..7f3e6bd 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_1empty_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_1empty_variable.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 empty: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.sh b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.sh index 886f7a5..8e8e147 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┣━━ string1 (string1)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.sh b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.sh index ad48176..7bcc512 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.sh @@ -1,14 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 (no) ┃ ┣━━ string2 (yes) ┃ ┗━━ string3 (maybe) -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┣━━ string1 (string1)  ┣━━ string2 (string2)  ┗━━ string3 (string3) diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh index 2cdcdd7..f4fb173 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh @@ -1,12 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ domain1.lan ┃ ┗━━ domain2.lan -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┣━━ domain1.lan (domain1.lan)  ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.sh b/tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.sh index a8425a6..44b8ded 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_5load_notype.sh b/tests/results/test_read_write_mandatory_secrets/00_5load_notype.sh index 5a0eca6..a021c2e 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_5load_notype.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_5load_notype.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 without_type: string1 (non) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6boolean.sh b/tests/results/test_read_write_mandatory_secrets/00_6boolean.sh index d5fb015..aeae414 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6boolean.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6boolean.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: true (true) ┣━━ 📓 var2: true (true) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh index d0ab91e..4900b3b 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: true (true) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice.sh b/tests/results/test_read_write_mandatory_secrets/00_6choice.sh index b216615..6b6ce27 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6choice.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice.sh @@ -1,12 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: a ┣━━ 📓 var2: a ┣━━ 📓 var3: a -┣━━ 📓 var4: null +┣━━ 📓 var4: ┣━━ 📓 var5: a (a) ┗━━ 📓 var6: 1 (1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.sh b/tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.sh index 25ce56e..618cc73 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice_link.sh b/tests/results/test_read_write_mandatory_secrets/00_6choice_link.sh index 8046f02..5d326a8 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6choice_link.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_link.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: a ┗━━ 📓 var2: a (a) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice_variable.sh b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable.sh index 738a108..dfeae8f 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6choice_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 (a) ┃ ┣━━ string2 (b) ┃ ┗━━ string3 (c) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link.sh b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link.sh index e16095e..e3f3974 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 (a) ┃ ┣━━ string2 (b) ┃ ┗━━ string3 (c) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link2.sh b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link2.sh index ba94478..ed29828 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link2.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link2.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 (a) ┃ ┣━━ string2 (b) ┃ ┗━━ string3 (c) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6custom.sh b/tests/results/test_read_write_mandatory_secrets/00_6custom.sh index 9a61cbe..1f7126d 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6custom.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6custom.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 custom1: string1 ┗━━ 📓 custom2: string1 (value) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6domainname.sh b/tests/results/test_read_write_mandatory_secrets/00_6domainname.sh index d993f24..8b2f470 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6domainname.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6domainname.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6domainname_params.sh b/tests/results/test_read_write_mandatory_secrets/00_6domainname_params.sh index d993f24..8b2f470 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6domainname_params.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6domainname_params.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6float.sh b/tests/results/test_read_write_mandatory_secrets/00_6float.sh index b825037..22cca01 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6float.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6float.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: 1.1 (0.0) ┣━━ 📓 var2: 1.1 (0.0) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6number.sh b/tests/results/test_read_write_mandatory_secrets/00_6number.sh index 948239b..217a7da 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6number.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6number.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: 1 (0) ┣━━ 📓 var2: 1 (0) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6port.sh b/tests/results/test_read_write_mandatory_secrets/00_6port.sh index ce06ca4..3a2dcec 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6port.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6port.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 variable1: 80 ┣━━ 📓 variable2: 80 (8080) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6regexp.sh b/tests/results/test_read_write_mandatory_secrets/00_6regexp.sh index a048543..ef2b3e6 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6regexp.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6regexp.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6regexp_link.sh b/tests/results/test_read_write_mandatory_secrets/00_6regexp_link.sh index 14056f0..dd7b6fb 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6regexp_link.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6regexp_link.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: #b1b1b1 (#a1a1a1) ┗━━ 📓 var2: #b2b1b1 (#b1b1b1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6secret.sh b/tests/results/test_read_write_mandatory_secrets/00_6secret.sh index 67a9d81..fb64726 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6secret.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6secret.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 secret1: ********** ┗━━ 📓 secret2: ********** (**********) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6secret_param.sh b/tests/results/test_read_write_mandatory_secrets/00_6secret_param.sh index 02cc604..5b03a8a 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6secret_param.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6secret_param.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 secret1: ********** ┣━━ 📓 secret2: ********** (**********) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6string.sh b/tests/results/test_read_write_mandatory_secrets/00_6string.sh index 667be1c..2abc662 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6string.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6string.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┣━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_7choice_quote.sh b/tests/results/test_read_write_mandatory_secrets/00_7choice_quote.sh index 8a467df..ec5f518 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7choice_quote.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_7choice_quote.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: quote' (quote') diff --git a/tests/results/test_read_write_mandatory_secrets/00_7help.sh b/tests/results/test_read_write_mandatory_secrets/00_7help.sh index a8425a6..44b8ded 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7help.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_7help.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_7help_quote.sh b/tests/results/test_read_write_mandatory_secrets/00_7help_quote.sh index a8425a6..44b8ded 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7help_quote.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_7help_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_7help_sup.sh b/tests/results/test_read_write_mandatory_secrets/00_7help_sup.sh index a8425a6..44b8ded 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7help_sup.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_7help_sup.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.sh b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.sh index 667d48a..793ed55 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (quote") diff --git a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.sh b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.sh index 88c78fa..0a56614 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (quote'") diff --git a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.sh b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.sh index a210af9..b16b23d 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (quote\"\') diff --git a/tests/results/test_read_write_mandatory_secrets/00_7value_quote.sh b/tests/results/test_read_write_mandatory_secrets/00_7value_quote.sh index 5be317a..9d50f6d 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7value_quote.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_quote.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (quote') diff --git a/tests/results/test_read_write_mandatory_secrets/00_8calculation_information.sh b/tests/results/test_read_write_mandatory_secrets/00_8calculation_information.sh index f4ae932..89e8338 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_8calculation_information.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_8calculation_information.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_8test.sh b/tests/results/test_read_write_mandatory_secrets/00_8test.sh index ac7e1c4..c5e28c4 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_8test.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_8test.sh @@ -1,14 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: test ┣━━ 📓 var2: test (value) ┣━━ 📓 var3: test1 -┣━━ 📓 var4: null +┣━━ 📓 var4: ┣━━ 📓 var5: false (true) -┗━━ 📓 var6 : +┗━━ 📓 var6:  ┣━━ test1  ┗━━ test2 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.sh b/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.sh index af9f106..6538e71 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 variable1 : +┣━━ 📓 variable1: ┃ ┣━━ val1 ┃ ┗━━ val2 -┗━━ 📓 variable2 : +┗━━ 📓 variable2:  ┣━━ val1  ┗━━ val2 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.sh b/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.sh index 0d0d112..157ea1f 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 source_variable_1: string1 (val1) ┣━━ 📓 source_variable_2: string1 (val2) diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation.sh index 593ac4a..4ca2b14 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (string_1_True_None) diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.sh index dc37c59..4b6a702 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh index a8425a6..44b8ded 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh index f9b9913..efb5e92 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 my_variable: string1 (val1) -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ string1 (string1)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh index f9b9913..efb5e92 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 my_variable: string1 (val1) -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ string1 (string1)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.sh index 28e324c..16b3f1a 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ string1  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh index 541e2f3..487deb2 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh @@ -1,14 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 my_variable : +┣━━ 📓 my_variable: ┃ ┣━━ string1 (val1) ┃ ┣━━ string2 (val2) ┃ ┗━━ string3 -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ string1 (string1)  ┣━━ string2 (string2)  ┗━━ string3 (string3) diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh index 8b04002..e301f3b 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (string1) ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.sh index a8425a6..44b8ded 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable2.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable2.sh index a8425a6..44b8ded 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable2.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_integer.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_integer.sh index 25ce56e..618cc73 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_integer.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_integer.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.sh index 6334adb..386c831 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.sh @@ -1,22 +1,21 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┗━━ true (true) -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┗━━ true (true) -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┗━━ true (true) -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┗━━ true (false) -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ true (false) -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ true (false) -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ true (true) -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ true (true) diff --git a/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.sh index 18f2c32..6fe6e9e 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.sh @@ -1,14 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 custom1 : +┣━━ 📓 custom1: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┗━━ 📓 custom2 : +┗━━ 📓 custom2:  ┣━━ string1 (value)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_6float_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_6float_multi.sh index 5991aef..e5a973d 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6float_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/01_6float_multi.sh @@ -1,38 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ 1.1 (0.0) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┣━━ 1.1 (0.0) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┣━━ 1.1 (0.0) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┣━━ 1.1 (10.1) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┣━━ 1.1 (10.1) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┣━━ 1.1 (10.1) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┣━━ 1.1 (0.0) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┣━━ 1.1 (0.0)  ┣━━ 2.2  ┗━━ 3.3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_6number_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_6number_multi.sh index 73e2aed..91bea71 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6number_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/01_6number_multi.sh @@ -1,38 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ 1 (0) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┣━━ 1 (0) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┣━━ 1 (0) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┣━━ 1 (10) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┣━━ 1 (10) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┣━━ 1 (10) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┣━━ 1 (0) ┃ ┣━━ 2 ┃ ┗━━ 3 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┣━━ 1 (0)  ┣━━ 2  ┗━━ 3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_6string_empty.sh b/tests/results/test_read_write_mandatory_secrets/01_6string_empty.sh index c5b1ed6..f390f23 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6string_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/01_6string_empty.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ string1 (value)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_6string_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_6string_multi.sh index ffa7ca0..f5e7756 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6string_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/01_6string_multi.sh @@ -1,38 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┣━━ string1 (value) ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┣━━ string1 (value) ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┣━━ string1 (value) ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┣━━ string1 (value) ┃ ┣━━ string2 ┃ ┗━━ string3 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┣━━ string1 (value)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.sh b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.sh index 28998da..02733b2 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.sh +++ b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (quote")  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh index f4d9ee3..6aea58e 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh +++ b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (quote'")  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.sh b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.sh index 782dff3..d04f9e7 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.sh +++ b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (quote')  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.sh index 1116937..dabc938 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.sh index b7ce084..f303e7d 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 variable1 : +┣━━ 📓 variable1: ┃ ┣━━ string1 (a) ┃ ┣━━ string2 (b) ┃ ┗━━ string3 (c) diff --git a/tests/results/test_read_write_mandatory_secrets/04_0type_param.sh b/tests/results/test_read_write_mandatory_secrets/04_0type_param.sh index 82eba36..78a5c9e 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_0type_param.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_0type_param.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 int: 1 (10) diff --git a/tests/results/test_read_write_mandatory_secrets/04_1auto_save.sh b/tests/results/test_read_write_mandatory_secrets/04_1auto_save.sh index 4790bac..f792567 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1auto_save.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: no diff --git a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh index 7713eaa..928c68b 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) ┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh index 8092847..f885578 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) ┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.sh b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.sh index 0e88906..6002b44 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (value) ┣━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh index 0e88906..6002b44 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (value) ┣━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh index a7dd6ad..0e3d1a1 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh index 87e6b02..99f780a 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh index 57a7e8f..f6334e3 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 condition: true (true) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh index 8d04b36..e1bfd11 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (yes) ┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh index b8ab7ed..294fa35 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.sh index 87e6b02..99f780a 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh index 815fd5c..f3610c6 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi2.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 condition : +┣━━ 📓 condition: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh index e5c1225..961d5a9 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi3.sh @@ -1,14 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 condition : +┣━━ 📓 condition: ┃ ┣━━ string1 (val1) ┃ ┣━━ string2 (val2) ┃ ┗━━ string3 -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators.sh b/tests/results/test_read_write_mandatory_secrets/04_5validators.sh index ed4f626..69be5ce 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5validators.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 int: 1 diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.sh b/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.sh index d23a594..d4e0096 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: another_value (oui) ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_multi.sh b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi.sh index 905beb6..5419c20 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5validators_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ string1 (no)  ┣━━ string2 (yes)  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.sh b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.sh index 578aab9..6abccbc 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.sh @@ -1,9 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ val1 (no)  ┗━━ val2 (yes) diff --git a/tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.sh b/tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.sh index 485561e..3540963 100644 --- a/tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.sh +++ b/tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ string1 (non)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.sh b/tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.sh index 38f009b..0872a30 100644 --- a/tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.sh +++ b/tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (non)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.sh b/tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.sh index 66cfc84..7319d4b 100644 --- a/tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.sh +++ b/tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented but modified variable Modified value │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📓 var: no diff --git a/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.sh b/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.sh index dc37c59..4b6a702 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_calculation.sh b/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_calculation.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_calculation.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_disabled.sh b/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_disabled.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_disabled.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_disabled.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.sh b/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.sh index 2fd832b..e0bae32 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) ┗━━ 📓 var2: string1 (yes) diff --git a/tests/results/test_read_write_mandatory_secrets/16_5exists_redefine.sh b/tests/results/test_read_write_mandatory_secrets/16_5exists_redefine.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5exists_redefine.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_5exists_redefine.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.sh index 34f26df..f15f9a4 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.sh index ad73acb..1600c1a 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: a diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.sh index 34f26df..f15f9a4 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.sh index f4ae932..89e8338 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_family.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_family.sh index ed65344..a838b99 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_family.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_help.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_help.sh index ed65344..a838b99 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_help.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_help.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_hidden.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.sh index 38f009b..0872a30 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (non)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh index a72bb50..5a3277e 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/16_5test_redefine.sh b/tests/results/test_read_write_mandatory_secrets/16_5test_redefine.sh index dd0942b..38f08ab 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5test_redefine.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_5test_redefine.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: test1 (no) ┣━━ 📓 var2: test1 (non) diff --git a/tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.sh b/tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.sh index 12f840b..9d558c3 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: a (c) diff --git a/tests/results/test_read_write_mandatory_secrets/16_6exists_family.sh b/tests/results/test_read_write_mandatory_secrets/16_6exists_family.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_6exists_family.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_6exists_family.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.sh b/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.sh index 76e537b..e307cf0 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.sh +++ b/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📂 family1 ┃ ┗━━ 📓 variable1: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/16exists_exists.sh b/tests/results/test_read_write_mandatory_secrets/16exists_exists.sh index dc37c59..4b6a702 100644 --- a/tests/results/test_read_write_mandatory_secrets/16exists_exists.sh +++ b/tests/results/test_read_write_mandatory_secrets/16exists_exists.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/17_5redefine_leadership.sh b/tests/results/test_read_write_mandatory_secrets/17_5redefine_leadership.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/17_5redefine_leadership.sh +++ b/tests/results/test_read_write_mandatory_secrets/17_5redefine_leadership.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/20_0empty_family.sh b/tests/results/test_read_write_mandatory_secrets/20_0empty_family.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0empty_family.sh +++ b/tests/results/test_read_write_mandatory_secrets/20_0empty_family.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/20_0family_append.sh b/tests/results/test_read_write_mandatory_secrets/20_0family_append.sh index dbf8e5c..ac66731 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0family_append.sh +++ b/tests/results/test_read_write_mandatory_secrets/20_0family_append.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/20_0family_underscore.sh b/tests/results/test_read_write_mandatory_secrets/20_0family_underscore.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0family_underscore.sh +++ b/tests/results/test_read_write_mandatory_secrets/20_0family_underscore.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/20_0multi_family.sh b/tests/results/test_read_write_mandatory_secrets/20_0multi_family.sh index 7866b59..01a57ed 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0multi_family.sh +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily diff --git a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.sh b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.sh index 7866b59..01a57ed 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.sh +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily diff --git a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.sh b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.sh index bb74a12..a2322ab 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.sh +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily diff --git a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.sh b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.sh index b0d6c24..fdd3c3f 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.sh +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 variable: string1 ┗━━ 📂 family diff --git a/tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.sh b/tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.sh index 0133939..d301845 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.sh +++ b/tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) ┣━━ 📓 var2: string1 (no) diff --git a/tests/results/test_read_write_mandatory_secrets/20_1empty_subfamily.sh b/tests/results/test_read_write_mandatory_secrets/20_1empty_subfamily.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_1empty_subfamily.sh +++ b/tests/results/test_read_write_mandatory_secrets/20_1empty_subfamily.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.sh b/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.sh index dbf8e5c..ac66731 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.sh +++ b/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/20_9family_absolute.sh b/tests/results/test_read_write_mandatory_secrets/20_9family_absolute.sh index 4aa2491..cc29cec 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_9family_absolute.sh +++ b/tests/results/test_read_write_mandatory_secrets/20_9family_absolute.sh @@ -1,14 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┣━━ 📂 family ┃ ┣━━ 📓 var2: string6 ┃ ┗━━ 📂 subfamily -┃  ┗━━ 📓 variable : +┃  ┗━━ 📓 variable: ┃   ┣━━ string1 (string1) ┃   ┣━━ string2 (string6) ┃   ┗━━ string3 @@ -16,7 +15,7 @@ Variables:  ┣━━ 📓 var2: string1 (string6)  ┣━━ 📓 var3: string5 (string4)  ┗━━ 📂 subfamily -  ┗━━ 📓 variable : +  ┗━━ 📓 variable:    ┣━━ string1 (string1)    ┣━━ string2 (string6)    ┗━━ string3 (string5) diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh index e4921e8..f973dca 100644 --- a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📂 family diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh index 57a7e8f..f6334e3 100644 --- a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -1,7 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 condition: true (true) diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh index b21428f..c4631dd 100644 --- a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📂 family diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.sh b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.sh index b78b5e8..a953ae7 100644 --- a/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.sh +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh index 0253ec9..8493787 100644 --- a/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: true (true) ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.sh b/tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.sh index 907cb19..b6ea6f3 100644 --- a/tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.sh +++ b/tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 general  ┣━━ 📓 int: 5 diff --git a/tests/results/test_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership.sh b/tests/results/test_read_write_mandatory_secrets/40_0leadership.sh index 6392bab..b6e0925 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_0leadership.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.sh b/tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.sh index 92bd054..4be01b9 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leadership  ┣━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_empty.sh b/tests/results/test_read_write_mandatory_secrets/40_0leadership_empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_0leadership_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh index 13c2a39..511aa3d 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh index a0d01b5..27d4128 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh index 2bef8b1..f43f078 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 general ┃ ┗━━ 📓 mode_conteneur_actif: string1 (non) diff --git a/tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.sh b/tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.sh index b1e6118..d7188db 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.sh b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.sh index 91cbccf..67d549b 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.sh @@ -1,37 +1,36 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 leadership  ┣━━ 📂 leader  ┃ ┣━━ 📓 leader: string1 - ┃ ┣━━ 📓 follower1 : + ┃ ┣━━ 📓 follower1:  ┃ ┃ ┣━━ string1  ┃ ┃ ┣━━ string2  ┃ ┃ ┗━━ string3 - ┃ ┗━━ 📓 follower2 : + ┃ ┗━━ 📓 follower2:  ┃  ┣━━ string1 (value)  ┃  ┣━━ string2  ┃  ┗━━ string3  ┣━━ 📂 leader  ┃ ┣━━ 📓 leader: string2 - ┃ ┣━━ 📓 follower1 : + ┃ ┣━━ 📓 follower1:  ┃ ┃ ┣━━ string1  ┃ ┃ ┣━━ string2  ┃ ┃ ┗━━ string3 - ┃ ┗━━ 📓 follower2 : + ┃ ┗━━ 📓 follower2:  ┃  ┣━━ string1 (value)  ┃  ┣━━ string2  ┃  ┗━━ string3  ┗━━ 📂 leader   ┣━━ 📓 leader: string3 -  ┣━━ 📓 follower1 : +  ┣━━ 📓 follower1:   ┃ ┣━━ string1   ┃ ┣━━ string2   ┃ ┗━━ string3 -  ┗━━ 📓 follower2 : +  ┗━━ 📓 follower2:    ┣━━ string1 (value)    ┣━━ string2    ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.sh b/tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.sh index ae8ddbe..7d2cb7f 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.sh @@ -1,12 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 bool: true (false) -┣━━ 📓 multi1 : +┣━━ 📓 multi1: ┃ ┣━━ true (true) ┃ ┗━━ false -┗━━ 📓 multi2 : +┗━━ 📓 multi2:  ┗━━ true (false) diff --git a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.sh b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.sh index 20d7370..83b3bfb 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ string1 (string1) ┃ ┣━━ string2 (string1) ┃ ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh index 340f17f..9d7d588 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var: string1 (no) ┗━━ 📂 fam1 diff --git a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh index d9223f3..f17cad4 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 fam1 ┃ ┗━━ 📓 var: string1 (no) diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh index fb7107f..7a104ce 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -17,7 +16,7 @@ Variables: ┃  ┣━━ 📓 leader: string3 ┃  ┣━━ 📓 follower1: string3 (val11) ┃  ┗━━ 📓 follower2: string3 (val21) -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ string1 (string1)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh index 051c456..adc9c6a 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -17,7 +16,7 @@ Variables: ┃  ┣━━ 📓 leader: string3 ┃  ┣━━ 📓 follower1: string3 (val11) ┃  ┗━━ 📓 follower2: string3 (val21) -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ string1 (string3)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.sh b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.sh index e044ebf..bb9e672 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -17,7 +16,7 @@ Variables: ┃  ┣━━ 📓 leader: string3 ┃  ┣━━ 📓 follower1: string3 (val11) ┃  ┗━━ 📓 follower2: string3 (val21) -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ string1 (string1)  ┣━━ string2 (string2)  ┗━━ string3 (string3) diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh index 3f5f9a6..cd22384 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh index a92adea..5ea2bc9 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.sh b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.sh index e044ebf..bb9e672 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.sh +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -17,7 +16,7 @@ Variables: ┃  ┣━━ 📓 leader: string3 ┃  ┣━━ 📓 follower1: string3 (val11) ┃  ┗━━ 📓 follower2: string3 (val21) -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ string1 (string1)  ┣━━ string2 (string2)  ┗━━ string3 (string3) diff --git a/tests/results/test_read_write_mandatory_secrets/41_0choice_leader.sh b/tests/results/test_read_write_mandatory_secrets/41_0choice_leader.sh index 06ffcb1..22b928e 100644 --- a/tests/results/test_read_write_mandatory_secrets/41_0choice_leader.sh +++ b/tests/results/test_read_write_mandatory_secrets/41_0choice_leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/44_0leadership_hidden.sh b/tests/results/test_read_write_mandatory_secrets/44_0leadership_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/44_0leadership_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets/44_0leadership_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.sh b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.sh index 3d617dc..efd84cf 100644 --- a/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.sh +++ b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh index d7e4c2f..1fdb4c0 100644 --- a/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh index 03ccc42..2dbebd7 100644 --- a/tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh index fc87b11..1298c12 100644 --- a/tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (yes) ┗━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.sh index 16eacf9..2d73946 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh index bed6fde..ba34923 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh index 7ee5af6..981dc1e 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.sh index 4508771..b667458 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.sh index a01947a..302425b 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val.1 (val.1) ┃ ┗━━ val.2 (val.2) ┣━━ 📂 dynval_1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh index 16eacf9..2d73946 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh index cb5f893..c4cccfc 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.sh index aa01500..39d1256 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📂 dynval1 ┃ ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.sh index cb5f893..c4cccfc 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_upper_char.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..256a201 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_upper_char.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📓 var: +┃ ┣━━ Val1 (Val1) +┃ ┗━━ VAL2 (VAL2) +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh index 5a1a757..0c859aa 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh index bf4a21e..b8fd222 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh index bf58803..0064da8 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_hidden.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_mode.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_mode.sh index 1fc84cb..d6fe917 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_mode.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_mode.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📓 var: string1 (non) diff --git a/tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh index e729684..3ee7ec2 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ string1 (val1) ┃ ┣━━ string2 (val2) ┃ ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh index 0b0f8a5..fbded18 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh index 224eead..cc57983 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index ac05959..84829ed 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh index f07f775..e83def1 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh index 2a69a0e..2250918 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh index ea2c278..e914c9c 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh index ab8bd79..c164255 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh index ee955df..e6a66dc 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..ef73a25 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,10 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┣━━ 📓 var1: +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┣━━ 📂 dynval2 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh index ab8bd79..c164255 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh index ee955df..e6a66dc 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh index 5f6727e..42a1f5d 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh index daf1966..c8265fc 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh index ca1c503..5843348 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 dynval1  ┣━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh index 5cf86d7..96f555a 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh index d5606bb..683d93a 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh index 82256f8..8bc0941 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh index 0893260..5bb4ae4 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh index a2be971..cc92ee5 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var: string1 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.sh b/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.sh index 6392bab..b6e0925 100644 --- a/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.sh +++ b/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_0empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_0empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_0empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_0empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_0version_underscore.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_0version_underscore.sh index 7c10f7b..dc6b4b6 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_0version_underscore.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_0version_underscore.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - version (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_1empty_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_1empty_variable.sh index fb7ea79..a18b89d 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_1empty_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_1empty_variable.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - empty diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated.sh index ea81b84..9504122 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┗━━ no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh index 79f67bc..226c897 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ no ┃ ┣━━ yes ┃ ┗━━ maybe -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┣━━ no  ┣━━ yes  ┗━━ maybe diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh index 9fb9f2d..5c8c278 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_4load_subfolder.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_4load_subfolder.sh index c1ceb3b..0e3de2c 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_4load_subfolder.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_4load_subfolder.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - var1 (a variable) ┗━━  - var2 (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_5load_notype.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_5load_notype.sh index 35da888..c2ddf76 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_5load_notype.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_5load_notype.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 without_type: non diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean.sh index 6805146..16b698e 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: true ┣━━ 📓 var2: true diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh index 66d2b7d..3528beb 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: true diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice.sh index c4ddc42..b963786 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - var1 (the first variable) ┗━━  - var2 (the second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_calculation.sh index 03c04da..f803327 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: 9 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_link.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_link.sh index c4ddc42..b963786 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_link.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_link.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - var1 (the first variable) ┗━━  - var2 (the second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable.sh index 235edb0..7c247d7 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ a ┃ ┣━━ b ┃ ┗━━ c diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable_link.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable_link.sh index 116b941..8c9cfa2 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable_link.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable_link.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ a ┃ ┣━━ b ┃ ┗━━ c diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable_link2.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable_link2.sh index 0a10fb1..69fc213 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable_link2.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable_link2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ a ┃ ┣━━ b ┃ ┗━━ c diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6custom.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6custom.sh index 4332907..c4d0232 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6custom.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6custom.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - custom1 (the first variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname.sh index b67665a..961e076 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname_params.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname_params.sh index b67665a..961e076 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname_params.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname_params.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6float.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6float.sh index 5199bcc..f0b9c1d 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6float.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6float.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: 0.0 ┣━━ 📓 var2: 0.0 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6number.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6number.sh index c7c986a..1333f60 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6number.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6number.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: 0 ┣━━ 📓 var2: 0 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6port.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6port.sh index e844c32..d275463 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6port.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6port.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - variable1 (a port variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6regexp.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6regexp.sh index cdbcab1..7a40d3d 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6regexp.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6regexp.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: #a1a1a1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6regexp_link.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6regexp_link.sh index d55607f..ae58199 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6regexp_link.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6regexp_link.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: #a1a1a1 ┗━━ 📓 var2: #a1a1a1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6secret.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6secret.sh index ff02313..43c7d08 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6secret.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6secret.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - secret1 (the first variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6secret_param.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6secret_param.sh index ff02313..43c7d08 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6secret_param.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6secret_param.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - secret1 (the first variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6string.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6string.sh index cc61947..f09859b 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_6string.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6string.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - var1 (the first variable) ┣━━  - var2 (the second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7choice_quote.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7choice_quote.sh index c8c584b..bb7b67f 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_7choice_quote.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7choice_quote.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: quote' diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7help.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7help.sh index c4ddc42..b963786 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_7help.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7help.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - var1 (the first variable) ┗━━  - var2 (the second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7help_quote.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7help_quote.sh index c4ddc42..b963786 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_7help_quote.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7help_quote.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - var1 (the first variable) ┗━━  - var2 (the second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7help_sup.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7help_sup.sh index d365a1a..29dc0f8 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_7help_sup.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7help_sup.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - var1 (the first ) ┗━━  - var2 (the second ) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote.sh index aaf6caa..21934c2 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: quote" diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh index 0e8e8d3..aa8559f 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: quote'" diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh index 4ea0921..ba5d031 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: quote\"\' diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7value_quote.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_quote.sh index acdb9f0..b6b6968 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_7value_quote.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_quote.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: quote' diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_8calculation_information.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_8calculation_information.sh index 6b275e0..a27e0ce 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_8calculation_information.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_8calculation_information.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_8test.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_8test.sh index 042e742..f731596 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_8test.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_8test.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - var1 (the first variable) ┣━━  - var3 (the third variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh index a791e3a..b423616 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - variable1 (a first variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variables.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variables.sh index 6e39835..3b93766 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variables.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variables.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 source_variable_1: val1 ┣━━ 📓 source_variable_2: val2 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation.sh index 1c17dd6..e69bb14 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: string_1_True_None diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh index 47ef9de..e4eb0ac 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - var (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh index 9fb9f2d..5c8c278 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_9default_calculation_multi_optional.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh index eac7e25..e3723a3 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 my_variable: val1 -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┗━━ val1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh index eac7e25..e3723a3 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 my_variable: val1 -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┗━━ val1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh index b04705f..dee691a 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - my_calculated_variable diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh index 7536369..a1527d8 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 my_variable : +┣━━ 📓 my_variable: ┃ ┣━━ val1 ┃ ┗━━ val2 -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ val1  ┗━━ val2 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh index 95b4d3c..b9bf74c 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no ┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh index 9fb9f2d..5c8c278 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_9default_information_other_variable2.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_information_other_variable2.sh index 9fb9f2d..5c8c278 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_information_other_variable2.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_information_other_variable2.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 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/00_9default_integer.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_integer.sh index 03c04da..f803327 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_integer.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_integer.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: 9 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_6boolean_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_6boolean_multi.sh index 2efa842..7ab3d98 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/01_6boolean_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_6boolean_multi.sh @@ -1,22 +1,20 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┗━━ true -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┗━━ true -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┗━━ true -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┗━━ false -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ false -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ false -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ true -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ true diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_6custom_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_6custom_multi.sh index 602bb0b..11706ad 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/01_6custom_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_6custom_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - custom1 (a first custom variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_6float_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_6float_multi.sh index 4e5008a..ff17b16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/01_6float_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_6float_multi.sh @@ -1,22 +1,20 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┗━━ 0.0 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┗━━ 0.0 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┗━━ 0.0 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┗━━ 10.1 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ 10.1 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ 10.1 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ 0.0 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ 0.0 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_6number_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_6number_multi.sh index 7dee2a9..3a49a55 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/01_6number_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_6number_multi.sh @@ -1,22 +1,20 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┗━━ 0 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┗━━ 0 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┗━━ 0 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┗━━ 10 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ 10 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ 10 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ 0 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ 0 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_6string_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_6string_empty.sh index 912bfc2..e844211 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/01_6string_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_6string_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - var1 (the second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_6string_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_6string_multi.sh index cc61947..f09859b 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/01_6string_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_6string_multi.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - var1 (the first variable) ┣━━  - var2 (the second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh index 809894f..10d3230 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ quote" diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh index 30de023..8231d75 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ quote'" diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh index 50f342f..4cd4a8d 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ quote' diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh index 6b275e0..a27e0ce 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh index 8a87e54..58a51a8 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - variable2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_0type_param.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_0type_param.sh index 05d7c5a..742ecbb 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_0type_param.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_0type_param.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 int: 10 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save.sh index 4790bac..f792567 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh index bc7be55..9565737 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: no ┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh index ac49fef..b830324 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: no ┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh index b5dc101..e266322 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: value ┗━━ 📓 var3: value diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh index b5dc101..e266322 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: value ┗━━ 📓 var3: value diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh index 29461f3..5fc8159 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh index 6b275e0..a27e0ce 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh index 2a451c3..26d0851 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: true diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh index b78ef57..a9681a3 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh index 6b275e0..a27e0ce 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi.sh index 6b275e0..a27e0ce 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi2.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi2.sh index a1d24ea..d431c9f 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi2.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi2.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - condition (a condition) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi3.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi3.sh index 6b275e0..a27e0ce 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi3.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable_multi3.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5validators.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators.sh index 4cb9bdd..4127a21 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_5validators.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - int (A number) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_differ.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_differ.sh index ab2871f..a5b8510 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_differ.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_differ.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: oui ┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi.sh index 6974930..6a793d7 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ no  ┗━━ yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi2.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi2.sh index 6974930..6a793d7 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi2.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ no  ┗━━ yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh b/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh index 02a01a7..07303bc 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┗━━ non diff --git a/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_uniq.sh b/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_uniq.sh index 3ba1b77..9174c59 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_uniq.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_uniq.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ non diff --git a/tests/results/test_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh b/tests/results/test_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh index 66cfc84..7319d4b 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented but modified variable Modified value │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📓 var: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_0redefine_description.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_0redefine_description.sh index 4546913..1d3e322 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_0redefine_description.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_0redefine_description.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - var (Redefined) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh index 426d276..5965b0e 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no ┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_redefine.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_redefine.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_redefine.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_redefine.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh index 06e4220..b61d4da 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_choice.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_choice.sh index 6b275e0..a27e0ce 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_choice.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_choice.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default.sh index 06e4220..b61d4da 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh index 6b275e0..a27e0ce 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_family.sh index 65de0a9..c354b4d 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_family.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_family.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - family.variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_help.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_help.sh index 360b944..af01b46 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_help.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_help.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - family.variable (redefine help) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_multi.sh index 3ba1b77..9174c59 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ non diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh index 6b275e0..a27e0ce 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5test_redefine.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5test_redefine.sh index 7327528..44306e6 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_5test_redefine.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5test_redefine.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 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/16_6choice_redefine.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_6choice_redefine.sh index f4ac3c9..16d46a2 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_6choice_redefine.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_6choice_redefine.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: c diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_6exists_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_6exists_family.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_6exists_family.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_6exists_family.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh index 16e390c..19db440 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - family1.variable1 (a variable) ┗━━  - family2.variable2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16exists_exists.sh b/tests/results/test_read_write_mandatory_secrets_errors/16exists_exists.sh index efd3f62..dd5f682 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/16exists_exists.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/16exists_exists.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - var (Description) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh b/tests/results/test_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0empty_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0empty_family.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/20_0empty_family.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0empty_family.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0family_append.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0family_append.sh index 92fe249..83df42d 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/20_0family_append.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0family_append.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - family.var1 (The first variable) ┗━━  - family.var2 (The second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0family_underscore.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0family_underscore.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/20_0family_underscore.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0family_underscore.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family.sh index f1a2fba..e2f799e 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh index 2e2bbcc..7856d91 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - family.subfamily.variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh index 969cf95..93ad5c1 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Undocumented variable Default value │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_order.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_order.sh index 83fa6ef..b8314a2 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_order.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_order.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - variable (a variable) ┣━━  - family.variable1 (a first variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh index bd7ecf0..5f44ddc 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no ┣━━ 📓 var2: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_9default_information_parent.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_9default_information_parent.sh index 4384908..79b71e5 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/20_9default_information_parent.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_9default_information_parent.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - family.var1 (a first variable) ┗━━  - family.var2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_9family_absolute.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_9family_absolute.sh index 6613fb2..2d9ca6a 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/20_9family_absolute.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_9family_absolute.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - var1 (first variable) ┣━━  - family.var2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh index c8ba74f..9c3e513 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - family.subfamily.var1 (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh index 2a451c3..26d0851 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: true diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh index fd7388e..a8a0bcd 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - family.sub_family.var1 (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh index a34c17a..855084b 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: no -┗━━ 📓 var: null +┗━━ 📓 var: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh index 47ef9de..e4eb0ac 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - var (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh index f026875..b6dda5f 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - general.int (a first number) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership.sh index cac53c1..0b59f45 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - leader.leader (a leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh index 85a7530..443a4f5 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - leadership.leader (a leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh index cac53c1..0b59f45 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - leader.leader (a leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh index f36ee3c..07f54f2 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - general1.leader.leader diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh index 8a84ee5..4065e9c 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - leader.leader (the leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh index b97caa1..fbb683c 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - leadership.leader (The leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh index 2c419a1..a304a83 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 bool: false -┣━━ 📓 multi1 : +┣━━ 📓 multi1: ┃ ┗━━ false -┗━━ 📓 multi2 : +┗━━ 📓 multi2:  ┣━━ true  ┗━━ false diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh index 8d7ff25..8266653 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ no ┃ ┗━━ yes ┣━━ 📓 var2: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh index 457599c..cb28dd0 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var: no ┗━━ 📂 fam1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh index 7fd8094..13026b7 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 fam1 ┃ ┗━━ 📓 var: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-first.sh index 5b1d170..b6c6715 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-first.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-first.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -13,5 +11,5 @@ Variables: ┃  ┣━━ 📓 leader: value2 ┃  ┣━━ 📓 follower1: val11 ┃  ┗━━ 📓 follower2: val21 -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┗━━ val11 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-last.sh index 5b1d170..b6c6715 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-last.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower-last.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -13,5 +11,5 @@ Variables: ┃  ┣━━ 📓 leader: value2 ┃  ┣━━ 📓 follower1: val11 ┃  ┗━━ 📓 follower2: val21 -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┗━━ val11 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower.sh index 421a30f..d1bce8f 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -13,6 +11,6 @@ Variables: ┃  ┣━━ 📓 leader: value2 ┃  ┣━━ 📓 follower1: val11 ┃  ┗━━ 📓 follower2: val21 -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ val11  ┗━━ val11 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-first.sh index 18c831d..c90f50e 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-first.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-first.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-last.sh index 1977670..c7581c2 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-last.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader-last.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader.sh index 070a162..4c47f2b 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_9leadership-calculation-outside-leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -13,6 +11,6 @@ Variables: ┃  ┣━━ 📓 leader: value2 ┃  ┣━━ 📓 follower1: val11 ┃  ┗━━ 📓 follower2: val21 -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ value1  ┗━━ value2 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/41_0choice_leader.sh b/tests/results/test_read_write_mandatory_secrets_errors/41_0choice_leader.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/41_0choice_leader.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/41_0choice_leader.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh index cac53c1..0b59f45 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - leader.leader (a leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh index 29461f3..5fc8159 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh index cac53c1..0b59f45 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - leader.leader (a leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic.sh index 7803f1e..318f148 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - dynval1.var (A dynamic variable) ┗━━  - dynval2.var (A dynamic variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh index 16704d1..50e87b5 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - dynval1.vardyn (A dynamic variable) ┗━━  - dynval2.vardyn (A dynamic variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_forbidden_char.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_forbidden_char.sh index bcc1d56..0a5f049 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_forbidden_char.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_forbidden_char.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val.1 ┃ ┗━━ val.2 ┣━━ 📂 dynval_1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh index 6d66538..0c11ccb 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - dynval1.var ┗━━  - dynval2.var diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh index fd40da6..16ba742 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - dynval1.var (a variable inside a dynamic family) ┗━━  - dynval2.var (a variable inside a dynamic family) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh index c244188..78867c7 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - var (A suffix variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_upper_char.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..318f148 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_upper_char.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - dynval1.var (A dynamic variable) +┗━━  - dynval2.var (A dynamic variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh index 5a5145b..2cb3f2e 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - var (a suffix variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh index 50b6af7..2e5b1c0 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh index c244188..78867c7 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - var (A suffix variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_hidden.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_mode.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_mode.sh index b185000..19d563b 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_mode.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_mode.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📓 var: non diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh index 89255b7..0104db9 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dyn1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh index 6f81c2a..b5f7495 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - dynval1.family.var (with a variable) ┣━━  - dynval2.family.var (with a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh index 542bbf0..dd1c96e 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index 1f9cfb6..68344fa 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : -┗━━ 📓 var2: null +┣━━ 📓 var: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh index c4f11bb..6c7dba8 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh index 71918dc..8f7d1fe 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh index 339e3f5..605bd10 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : -┗━━ 📓 newvar: null +┣━━ 📓 var1: +┗━━ 📓 newvar: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh index a8f9d1e..6525603 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..d333fc0 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - var2 (A variable calculated) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh index a8f9d1e..6525603 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh index a2f4978..65c8544 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - dynval1.var (A dynamic variable) ┣━━  - dynval2.var (A dynamic variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh index 3e222d2..d333fc0 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh @@ -1,3 +1,3 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┗━━  - var2 (A variable calculated) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh index 94239c1..60076b0 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 dynval1 - ┣━━ 📓 var: null + ┣━━ 📓 var:  ┗━━ 📂 family -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh index db50fc0..0716c81 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh index 1f9cfb6..68344fa 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : -┗━━ 📓 var2: null +┣━━ 📓 var: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh index 7ba1c5a..60c3f71 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - dynval1.leadership.leader (a leader) ┗━━  - dynval2.leadership.leader (a leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh index b7e0f4b..1751767 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh @@ -1,4 +1,4 @@ -🛑 ERRORS +🛑 ERRORS ┣━━ The following variables are mandatory but have no value: ┣━━  - dynval1.vardyn (a dynamic variable) ┗━━  - dynval2.vardyn (a dynamic variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh b/tests/results/test_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/00_0empty.sh b/tests/results/test_read_write_secrets/00_0empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/00_0empty.sh +++ b/tests/results/test_read_write_secrets/00_0empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/00_0version_underscore.sh b/tests/results/test_read_write_secrets/00_0version_underscore.sh index 52cdafe..e75fa9c 100644 --- a/tests/results/test_read_write_secrets/00_0version_underscore.sh +++ b/tests/results/test_read_write_secrets/00_0version_underscore.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 version: null +┗━━ 📓 version: diff --git a/tests/results/test_read_write_secrets/00_1empty_variable.sh b/tests/results/test_read_write_secrets/00_1empty_variable.sh index 299bf27..c0dc42b 100644 --- a/tests/results/test_read_write_secrets/00_1empty_variable.sh +++ b/tests/results/test_read_write_secrets/00_1empty_variable.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 empty: null +┗━━ 📓 empty: diff --git a/tests/results/test_read_write_secrets/00_2default_calculated.sh b/tests/results/test_read_write_secrets/00_2default_calculated.sh index ea81b84..9504122 100644 --- a/tests/results/test_read_write_secrets/00_2default_calculated.sh +++ b/tests/results/test_read_write_secrets/00_2default_calculated.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┗━━ no diff --git a/tests/results/test_read_write_secrets/00_2default_calculated_multi.sh b/tests/results/test_read_write_secrets/00_2default_calculated_multi.sh index 79f67bc..226c897 100644 --- a/tests/results/test_read_write_secrets/00_2default_calculated_multi.sh +++ b/tests/results/test_read_write_secrets/00_2default_calculated_multi.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ no ┃ ┣━━ yes ┃ ┗━━ maybe -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┣━━ no  ┣━━ yes  ┗━━ maybe diff --git a/tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.sh index 8248204..aef2a91 100644 --- a/tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : -┗━━ 📓 var2 : +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/00_4load_subfolder.sh b/tests/results/test_read_write_secrets/00_4load_subfolder.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write_secrets/00_4load_subfolder.sh +++ b/tests/results/test_read_write_secrets/00_4load_subfolder.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/00_5load_notype.sh b/tests/results/test_read_write_secrets/00_5load_notype.sh index 35da888..c2ddf76 100644 --- a/tests/results/test_read_write_secrets/00_5load_notype.sh +++ b/tests/results/test_read_write_secrets/00_5load_notype.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 without_type: non diff --git a/tests/results/test_read_write_secrets/00_6boolean.sh b/tests/results/test_read_write_secrets/00_6boolean.sh index 6805146..16b698e 100644 --- a/tests/results/test_read_write_secrets/00_6boolean.sh +++ b/tests/results/test_read_write_secrets/00_6boolean.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: true ┣━━ 📓 var2: true diff --git a/tests/results/test_read_write_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_read_write_secrets/00_6boolean_no_mandatory.sh index 66d2b7d..3528beb 100644 --- a/tests/results/test_read_write_secrets/00_6boolean_no_mandatory.sh +++ b/tests/results/test_read_write_secrets/00_6boolean_no_mandatory.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: true diff --git a/tests/results/test_read_write_secrets/00_6choice.sh b/tests/results/test_read_write_secrets/00_6choice.sh index bb6ec9a..3697e52 100644 --- a/tests/results/test_read_write_secrets/00_6choice.sh +++ b/tests/results/test_read_write_secrets/00_6choice.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┣━━ 📓 var2: null -┣━━ 📓 var3: null -┣━━ 📓 var4: null +┣━━ 📓 var1: +┣━━ 📓 var2: +┣━━ 📓 var3: +┣━━ 📓 var4: ┣━━ 📓 var5: a ┗━━ 📓 var6: 1 diff --git a/tests/results/test_read_write_secrets/00_6choice_calculation.sh b/tests/results/test_read_write_secrets/00_6choice_calculation.sh index 03c04da..f803327 100644 --- a/tests/results/test_read_write_secrets/00_6choice_calculation.sh +++ b/tests/results/test_read_write_secrets/00_6choice_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: 9 diff --git a/tests/results/test_read_write_secrets/00_6choice_link.sh b/tests/results/test_read_write_secrets/00_6choice_link.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write_secrets/00_6choice_link.sh +++ b/tests/results/test_read_write_secrets/00_6choice_link.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/00_6choice_variable.sh b/tests/results/test_read_write_secrets/00_6choice_variable.sh index 235edb0..7c247d7 100644 --- a/tests/results/test_read_write_secrets/00_6choice_variable.sh +++ b/tests/results/test_read_write_secrets/00_6choice_variable.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ a ┃ ┣━━ b ┃ ┗━━ c diff --git a/tests/results/test_read_write_secrets/00_6choice_variable_link.sh b/tests/results/test_read_write_secrets/00_6choice_variable_link.sh index 116b941..8c9cfa2 100644 --- a/tests/results/test_read_write_secrets/00_6choice_variable_link.sh +++ b/tests/results/test_read_write_secrets/00_6choice_variable_link.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ a ┃ ┣━━ b ┃ ┗━━ c diff --git a/tests/results/test_read_write_secrets/00_6choice_variable_link2.sh b/tests/results/test_read_write_secrets/00_6choice_variable_link2.sh index 0a10fb1..69fc213 100644 --- a/tests/results/test_read_write_secrets/00_6choice_variable_link2.sh +++ b/tests/results/test_read_write_secrets/00_6choice_variable_link2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ a ┃ ┣━━ b ┃ ┗━━ c diff --git a/tests/results/test_read_write_secrets/00_6custom.sh b/tests/results/test_read_write_secrets/00_6custom.sh index acf7c86..190faa1 100644 --- a/tests/results/test_read_write_secrets/00_6custom.sh +++ b/tests/results/test_read_write_secrets/00_6custom.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 custom1: null +┣━━ 📓 custom1: ┗━━ 📓 custom2: value diff --git a/tests/results/test_read_write_secrets/00_6domainname.sh b/tests/results/test_read_write_secrets/00_6domainname.sh index b67665a..961e076 100644 --- a/tests/results/test_read_write_secrets/00_6domainname.sh +++ b/tests/results/test_read_write_secrets/00_6domainname.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_read_write_secrets/00_6domainname_params.sh b/tests/results/test_read_write_secrets/00_6domainname_params.sh index b67665a..961e076 100644 --- a/tests/results/test_read_write_secrets/00_6domainname_params.sh +++ b/tests/results/test_read_write_secrets/00_6domainname_params.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_read_write_secrets/00_6float.sh b/tests/results/test_read_write_secrets/00_6float.sh index 5199bcc..f0b9c1d 100644 --- a/tests/results/test_read_write_secrets/00_6float.sh +++ b/tests/results/test_read_write_secrets/00_6float.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: 0.0 ┣━━ 📓 var2: 0.0 diff --git a/tests/results/test_read_write_secrets/00_6number.sh b/tests/results/test_read_write_secrets/00_6number.sh index c7c986a..1333f60 100644 --- a/tests/results/test_read_write_secrets/00_6number.sh +++ b/tests/results/test_read_write_secrets/00_6number.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: 0 ┣━━ 📓 var2: 0 diff --git a/tests/results/test_read_write_secrets/00_6port.sh b/tests/results/test_read_write_secrets/00_6port.sh index 796d724..8c3a23b 100644 --- a/tests/results/test_read_write_secrets/00_6port.sh +++ b/tests/results/test_read_write_secrets/00_6port.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 variable1: null +┣━━ 📓 variable1: ┣━━ 📓 variable2: 8080 ┗━━ 📓 variable3: 8080 diff --git a/tests/results/test_read_write_secrets/00_6regexp.sh b/tests/results/test_read_write_secrets/00_6regexp.sh index cdbcab1..7a40d3d 100644 --- a/tests/results/test_read_write_secrets/00_6regexp.sh +++ b/tests/results/test_read_write_secrets/00_6regexp.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: #a1a1a1 diff --git a/tests/results/test_read_write_secrets/00_6regexp_link.sh b/tests/results/test_read_write_secrets/00_6regexp_link.sh index d55607f..ae58199 100644 --- a/tests/results/test_read_write_secrets/00_6regexp_link.sh +++ b/tests/results/test_read_write_secrets/00_6regexp_link.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: #a1a1a1 ┗━━ 📓 var2: #a1a1a1 diff --git a/tests/results/test_read_write_secrets/00_6secret.sh b/tests/results/test_read_write_secrets/00_6secret.sh index e7d0ea4..c8bf607 100644 --- a/tests/results/test_read_write_secrets/00_6secret.sh +++ b/tests/results/test_read_write_secrets/00_6secret.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 secret1: ********** +┣━━ 📓 secret1: ┗━━ 📓 secret2: ********** diff --git a/tests/results/test_read_write_secrets/00_6secret_param.sh b/tests/results/test_read_write_secrets/00_6secret_param.sh index 8748731..a130e97 100644 --- a/tests/results/test_read_write_secrets/00_6secret_param.sh +++ b/tests/results/test_read_write_secrets/00_6secret_param.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 secret1: ********** +┣━━ 📓 secret1: ┣━━ 📓 secret2: ********** ┗━━ 📓 secret3: ********** diff --git a/tests/results/test_read_write_secrets/00_6string.sh b/tests/results/test_read_write_secrets/00_6string.sh index 298fccc..20dfe7a 100644 --- a/tests/results/test_read_write_secrets/00_6string.sh +++ b/tests/results/test_read_write_secrets/00_6string.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┣━━ 📓 var2: null -┣━━ 📓 var3: null +┣━━ 📓 var1: +┣━━ 📓 var2: +┣━━ 📓 var3: ┣━━ 📓 var4: value ┣━━ 📓 var5: value ┗━━ 📓 var6: value diff --git a/tests/results/test_read_write_secrets/00_7choice_quote.sh b/tests/results/test_read_write_secrets/00_7choice_quote.sh index c8c584b..bb7b67f 100644 --- a/tests/results/test_read_write_secrets/00_7choice_quote.sh +++ b/tests/results/test_read_write_secrets/00_7choice_quote.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: quote' diff --git a/tests/results/test_read_write_secrets/00_7help.sh b/tests/results/test_read_write_secrets/00_7help.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write_secrets/00_7help.sh +++ b/tests/results/test_read_write_secrets/00_7help.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/00_7help_quote.sh b/tests/results/test_read_write_secrets/00_7help_quote.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write_secrets/00_7help_quote.sh +++ b/tests/results/test_read_write_secrets/00_7help_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/00_7help_sup.sh b/tests/results/test_read_write_secrets/00_7help_sup.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write_secrets/00_7help_sup.sh +++ b/tests/results/test_read_write_secrets/00_7help_sup.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/00_7value_doublequote.sh b/tests/results/test_read_write_secrets/00_7value_doublequote.sh index aaf6caa..21934c2 100644 --- a/tests/results/test_read_write_secrets/00_7value_doublequote.sh +++ b/tests/results/test_read_write_secrets/00_7value_doublequote.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: quote" diff --git a/tests/results/test_read_write_secrets/00_7value_doublequote2.sh b/tests/results/test_read_write_secrets/00_7value_doublequote2.sh index 0e8e8d3..aa8559f 100644 --- a/tests/results/test_read_write_secrets/00_7value_doublequote2.sh +++ b/tests/results/test_read_write_secrets/00_7value_doublequote2.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: quote'" diff --git a/tests/results/test_read_write_secrets/00_7value_doublequote3.sh b/tests/results/test_read_write_secrets/00_7value_doublequote3.sh index 4ea0921..ba5d031 100644 --- a/tests/results/test_read_write_secrets/00_7value_doublequote3.sh +++ b/tests/results/test_read_write_secrets/00_7value_doublequote3.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: quote\"\' diff --git a/tests/results/test_read_write_secrets/00_7value_quote.sh b/tests/results/test_read_write_secrets/00_7value_quote.sh index acdb9f0..b6b6968 100644 --- a/tests/results/test_read_write_secrets/00_7value_quote.sh +++ b/tests/results/test_read_write_secrets/00_7value_quote.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: quote' diff --git a/tests/results/test_read_write_secrets/00_8calculation_information.sh b/tests/results/test_read_write_secrets/00_8calculation_information.sh index caae029..b25888a 100644 --- a/tests/results/test_read_write_secrets/00_8calculation_information.sh +++ b/tests/results/test_read_write_secrets/00_8calculation_information.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable: null +┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/00_8test.sh b/tests/results/test_read_write_secrets/00_8test.sh index 49e438a..5544641 100644 --- a/tests/results/test_read_write_secrets/00_8test.sh +++ b/tests/results/test_read_write_secrets/00_8test.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null +┣━━ 📓 var1: ┣━━ 📓 var2: value -┣━━ 📓 var3: null -┣━━ 📓 var4: null +┣━━ 📓 var3: +┣━━ 📓 var4: ┣━━ 📓 var5: true -┗━━ 📓 var6 : +┗━━ 📓 var6: diff --git a/tests/results/test_read_write_secrets/00_9choice_variable_multi.sh b/tests/results/test_read_write_secrets/00_9choice_variable_multi.sh index abf5529..4783822 100644 --- a/tests/results/test_read_write_secrets/00_9choice_variable_multi.sh +++ b/tests/results/test_read_write_secrets/00_9choice_variable_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 variable1 : -┗━━ 📓 variable2 : +┣━━ 📓 variable1: +┗━━ 📓 variable2: diff --git a/tests/results/test_read_write_secrets/00_9choice_variables.sh b/tests/results/test_read_write_secrets/00_9choice_variables.sh index 6e39835..3b93766 100644 --- a/tests/results/test_read_write_secrets/00_9choice_variables.sh +++ b/tests/results/test_read_write_secrets/00_9choice_variables.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 source_variable_1: val1 ┣━━ 📓 source_variable_2: val2 diff --git a/tests/results/test_read_write_secrets/00_9default_calculation.sh b/tests/results/test_read_write_secrets/00_9default_calculation.sh index 1c17dd6..e69bb14 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation.sh +++ b/tests/results/test_read_write_secrets/00_9default_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: string_1_True_None diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_information.sh b/tests/results/test_read_write_secrets/00_9default_calculation_information.sh index e46acca..163d3ff 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_information.sh +++ b/tests/results/test_read_write_secrets/00_9default_calculation_information.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var: null +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.sh +++ b/tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.sh index eac7e25..e3723a3 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.sh +++ b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 my_variable: val1 -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┗━━ val1 diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.sh index eac7e25..e3723a3 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.sh +++ b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 my_variable: val1 -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┗━━ val1 diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_optional.sh b/tests/results/test_read_write_secrets/00_9default_calculation_optional.sh index 416e8d0..9122cb7 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_optional.sh +++ b/tests/results/test_read_write_secrets/00_9default_calculation_optional.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable: diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.sh index 7536369..a1527d8 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.sh +++ b/tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 my_variable : +┣━━ 📓 my_variable: ┃ ┣━━ val1 ┃ ┗━━ val2 -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ val1  ┗━━ val2 diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_read_write_secrets/00_9default_calculation_param_optional.sh index 95b4d3c..b9bf74c 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_param_optional.sh +++ b/tests/results/test_read_write_secrets/00_9default_calculation_param_optional.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no ┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_secrets/00_9default_information_other_variable.sh b/tests/results/test_read_write_secrets/00_9default_information_other_variable.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write_secrets/00_9default_information_other_variable.sh +++ b/tests/results/test_read_write_secrets/00_9default_information_other_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/00_9default_information_other_variable2.sh b/tests/results/test_read_write_secrets/00_9default_information_other_variable2.sh index 0ee4247..43f189b 100644 --- a/tests/results/test_read_write_secrets/00_9default_information_other_variable2.sh +++ b/tests/results/test_read_write_secrets/00_9default_information_other_variable2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/00_9default_integer.sh b/tests/results/test_read_write_secrets/00_9default_integer.sh index 03c04da..f803327 100644 --- a/tests/results/test_read_write_secrets/00_9default_integer.sh +++ b/tests/results/test_read_write_secrets/00_9default_integer.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: 9 diff --git a/tests/results/test_read_write_secrets/01_6boolean_multi.sh b/tests/results/test_read_write_secrets/01_6boolean_multi.sh index 2efa842..7ab3d98 100644 --- a/tests/results/test_read_write_secrets/01_6boolean_multi.sh +++ b/tests/results/test_read_write_secrets/01_6boolean_multi.sh @@ -1,22 +1,20 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┗━━ true -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┗━━ true -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┗━━ true -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┗━━ false -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ false -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ false -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ true -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ true diff --git a/tests/results/test_read_write_secrets/01_6custom_multi.sh b/tests/results/test_read_write_secrets/01_6custom_multi.sh index 65d524e..44795a9 100644 --- a/tests/results/test_read_write_secrets/01_6custom_multi.sh +++ b/tests/results/test_read_write_secrets/01_6custom_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 custom1 : -┗━━ 📓 custom2 : +┣━━ 📓 custom1: +┗━━ 📓 custom2:  ┗━━ value diff --git a/tests/results/test_read_write_secrets/01_6float_multi.sh b/tests/results/test_read_write_secrets/01_6float_multi.sh index 4e5008a..ff17b16 100644 --- a/tests/results/test_read_write_secrets/01_6float_multi.sh +++ b/tests/results/test_read_write_secrets/01_6float_multi.sh @@ -1,22 +1,20 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┗━━ 0.0 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┗━━ 0.0 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┗━━ 0.0 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┗━━ 10.1 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ 10.1 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ 10.1 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ 0.0 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ 0.0 diff --git a/tests/results/test_read_write_secrets/01_6number_multi.sh b/tests/results/test_read_write_secrets/01_6number_multi.sh index 7dee2a9..3a49a55 100644 --- a/tests/results/test_read_write_secrets/01_6number_multi.sh +++ b/tests/results/test_read_write_secrets/01_6number_multi.sh @@ -1,22 +1,20 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┗━━ 0 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┗━━ 0 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┗━━ 0 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┗━━ 10 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ 10 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ 10 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ 0 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ 0 diff --git a/tests/results/test_read_write_secrets/01_6string_empty.sh b/tests/results/test_read_write_secrets/01_6string_empty.sh index e1cc3d9..90c6723 100644 --- a/tests/results/test_read_write_secrets/01_6string_empty.sh +++ b/tests/results/test_read_write_secrets/01_6string_empty.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ value - ┗━━ null + ┗━━  diff --git a/tests/results/test_read_write_secrets/01_6string_multi.sh b/tests/results/test_read_write_secrets/01_6string_multi.sh index 957bdb6..08751b5 100644 --- a/tests/results/test_read_write_secrets/01_6string_multi.sh +++ b/tests/results/test_read_write_secrets/01_6string_multi.sh @@ -1,19 +1,17 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : -┣━━ 📓 var2 : -┣━━ 📓 var3 : -┣━━ 📓 var4 : +┣━━ 📓 var1: +┣━━ 📓 var2: +┣━━ 📓 var3: +┣━━ 📓 var4: ┃ ┗━━ value -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ value -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ value -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ value -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ value diff --git a/tests/results/test_read_write_secrets/01_7value_multi_doublequote.sh b/tests/results/test_read_write_secrets/01_7value_multi_doublequote.sh index 809894f..10d3230 100644 --- a/tests/results/test_read_write_secrets/01_7value_multi_doublequote.sh +++ b/tests/results/test_read_write_secrets/01_7value_multi_doublequote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ quote" diff --git a/tests/results/test_read_write_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_read_write_secrets/01_7value_multi_doublequote2.sh index 30de023..8231d75 100644 --- a/tests/results/test_read_write_secrets/01_7value_multi_doublequote2.sh +++ b/tests/results/test_read_write_secrets/01_7value_multi_doublequote2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ quote'" diff --git a/tests/results/test_read_write_secrets/01_7value_multi_quote.sh b/tests/results/test_read_write_secrets/01_7value_multi_quote.sh index 50f342f..4cd4a8d 100644 --- a/tests/results/test_read_write_secrets/01_7value_multi_quote.sh +++ b/tests/results/test_read_write_secrets/01_7value_multi_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ quote' diff --git a/tests/results/test_read_write_secrets/01_8calculation_information_multi.sh b/tests/results/test_read_write_secrets/01_8calculation_information_multi.sh index de4bc3b..14f0534 100644 --- a/tests/results/test_read_write_secrets/01_8calculation_information_multi.sh +++ b/tests/results/test_read_write_secrets/01_8calculation_information_multi.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/01_9choice_variable_multi.sh b/tests/results/test_read_write_secrets/01_9choice_variable_multi.sh index 7d1c77f..9683651 100644 --- a/tests/results/test_read_write_secrets/01_9choice_variable_multi.sh +++ b/tests/results/test_read_write_secrets/01_9choice_variable_multi.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 variable1 : +┣━━ 📓 variable1: ┃ ┣━━ a ┃ ┣━━ b ┃ ┗━━ c -┗━━ 📓 variable2: null +┗━━ 📓 variable2: diff --git a/tests/results/test_read_write_secrets/04_0type_param.sh b/tests/results/test_read_write_secrets/04_0type_param.sh index 05d7c5a..742ecbb 100644 --- a/tests/results/test_read_write_secrets/04_0type_param.sh +++ b/tests/results/test_read_write_secrets/04_0type_param.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 int: 10 diff --git a/tests/results/test_read_write_secrets/04_1auto_save.sh b/tests/results/test_read_write_secrets/04_1auto_save.sh index 4790bac..f792567 100644 --- a/tests/results/test_read_write_secrets/04_1auto_save.sh +++ b/tests/results/test_read_write_secrets/04_1auto_save.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: no diff --git a/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.sh index bc7be55..9565737 100644 --- a/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.sh +++ b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: no ┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.sh index ac49fef..b830324 100644 --- a/tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.sh +++ b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.sh @@ -1,8 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: no ┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_read_write_secrets/04_1auto_save_and_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/04_1auto_save_and_hidden.sh +++ b/tests/results/test_read_write_secrets/04_1auto_save_and_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden.sh b/tests/results/test_read_write_secrets/04_1default_calculation_hidden.sh index b5dc101..e266322 100644 --- a/tests/results/test_read_write_secrets/04_1default_calculation_hidden.sh +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: value ┗━━ 📓 var3: value diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.sh index b5dc101..e266322 100644 --- a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.sh +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: value ┗━━ 📓 var3: value diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional.sh index 29461f3..5fc8159 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_optional.sh +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: no diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable.sh index cc821db..e896114 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable.sh +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: false -┗━━ 📓 variable: null +┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.sh index 2a451c3..26d0851 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.sh +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: true diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.sh index b78ef57..a9681a3 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.sh +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: yes diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.sh index 0434808..be64e4e 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.sh +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: yes -┗━━ 📓 variable: null +┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi.sh index eb9f637..c2eb1a1 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: false -┗━━ 📓 variable : +┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi2.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi2.sh index 8475cf9..45bf532 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi2.sh +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi2.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 condition : +┗━━ 📓 condition: diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi3.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi3.sh index 2c3ea0c..fcdef6b 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi3.sh +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi3.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 condition : +┣━━ 📓 condition: ┃ ┣━━ val1 ┃ ┗━━ val2 -┗━━ 📓 variable : +┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/04_5validators.sh b/tests/results/test_read_write_secrets/04_5validators.sh index 27abddf..6b07faa 100644 --- a/tests/results/test_read_write_secrets/04_5validators.sh +++ b/tests/results/test_read_write_secrets/04_5validators.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 int: null +┗━━ 📓 int: diff --git a/tests/results/test_read_write_secrets/04_5validators_differ.sh b/tests/results/test_read_write_secrets/04_5validators_differ.sh index ab2871f..a5b8510 100644 --- a/tests/results/test_read_write_secrets/04_5validators_differ.sh +++ b/tests/results/test_read_write_secrets/04_5validators_differ.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: oui ┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_secrets/04_5validators_multi.sh b/tests/results/test_read_write_secrets/04_5validators_multi.sh index 6974930..6a793d7 100644 --- a/tests/results/test_read_write_secrets/04_5validators_multi.sh +++ b/tests/results/test_read_write_secrets/04_5validators_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ no  ┗━━ yes diff --git a/tests/results/test_read_write_secrets/04_5validators_multi2.sh b/tests/results/test_read_write_secrets/04_5validators_multi2.sh index 6974930..6a793d7 100644 --- a/tests/results/test_read_write_secrets/04_5validators_multi2.sh +++ b/tests/results/test_read_write_secrets/04_5validators_multi2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ no  ┗━━ yes diff --git a/tests/results/test_read_write_secrets/05_0multi_not_uniq.sh b/tests/results/test_read_write_secrets/05_0multi_not_uniq.sh index 02a01a7..07303bc 100644 --- a/tests/results/test_read_write_secrets/05_0multi_not_uniq.sh +++ b/tests/results/test_read_write_secrets/05_0multi_not_uniq.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┗━━ non diff --git a/tests/results/test_read_write_secrets/05_0multi_uniq.sh b/tests/results/test_read_write_secrets/05_0multi_uniq.sh index 3ba1b77..9174c59 100644 --- a/tests/results/test_read_write_secrets/05_0multi_uniq.sh +++ b/tests/results/test_read_write_secrets/05_0multi_uniq.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ non diff --git a/tests/results/test_read_write_secrets/12_1auto_save_expert.sh b/tests/results/test_read_write_secrets/12_1auto_save_expert.sh index 66cfc84..7319d4b 100644 --- a/tests/results/test_read_write_secrets/12_1auto_save_expert.sh +++ b/tests/results/test_read_write_secrets/12_1auto_save_expert.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented but modified variable Modified value │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📓 var: no diff --git a/tests/results/test_read_write_secrets/16_0redefine_description.sh b/tests/results/test_read_write_secrets/16_0redefine_description.sh index e46acca..163d3ff 100644 --- a/tests/results/test_read_write_secrets/16_0redefine_description.sh +++ b/tests/results/test_read_write_secrets/16_0redefine_description.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var: null +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/16_2family_redefine_calculation.sh b/tests/results/test_read_write_secrets/16_2family_redefine_calculation.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/16_2family_redefine_calculation.sh +++ b/tests/results/test_read_write_secrets/16_2family_redefine_calculation.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/16_2family_redefine_disabled.sh b/tests/results/test_read_write_secrets/16_2family_redefine_disabled.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/16_2family_redefine_disabled.sh +++ b/tests/results/test_read_write_secrets/16_2family_redefine_disabled.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/16_5exists_nonexists.sh b/tests/results/test_read_write_secrets/16_5exists_nonexists.sh index 426d276..5965b0e 100644 --- a/tests/results/test_read_write_secrets/16_5exists_nonexists.sh +++ b/tests/results/test_read_write_secrets/16_5exists_nonexists.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no ┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write_secrets/16_5exists_redefine.sh b/tests/results/test_read_write_secrets/16_5exists_redefine.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/16_5exists_redefine.sh +++ b/tests/results/test_read_write_secrets/16_5exists_redefine.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/16_5redefine_calculation.sh b/tests/results/test_read_write_secrets/16_5redefine_calculation.sh index 06e4220..b61d4da 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_calculation.sh +++ b/tests/results/test_read_write_secrets/16_5redefine_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: yes diff --git a/tests/results/test_read_write_secrets/16_5redefine_choice.sh b/tests/results/test_read_write_secrets/16_5redefine_choice.sh index caae029..b25888a 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_choice.sh +++ b/tests/results/test_read_write_secrets/16_5redefine_choice.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable: null +┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/16_5redefine_default.sh b/tests/results/test_read_write_secrets/16_5redefine_default.sh index 06e4220..b61d4da 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_default.sh +++ b/tests/results/test_read_write_secrets/16_5redefine_default.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 variable: yes diff --git a/tests/results/test_read_write_secrets/16_5redefine_default_calculation.sh b/tests/results/test_read_write_secrets/16_5redefine_default_calculation.sh index caae029..b25888a 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_default_calculation.sh +++ b/tests/results/test_read_write_secrets/16_5redefine_default_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable: null +┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/16_5redefine_family.sh b/tests/results/test_read_write_secrets/16_5redefine_family.sh index 4f92ae6..f9e6760 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_family.sh +++ b/tests/results/test_read_write_secrets/16_5redefine_family.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/16_5redefine_help.sh b/tests/results/test_read_write_secrets/16_5redefine_help.sh index 4f92ae6..f9e6760 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_help.sh +++ b/tests/results/test_read_write_secrets/16_5redefine_help.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family - ┗━━ 📓 variable: null + ┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/16_5redefine_hidden.sh b/tests/results/test_read_write_secrets/16_5redefine_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_hidden.sh +++ b/tests/results/test_read_write_secrets/16_5redefine_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/16_5redefine_multi.sh b/tests/results/test_read_write_secrets/16_5redefine_multi.sh index 3ba1b77..9174c59 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_multi.sh +++ b/tests/results/test_read_write_secrets/16_5redefine_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┗━━ non diff --git a/tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.sh index c9ca114..ac3324c 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.sh +++ b/tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: no -┗━━ 📓 variable: null +┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/16_5test_redefine.sh b/tests/results/test_read_write_secrets/16_5test_redefine.sh index e1ebfd4..0ab7282 100644 --- a/tests/results/test_read_write_secrets/16_5test_redefine.sh +++ b/tests/results/test_read_write_secrets/16_5test_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no ┣━━ 📓 var2: non -┗━━ 📓 var3: null +┗━━ 📓 var3: diff --git a/tests/results/test_read_write_secrets/16_6choice_redefine.sh b/tests/results/test_read_write_secrets/16_6choice_redefine.sh index f4ac3c9..16d46a2 100644 --- a/tests/results/test_read_write_secrets/16_6choice_redefine.sh +++ b/tests/results/test_read_write_secrets/16_6choice_redefine.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 var: c diff --git a/tests/results/test_read_write_secrets/16_6exists_family.sh b/tests/results/test_read_write_secrets/16_6exists_family.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/16_6exists_family.sh +++ b/tests/results/test_read_write_secrets/16_6exists_family.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/16_6exists_redefine_family.sh b/tests/results/test_read_write_secrets/16_6exists_redefine_family.sh index f10a9e0..cfcb2ed 100644 --- a/tests/results/test_read_write_secrets/16_6exists_redefine_family.sh +++ b/tests/results/test_read_write_secrets/16_6exists_redefine_family.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 family1 -┃ ┗━━ 📓 variable1: null +┃ ┗━━ 📓 variable1: ┗━━ 📂 family2 - ┗━━ 📓 variable2: null + ┗━━ 📓 variable2: diff --git a/tests/results/test_read_write_secrets/16exists_exists.sh b/tests/results/test_read_write_secrets/16exists_exists.sh index e46acca..163d3ff 100644 --- a/tests/results/test_read_write_secrets/16exists_exists.sh +++ b/tests/results/test_read_write_secrets/16exists_exists.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var: null +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/17_5redefine_leadership.sh b/tests/results/test_read_write_secrets/17_5redefine_leadership.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/17_5redefine_leadership.sh +++ b/tests/results/test_read_write_secrets/17_5redefine_leadership.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/20_0empty_family.sh b/tests/results/test_read_write_secrets/20_0empty_family.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/20_0empty_family.sh +++ b/tests/results/test_read_write_secrets/20_0empty_family.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/20_0family_append.sh b/tests/results/test_read_write_secrets/20_0family_append.sh index c604327..7adc077 100644 --- a/tests/results/test_read_write_secrets/20_0family_append.sh +++ b/tests/results/test_read_write_secrets/20_0family_append.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/20_0family_underscore.sh b/tests/results/test_read_write_secrets/20_0family_underscore.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/20_0family_underscore.sh +++ b/tests/results/test_read_write_secrets/20_0family_underscore.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/20_0multi_family.sh b/tests/results/test_read_write_secrets/20_0multi_family.sh index f1a2fba..e2f799e 100644 --- a/tests/results/test_read_write_secrets/20_0multi_family.sh +++ b/tests/results/test_read_write_secrets/20_0multi_family.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/20_0multi_family_basic.sh b/tests/results/test_read_write_secrets/20_0multi_family_basic.sh index f1a2fba..e2f799e 100644 --- a/tests/results/test_read_write_secrets/20_0multi_family_basic.sh +++ b/tests/results/test_read_write_secrets/20_0multi_family_basic.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/20_0multi_family_expert.sh b/tests/results/test_read_write_secrets/20_0multi_family_expert.sh index 969cf95..93ad5c1 100644 --- a/tests/results/test_read_write_secrets/20_0multi_family_expert.sh +++ b/tests/results/test_read_write_secrets/20_0multi_family_expert.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Undocumented variable Default value │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily -  ┗━━ 📓 variable: null +  ┗━━ 📓 variable: diff --git a/tests/results/test_read_write_secrets/20_0multi_family_order.sh b/tests/results/test_read_write_secrets/20_0multi_family_order.sh index 80e09fb..15d42db 100644 --- a/tests/results/test_read_write_secrets/20_0multi_family_order.sh +++ b/tests/results/test_read_write_secrets/20_0multi_family_order.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 variable: null +┣━━ 📓 variable: ┗━━ 📂 family - ┣━━ 📓 variable1: null + ┣━━ 📓 variable1:  ┣━━ 📂 subfamily - ┃ ┗━━ 📓 variable: null - ┗━━ 📓 variable2: null + ┃ ┗━━ 📓 variable: + ┗━━ 📓 variable2: diff --git a/tests/results/test_read_write_secrets/20_0validators_differ_redefine.sh b/tests/results/test_read_write_secrets/20_0validators_differ_redefine.sh index bd7ecf0..5f44ddc 100644 --- a/tests/results/test_read_write_secrets/20_0validators_differ_redefine.sh +++ b/tests/results/test_read_write_secrets/20_0validators_differ_redefine.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var1: no ┣━━ 📓 var2: no diff --git a/tests/results/test_read_write_secrets/20_1empty_subfamily.sh b/tests/results/test_read_write_secrets/20_1empty_subfamily.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/20_1empty_subfamily.sh +++ b/tests/results/test_read_write_secrets/20_1empty_subfamily.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/20_9default_information_parent.sh b/tests/results/test_read_write_secrets/20_9default_information_parent.sh index c604327..7adc077 100644 --- a/tests/results/test_read_write_secrets/20_9default_information_parent.sh +++ b/tests/results/test_read_write_secrets/20_9default_information_parent.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family - ┣━━ 📓 var1: null - ┗━━ 📓 var2: null + ┣━━ 📓 var1: + ┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/20_9family_absolute.sh b/tests/results/test_read_write_secrets/20_9family_absolute.sh index de0526b..31072e1 100644 --- a/tests/results/test_read_write_secrets/20_9family_absolute.sh +++ b/tests/results/test_read_write_secrets/20_9family_absolute.sh @@ -1,21 +1,19 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1: null +┣━━ 📓 var1: ┣━━ 📂 family -┃ ┣━━ 📓 var2: null +┃ ┣━━ 📓 var2: ┃ ┗━━ 📂 subfamily -┃  ┗━━ 📓 variable : -┃   ┣━━ null -┃   ┗━━ null +┃  ┗━━ 📓 variable: +┃   ┣━━  +┃   ┗━━  ┗━━ 📂 family2 - ┣━━ 📓 var2: null + ┣━━ 📓 var2:  ┣━━ 📓 var3: string4  ┗━━ 📂 subfamily -  ┗━━ 📓 variable : -   ┣━━ null -   ┣━━ null +  ┗━━ 📓 variable: +   ┣━━  +   ┣━━     ┗━━ string4 diff --git a/tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.sh index 523c07d..cfce95a 100644 --- a/tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.sh +++ b/tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: no ┗━━ 📂 family  ┗━━ 📂 subfamily -  ┗━━ 📓 var1: null +  ┗━━ 📓 var1: diff --git a/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh index 2a451c3..26d0851 100644 --- a/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh +++ b/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: true diff --git a/tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh index 0185d8a..3228e1c 100644 --- a/tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh +++ b/tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: no ┗━━ 📂 family  ┗━━ 📂 sub_family -  ┗━━ 📓 var1: null +  ┗━━ 📓 var1: diff --git a/tests/results/test_read_write_secrets/24_0family_mandatory_condition.sh b/tests/results/test_read_write_secrets/24_0family_mandatory_condition.sh index a34c17a..855084b 100644 --- a/tests/results/test_read_write_secrets/24_0family_mandatory_condition.sh +++ b/tests/results/test_read_write_secrets/24_0family_mandatory_condition.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: no -┗━━ 📓 var: null +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.sh index 1f3055b..f8bcaee 100644 --- a/tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.sh +++ b/tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: true -┗━━ 📓 var: null +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/24_7validators_variable_optional.sh b/tests/results/test_read_write_secrets/24_7validators_variable_optional.sh index ba6b947..4e54b7f 100644 --- a/tests/results/test_read_write_secrets/24_7validators_variable_optional.sh +++ b/tests/results/test_read_write_secrets/24_7validators_variable_optional.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 general - ┣━━ 📓 int: null + ┣━━ 📓 int:  ┗━━ 📓 int2: 1 diff --git a/tests/results/test_read_write_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_read_write_secrets/24_family_disabled_var_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/24_family_disabled_var_hidden.sh +++ b/tests/results/test_read_write_secrets/24_family_disabled_var_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/40_0leadership.sh b/tests/results/test_read_write_secrets/40_0leadership.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write_secrets/40_0leadership.sh +++ b/tests/results/test_read_write_secrets/40_0leadership.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/40_0leadership_diff_name.sh b/tests/results/test_read_write_secrets/40_0leadership_diff_name.sh index f0c5faa..89dd30e 100644 --- a/tests/results/test_read_write_secrets/40_0leadership_diff_name.sh +++ b/tests/results/test_read_write_secrets/40_0leadership_diff_name.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leadership diff --git a/tests/results/test_read_write_secrets/40_0leadership_empty.sh b/tests/results/test_read_write_secrets/40_0leadership_empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/40_0leadership_empty.sh +++ b/tests/results/test_read_write_secrets/40_0leadership_empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_read_write_secrets/40_0leadership_follower_default_value.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write_secrets/40_0leadership_follower_default_value.sh +++ b/tests/results/test_read_write_secrets/40_0leadership_follower_default_value.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.sh index bbd6942..3b095bf 100644 --- a/tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 general ┃ ┗━━ 📓 mode_conteneur_actif: non diff --git a/tests/results/test_read_write_secrets/40_1leadership_append_follower.sh b/tests/results/test_read_write_secrets/40_1leadership_append_follower.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write_secrets/40_1leadership_append_follower.sh +++ b/tests/results/test_read_write_secrets/40_1leadership_append_follower.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/40_6leadership_follower_multi.sh b/tests/results/test_read_write_secrets/40_6leadership_follower_multi.sh index f0c5faa..89dd30e 100644 --- a/tests/results/test_read_write_secrets/40_6leadership_follower_multi.sh +++ b/tests/results/test_read_write_secrets/40_6leadership_follower_multi.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leadership diff --git a/tests/results/test_read_write_secrets/40_8calculation_boolean.sh b/tests/results/test_read_write_secrets/40_8calculation_boolean.sh index 2c419a1..a304a83 100644 --- a/tests/results/test_read_write_secrets/40_8calculation_boolean.sh +++ b/tests/results/test_read_write_secrets/40_8calculation_boolean.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 bool: false -┣━━ 📓 multi1 : +┣━━ 📓 multi1: ┃ ┗━━ false -┗━━ 📓 multi2 : +┗━━ 📓 multi2:  ┣━━ true  ┗━━ false diff --git a/tests/results/test_read_write_secrets/40_8calculation_multi_variable.sh b/tests/results/test_read_write_secrets/40_8calculation_multi_variable.sh index 8d7ff25..8266653 100644 --- a/tests/results/test_read_write_secrets/40_8calculation_multi_variable.sh +++ b/tests/results/test_read_write_secrets/40_8calculation_multi_variable.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ no ┃ ┗━━ yes ┣━━ 📓 var2: no diff --git a/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.sh index 457599c..cb28dd0 100644 --- a/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.sh +++ b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var: no ┗━━ 📂 fam1 diff --git a/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.sh index 7fd8094..13026b7 100644 --- a/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.sh +++ b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 fam1 ┃ ┗━━ 📓 var: no diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-first.sh index 5b1d170..b6c6715 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-first.sh +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-first.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -13,5 +11,5 @@ Variables: ┃  ┣━━ 📓 leader: value2 ┃  ┣━━ 📓 follower1: val11 ┃  ┗━━ 📓 follower2: val21 -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┗━━ val11 diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-last.sh index 5b1d170..b6c6715 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-last.sh +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-last.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -13,5 +11,5 @@ Variables: ┃  ┣━━ 📓 leader: value2 ┃  ┣━━ 📓 follower1: val11 ┃  ┗━━ 📓 follower2: val21 -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┗━━ val11 diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower.sh b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower.sh index 421a30f..d1bce8f 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower.sh +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -13,6 +11,6 @@ Variables: ┃  ┣━━ 📓 leader: value2 ┃  ┣━━ 📓 follower1: val11 ┃  ┗━━ 📓 follower2: val21 -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ val11  ┗━━ val11 diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-first.sh index 18c831d..c90f50e 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-first.sh +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-first.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-last.sh index 1977670..c7581c2 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-last.sh +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-last.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader.sh b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader.sh index 070a162..4c47f2b 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader.sh +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -13,6 +11,6 @@ Variables: ┃  ┣━━ 📓 leader: value2 ┃  ┣━━ 📓 follower1: val11 ┃  ┗━━ 📓 follower2: val21 -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ value1  ┗━━ value2 diff --git a/tests/results/test_read_write_secrets/41_0choice_leader.sh b/tests/results/test_read_write_secrets/41_0choice_leader.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write_secrets/41_0choice_leader.sh +++ b/tests/results/test_read_write_secrets/41_0choice_leader.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/44_0leadership_hidden.sh b/tests/results/test_read_write_secrets/44_0leadership_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/44_0leadership_hidden.sh +++ b/tests/results/test_read_write_secrets/44_0leadership_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_read_write_secrets/44_0leadership_leader_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/44_0leadership_leader_hidden.sh +++ b/tests/results/test_read_write_secrets/44_0leadership_leader_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_read_write_secrets/44_1leadership_append_hidden_follower.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_read_write_secrets/44_1leadership_append_hidden_follower.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/44_4leadership_mandatory.sh b/tests/results/test_read_write_secrets/44_4leadership_mandatory.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write_secrets/44_4leadership_mandatory.sh +++ b/tests/results/test_read_write_secrets/44_4leadership_mandatory.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.sh index 29461f3..5fc8159 100644 --- a/tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.sh +++ b/tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📓 condition: no diff --git a/tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.sh index 2e8b7f6..edd1c5c 100644 --- a/tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 condition: yes ┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic.sh b/tests/results/test_read_write_secrets/60_0family_dynamic.sh index dfa45e7..50ad329 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic.sh +++ b/tests/results/test_read_write_secrets/60_0family_dynamic.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 -┃ ┗━━ 📓 var: null +┃ ┗━━ 📓 var: ┗━━ 📂 dynval2 - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.sh index de2eea8..87de137 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.sh +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 -┃ ┗━━ 📓 vardyn: null +┃ ┗━━ 📓 vardyn: ┗━━ 📂 dynval2 - ┗━━ 📓 vardyn: null + ┗━━ 📓 vardyn: diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_empty.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_empty.sh +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_forbidden_char.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_forbidden_char.sh index bcc1d56..0a5f049 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_forbidden_char.sh +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_forbidden_char.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val.1 ┃ ┗━━ val.2 ┣━━ 📂 dynval_1 diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description.sh index dfa45e7..50ad329 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_no_description.sh +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 -┃ ┗━━ 📓 var: null +┃ ┗━━ 📓 var: ┗━━ 📂 dynval2 - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_static.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_static.sh index a7d3f13..58f742e 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_static.sh +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_static.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📂 dynval1 -┃ ┗━━ 📓 var: null +┃ ┗━━ 📓 var: ┗━━ 📂 dynval2 - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_test.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_test.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_test.sh +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_test.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_upper_char.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..4994ac7 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_upper_char.sh @@ -0,0 +1,11 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📓 var: +┃ ┣━━ Val1 +┃ ┗━━ VAL2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: +┗━━ 📂 dynval2 + ┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.sh index 50b6af7..2e5b1c0 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.sh +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_0family_empty.sh b/tests/results/test_read_write_secrets/60_0family_empty.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/60_0family_empty.sh +++ b/tests/results/test_read_write_secrets/60_0family_empty.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/60_0family_hidden.sh b/tests/results/test_read_write_secrets/60_0family_hidden.sh index fa31cd7..03b4a16 100644 --- a/tests/results/test_read_write_secrets/60_0family_hidden.sh +++ b/tests/results/test_read_write_secrets/60_0family_hidden.sh @@ -1,6 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_read_write_secrets/60_0family_mode.sh b/tests/results/test_read_write_secrets/60_0family_mode.sh index b185000..19d563b 100644 --- a/tests/results/test_read_write_secrets/60_0family_mode.sh +++ b/tests/results/test_read_write_secrets/60_0family_mode.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📓 var: non diff --git a/tests/results/test_read_write_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_read_write_secrets/60_1family_dynamic_jinja.sh index 89255b7..0104db9 100644 --- a/tests/results/test_read_write_secrets/60_1family_dynamic_jinja.sh +++ b/tests/results/test_read_write_secrets/60_1family_dynamic_jinja.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dyn1 diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh index 5851bf1..b9be1f1 100644 --- a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -1,16 +1,14 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 ┃ ┗━━ 📂 family -┃  ┗━━ 📓 var: null +┃  ┗━━ 📓 var: ┣━━ 📂 dynval2 ┃ ┗━━ 📂 family -┃  ┗━━ 📓 var: null -┗━━ 📓 var2: null +┃  ┗━━ 📓 var: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh index 542bbf0..dd1c96e 100644 --- a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index 1f9cfb6..68344fa 100644 --- a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : -┗━━ 📓 var2: null +┣━━ 📓 var: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh index c4f11bb..6c7dba8 100644 --- a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.sh index 71918dc..8f7d1fe 100644 --- a/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.sh +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh index 339e3f5..605bd10 100644 --- a/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : -┗━━ 📓 newvar: null +┣━━ 📓 var1: +┗━━ 📓 newvar: diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.sh index a8f9d1e..6525603 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.sh +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..6c7dba8 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh index a8f9d1e..6525603 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.sh index 94eceb8..91824e9 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.sh +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.sh @@ -1,14 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 -┃ ┗━━ 📓 var: null +┃ ┗━━ 📓 var: ┣━━ 📂 dynval2 -┃ ┗━━ 📓 var: null -┗━━ 📓 var2: null +┃ ┗━━ 📓 var: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh index c4f11bb..6c7dba8 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var1 : -┗━━ 📓 var2: null +┣━━ 📓 var1: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.sh index 94239c1..60076b0 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.sh +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 dynval1 - ┣━━ 📓 var: null + ┣━━ 📓 var:  ┗━━ 📂 family -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh index db50fc0..0716c81 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh index 1f9cfb6..68344fa 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : -┗━━ 📓 var2: null +┣━━ 📓 var: +┗━━ 📓 var2: diff --git a/tests/results/test_read_write_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership.sh index 922f729..469ada6 100644 --- a/tests/results/test_read_write_secrets/60_6family_dynamic_leadership.sh +++ b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.sh index 1e0f43c..d1eb312 100644 --- a/tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 var : +┗━━ 📓 var: diff --git a/tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.sh index 001fc9d..8de12e6 100644 --- a/tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.sh +++ b/tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┣━━ 📓 var: val2 ┣━━ 📂 dynval1 -┃ ┗━━ 📓 vardyn: null +┃ ┗━━ 📓 vardyn: ┗━━ 📂 dynval2 - ┗━━ 📓 vardyn: null + ┗━━ 📓 vardyn: diff --git a/tests/results/test_read_write_secrets/68_0family_leadership_mode.sh b/tests/results/test_read_write_secrets/68_0family_leadership_mode.sh index 3dea677..bd2fafc 100644 --- a/tests/results/test_read_write_secrets/68_0family_leadership_mode.sh +++ b/tests/results/test_read_write_secrets/68_0family_leadership_mode.sh @@ -1,7 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ Variab… │ +╰───────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_secrets/00_0empty.sh b/tests/results/test_secrets/00_0empty.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_secrets/00_0empty.sh +++ b/tests/results/test_secrets/00_0empty.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_secrets/00_0version_underscore.sh b/tests/results/test_secrets/00_0version_underscore.sh index cbb3131..daa77f6 100644 --- a/tests/results/test_secrets/00_0version_underscore.sh +++ b/tests/results/test_secrets/00_0version_underscore.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 version: string1 diff --git a/tests/results/test_secrets/00_1empty_variable.sh b/tests/results/test_secrets/00_1empty_variable.sh index 10d4ca9..7f3e6bd 100644 --- a/tests/results/test_secrets/00_1empty_variable.sh +++ b/tests/results/test_secrets/00_1empty_variable.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 empty: string1 diff --git a/tests/results/test_secrets/00_2default_calculated.sh b/tests/results/test_secrets/00_2default_calculated.sh index 456e0a0..8e8e147 100644 --- a/tests/results/test_secrets/00_2default_calculated.sh +++ b/tests/results/test_secrets/00_2default_calculated.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┣━━ string1 (string1)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/00_2default_calculated_multi.sh b/tests/results/test_secrets/00_2default_calculated_multi.sh index a5340fd..7bcc512 100644 --- a/tests/results/test_secrets/00_2default_calculated_multi.sh +++ b/tests/results/test_secrets/00_2default_calculated_multi.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 (no) ┃ ┣━━ string2 (yes) ┃ ┗━━ string3 (maybe) -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┣━━ string1 (string1)  ┣━━ string2 (string2)  ┗━━ string3 (string3) diff --git a/tests/results/test_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_secrets/00_2default_calculated_variable_transitive.sh index 851283d..f4fb173 100644 --- a/tests/results/test_secrets/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_secrets/00_2default_calculated_variable_transitive.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ domain1.lan ┃ ┗━━ domain2.lan -┗━━ 📓 var2 : +┗━━ 📓 var2:  ┣━━ domain1.lan (domain1.lan)  ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_secrets/00_4load_subfolder.sh b/tests/results/test_secrets/00_4load_subfolder.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_secrets/00_4load_subfolder.sh +++ b/tests/results/test_secrets/00_4load_subfolder.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/00_5load_notype.sh b/tests/results/test_secrets/00_5load_notype.sh index 65bd95e..a021c2e 100644 --- a/tests/results/test_secrets/00_5load_notype.sh +++ b/tests/results/test_secrets/00_5load_notype.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 without_type: string1 (non) diff --git a/tests/results/test_secrets/00_6boolean.sh b/tests/results/test_secrets/00_6boolean.sh index b27ab1f..aeae414 100644 --- a/tests/results/test_secrets/00_6boolean.sh +++ b/tests/results/test_secrets/00_6boolean.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: true (true) ┣━━ 📓 var2: true (true) diff --git a/tests/results/test_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_secrets/00_6boolean_no_mandatory.sh index 20d348f..4900b3b 100644 --- a/tests/results/test_secrets/00_6boolean_no_mandatory.sh +++ b/tests/results/test_secrets/00_6boolean_no_mandatory.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: true (true) diff --git a/tests/results/test_secrets/00_6choice.sh b/tests/results/test_secrets/00_6choice.sh index 49df8e5..6b6ce27 100644 --- a/tests/results/test_secrets/00_6choice.sh +++ b/tests/results/test_secrets/00_6choice.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: a ┣━━ 📓 var2: a ┣━━ 📓 var3: a -┣━━ 📓 var4: null +┣━━ 📓 var4: ┣━━ 📓 var5: a (a) ┗━━ 📓 var6: 1 (1) diff --git a/tests/results/test_secrets/00_6choice_calculation.sh b/tests/results/test_secrets/00_6choice_calculation.sh index ac78811..618cc73 100644 --- a/tests/results/test_secrets/00_6choice_calculation.sh +++ b/tests/results/test_secrets/00_6choice_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_secrets/00_6choice_link.sh b/tests/results/test_secrets/00_6choice_link.sh index e013bd0..5d326a8 100644 --- a/tests/results/test_secrets/00_6choice_link.sh +++ b/tests/results/test_secrets/00_6choice_link.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: a ┗━━ 📓 var2: a (a) diff --git a/tests/results/test_secrets/00_6choice_variable.sh b/tests/results/test_secrets/00_6choice_variable.sh index 8acfef6..dfeae8f 100644 --- a/tests/results/test_secrets/00_6choice_variable.sh +++ b/tests/results/test_secrets/00_6choice_variable.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 (a) ┃ ┣━━ string2 (b) ┃ ┗━━ string3 (c) diff --git a/tests/results/test_secrets/00_6choice_variable_link.sh b/tests/results/test_secrets/00_6choice_variable_link.sh index dfcb021..e3f3974 100644 --- a/tests/results/test_secrets/00_6choice_variable_link.sh +++ b/tests/results/test_secrets/00_6choice_variable_link.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 (a) ┃ ┣━━ string2 (b) ┃ ┗━━ string3 (c) diff --git a/tests/results/test_secrets/00_6choice_variable_link2.sh b/tests/results/test_secrets/00_6choice_variable_link2.sh index 463e5b1..ed29828 100644 --- a/tests/results/test_secrets/00_6choice_variable_link2.sh +++ b/tests/results/test_secrets/00_6choice_variable_link2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 (a) ┃ ┣━━ string2 (b) ┃ ┗━━ string3 (c) diff --git a/tests/results/test_secrets/00_6custom.sh b/tests/results/test_secrets/00_6custom.sh index 3e4f83a..1f7126d 100644 --- a/tests/results/test_secrets/00_6custom.sh +++ b/tests/results/test_secrets/00_6custom.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 custom1: string1 ┗━━ 📓 custom2: string1 (value) diff --git a/tests/results/test_secrets/00_6domainname.sh b/tests/results/test_secrets/00_6domainname.sh index 4b6a7cc..8b2f470 100644 --- a/tests/results/test_secrets/00_6domainname.sh +++ b/tests/results/test_secrets/00_6domainname.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_secrets/00_6domainname_params.sh b/tests/results/test_secrets/00_6domainname_params.sh index 4b6a7cc..8b2f470 100644 --- a/tests/results/test_secrets/00_6domainname_params.sh +++ b/tests/results/test_secrets/00_6domainname_params.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_secrets/00_6float.sh b/tests/results/test_secrets/00_6float.sh index b2f2084..22cca01 100644 --- a/tests/results/test_secrets/00_6float.sh +++ b/tests/results/test_secrets/00_6float.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: 1.1 (0.0) ┣━━ 📓 var2: 1.1 (0.0) diff --git a/tests/results/test_secrets/00_6number.sh b/tests/results/test_secrets/00_6number.sh index 65e8ec8..217a7da 100644 --- a/tests/results/test_secrets/00_6number.sh +++ b/tests/results/test_secrets/00_6number.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: 1 (0) ┣━━ 📓 var2: 1 (0) diff --git a/tests/results/test_secrets/00_6port.sh b/tests/results/test_secrets/00_6port.sh index 8a43519..3a2dcec 100644 --- a/tests/results/test_secrets/00_6port.sh +++ b/tests/results/test_secrets/00_6port.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 variable1: 80 ┣━━ 📓 variable2: 80 (8080) diff --git a/tests/results/test_secrets/00_6regexp.sh b/tests/results/test_secrets/00_6regexp.sh index c85c7c3..ef2b3e6 100644 --- a/tests/results/test_secrets/00_6regexp.sh +++ b/tests/results/test_secrets/00_6regexp.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_secrets/00_6regexp_link.sh b/tests/results/test_secrets/00_6regexp_link.sh index adf0567..dd7b6fb 100644 --- a/tests/results/test_secrets/00_6regexp_link.sh +++ b/tests/results/test_secrets/00_6regexp_link.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: #b1b1b1 (#a1a1a1) ┗━━ 📓 var2: #b2b1b1 (#b1b1b1) diff --git a/tests/results/test_secrets/00_6secret.sh b/tests/results/test_secrets/00_6secret.sh index 7bbfe9c..fb64726 100644 --- a/tests/results/test_secrets/00_6secret.sh +++ b/tests/results/test_secrets/00_6secret.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 secret1: ********** ┗━━ 📓 secret2: ********** (**********) diff --git a/tests/results/test_secrets/00_6secret_param.sh b/tests/results/test_secrets/00_6secret_param.sh index aa651a6..5b03a8a 100644 --- a/tests/results/test_secrets/00_6secret_param.sh +++ b/tests/results/test_secrets/00_6secret_param.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 secret1: ********** ┣━━ 📓 secret2: ********** (**********) diff --git a/tests/results/test_secrets/00_6string.sh b/tests/results/test_secrets/00_6string.sh index 8ab1c48..2abc662 100644 --- a/tests/results/test_secrets/00_6string.sh +++ b/tests/results/test_secrets/00_6string.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┣━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/00_7choice_quote.sh b/tests/results/test_secrets/00_7choice_quote.sh index 514be07..ec5f518 100644 --- a/tests/results/test_secrets/00_7choice_quote.sh +++ b/tests/results/test_secrets/00_7choice_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: quote' (quote') diff --git a/tests/results/test_secrets/00_7help.sh b/tests/results/test_secrets/00_7help.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_secrets/00_7help.sh +++ b/tests/results/test_secrets/00_7help.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/00_7help_quote.sh b/tests/results/test_secrets/00_7help_quote.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_secrets/00_7help_quote.sh +++ b/tests/results/test_secrets/00_7help_quote.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/00_7help_sup.sh b/tests/results/test_secrets/00_7help_sup.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_secrets/00_7help_sup.sh +++ b/tests/results/test_secrets/00_7help_sup.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/00_7value_doublequote.sh b/tests/results/test_secrets/00_7value_doublequote.sh index cfb0fba..793ed55 100644 --- a/tests/results/test_secrets/00_7value_doublequote.sh +++ b/tests/results/test_secrets/00_7value_doublequote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (quote") diff --git a/tests/results/test_secrets/00_7value_doublequote2.sh b/tests/results/test_secrets/00_7value_doublequote2.sh index d2d1201..0a56614 100644 --- a/tests/results/test_secrets/00_7value_doublequote2.sh +++ b/tests/results/test_secrets/00_7value_doublequote2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (quote'") diff --git a/tests/results/test_secrets/00_7value_doublequote3.sh b/tests/results/test_secrets/00_7value_doublequote3.sh index 452fc21..b16b23d 100644 --- a/tests/results/test_secrets/00_7value_doublequote3.sh +++ b/tests/results/test_secrets/00_7value_doublequote3.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (quote\"\') diff --git a/tests/results/test_secrets/00_7value_quote.sh b/tests/results/test_secrets/00_7value_quote.sh index 4d59689..9d50f6d 100644 --- a/tests/results/test_secrets/00_7value_quote.sh +++ b/tests/results/test_secrets/00_7value_quote.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (quote') diff --git a/tests/results/test_secrets/00_8calculation_information.sh b/tests/results/test_secrets/00_8calculation_information.sh index 20ee287..89e8338 100644 --- a/tests/results/test_secrets/00_8calculation_information.sh +++ b/tests/results/test_secrets/00_8calculation_information.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/00_8test.sh b/tests/results/test_secrets/00_8test.sh index b1ffb34..c5e28c4 100644 --- a/tests/results/test_secrets/00_8test.sh +++ b/tests/results/test_secrets/00_8test.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: test ┣━━ 📓 var2: test (value) ┣━━ 📓 var3: test1 -┣━━ 📓 var4: null +┣━━ 📓 var4: ┣━━ 📓 var5: false (true) -┗━━ 📓 var6 : +┗━━ 📓 var6:  ┣━━ test1  ┗━━ test2 diff --git a/tests/results/test_secrets/00_9choice_variable_multi.sh b/tests/results/test_secrets/00_9choice_variable_multi.sh index a583b22..6538e71 100644 --- a/tests/results/test_secrets/00_9choice_variable_multi.sh +++ b/tests/results/test_secrets/00_9choice_variable_multi.sh @@ -1,13 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 variable1 : +┣━━ 📓 variable1: ┃ ┣━━ val1 ┃ ┗━━ val2 -┗━━ 📓 variable2 : +┗━━ 📓 variable2:  ┣━━ val1  ┗━━ val2 diff --git a/tests/results/test_secrets/00_9choice_variables.sh b/tests/results/test_secrets/00_9choice_variables.sh index ab3878d..157ea1f 100644 --- a/tests/results/test_secrets/00_9choice_variables.sh +++ b/tests/results/test_secrets/00_9choice_variables.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 source_variable_1: string1 (val1) ┣━━ 📓 source_variable_2: string1 (val2) diff --git a/tests/results/test_secrets/00_9default_calculation.sh b/tests/results/test_secrets/00_9default_calculation.sh index f48bdd2..4ca2b14 100644 --- a/tests/results/test_secrets/00_9default_calculation.sh +++ b/tests/results/test_secrets/00_9default_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (string_1_True_None) diff --git a/tests/results/test_secrets/00_9default_calculation_information.sh b/tests/results/test_secrets/00_9default_calculation_information.sh index 9d9c8c4..4b6a702 100644 --- a/tests/results/test_secrets/00_9default_calculation_information.sh +++ b/tests/results/test_secrets/00_9default_calculation_information.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_secrets/00_9default_calculation_information_other_variable.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_secrets/00_9default_calculation_information_other_variable.sh +++ b/tests/results/test_secrets/00_9default_calculation_information_other_variable.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_secrets/00_9default_calculation_multi_optional.sh index 09d1e5c..efb5e92 100644 --- a/tests/results/test_secrets/00_9default_calculation_multi_optional.sh +++ b/tests/results/test_secrets/00_9default_calculation_multi_optional.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 my_variable: string1 (val1) -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ string1 (string1)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_secrets/00_9default_calculation_multi_optional2.sh index 09d1e5c..efb5e92 100644 --- a/tests/results/test_secrets/00_9default_calculation_multi_optional2.sh +++ b/tests/results/test_secrets/00_9default_calculation_multi_optional2.sh @@ -1,12 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 my_variable: string1 (val1) -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ string1 (string1)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/00_9default_calculation_optional.sh b/tests/results/test_secrets/00_9default_calculation_optional.sh index 1636046..16b3f1a 100644 --- a/tests/results/test_secrets/00_9default_calculation_optional.sh +++ b/tests/results/test_secrets/00_9default_calculation_optional.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ string1  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_secrets/00_9default_calculation_optional_exists.sh index 2d44a09..487deb2 100644 --- a/tests/results/test_secrets/00_9default_calculation_optional_exists.sh +++ b/tests/results/test_secrets/00_9default_calculation_optional_exists.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 my_variable : +┣━━ 📓 my_variable: ┃ ┣━━ string1 (val1) ┃ ┣━━ string2 (val2) ┃ ┗━━ string3 -┗━━ 📓 my_calculated_variable : +┗━━ 📓 my_calculated_variable:  ┣━━ string1 (string1)  ┣━━ string2 (string2)  ┗━━ string3 (string3) diff --git a/tests/results/test_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_secrets/00_9default_calculation_param_optional.sh index 67cc3d2..e301f3b 100644 --- a/tests/results/test_secrets/00_9default_calculation_param_optional.sh +++ b/tests/results/test_secrets/00_9default_calculation_param_optional.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (string1) ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_secrets/00_9default_information_other_variable.sh b/tests/results/test_secrets/00_9default_information_other_variable.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_secrets/00_9default_information_other_variable.sh +++ b/tests/results/test_secrets/00_9default_information_other_variable.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/00_9default_information_other_variable2.sh b/tests/results/test_secrets/00_9default_information_other_variable2.sh index 745d9a2..44b8ded 100644 --- a/tests/results/test_secrets/00_9default_information_other_variable2.sh +++ b/tests/results/test_secrets/00_9default_information_other_variable2.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/00_9default_integer.sh b/tests/results/test_secrets/00_9default_integer.sh index ac78811..618cc73 100644 --- a/tests/results/test_secrets/00_9default_integer.sh +++ b/tests/results/test_secrets/00_9default_integer.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_secrets/01_6boolean_multi.sh b/tests/results/test_secrets/01_6boolean_multi.sh index fd45bd5..386c831 100644 --- a/tests/results/test_secrets/01_6boolean_multi.sh +++ b/tests/results/test_secrets/01_6boolean_multi.sh @@ -1,23 +1,21 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┗━━ true (true) -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┗━━ true (true) -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┗━━ true (true) -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┗━━ true (false) -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┗━━ true (false) -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┗━━ true (false) -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┗━━ true (true) -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┗━━ true (true) diff --git a/tests/results/test_secrets/01_6custom_multi.sh b/tests/results/test_secrets/01_6custom_multi.sh index 9ca11f8..6fe6e9e 100644 --- a/tests/results/test_secrets/01_6custom_multi.sh +++ b/tests/results/test_secrets/01_6custom_multi.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 custom1 : +┣━━ 📓 custom1: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┗━━ 📓 custom2 : +┗━━ 📓 custom2:  ┣━━ string1 (value)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/01_6float_multi.sh b/tests/results/test_secrets/01_6float_multi.sh index 23d167b..e5a973d 100644 --- a/tests/results/test_secrets/01_6float_multi.sh +++ b/tests/results/test_secrets/01_6float_multi.sh @@ -1,39 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ 1.1 (0.0) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┣━━ 1.1 (0.0) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┣━━ 1.1 (0.0) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┣━━ 1.1 (10.1) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┣━━ 1.1 (10.1) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┣━━ 1.1 (10.1) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┣━━ 1.1 (0.0) ┃ ┣━━ 2.2 ┃ ┗━━ 3.3 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┣━━ 1.1 (0.0)  ┣━━ 2.2  ┗━━ 3.3 diff --git a/tests/results/test_secrets/01_6number_multi.sh b/tests/results/test_secrets/01_6number_multi.sh index a5ad107..91bea71 100644 --- a/tests/results/test_secrets/01_6number_multi.sh +++ b/tests/results/test_secrets/01_6number_multi.sh @@ -1,39 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ 1 (0) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┣━━ 1 (0) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┣━━ 1 (0) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┣━━ 1 (10) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┣━━ 1 (10) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┣━━ 1 (10) ┃ ┣━━ 2 ┃ ┗━━ 3 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┣━━ 1 (0) ┃ ┣━━ 2 ┃ ┗━━ 3 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┣━━ 1 (0)  ┣━━ 2  ┗━━ 3 diff --git a/tests/results/test_secrets/01_6string_empty.sh b/tests/results/test_secrets/01_6string_empty.sh index c8a3fd0..f390f23 100644 --- a/tests/results/test_secrets/01_6string_empty.sh +++ b/tests/results/test_secrets/01_6string_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ string1 (value)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/01_6string_multi.sh b/tests/results/test_secrets/01_6string_multi.sh index f812e5c..f5e7756 100644 --- a/tests/results/test_secrets/01_6string_multi.sh +++ b/tests/results/test_secrets/01_6string_multi.sh @@ -1,39 +1,37 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var2 : +┣━━ 📓 var2: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var3 : +┣━━ 📓 var3: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var4 : +┣━━ 📓 var4: ┃ ┣━━ string1 (value) ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var5 : +┣━━ 📓 var5: ┃ ┣━━ string1 (value) ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var6 : +┣━━ 📓 var6: ┃ ┣━━ string1 (value) ┃ ┣━━ string2 ┃ ┗━━ string3 -┣━━ 📓 var7 : +┣━━ 📓 var7: ┃ ┣━━ string1 (value) ┃ ┣━━ string2 ┃ ┗━━ string3 -┗━━ 📓 var8 : +┗━━ 📓 var8:  ┣━━ string1 (value)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/01_7value_multi_doublequote.sh b/tests/results/test_secrets/01_7value_multi_doublequote.sh index c48b269..02733b2 100644 --- a/tests/results/test_secrets/01_7value_multi_doublequote.sh +++ b/tests/results/test_secrets/01_7value_multi_doublequote.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (quote")  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_secrets/01_7value_multi_doublequote2.sh index d28cadf..6aea58e 100644 --- a/tests/results/test_secrets/01_7value_multi_doublequote2.sh +++ b/tests/results/test_secrets/01_7value_multi_doublequote2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (quote'")  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/01_7value_multi_quote.sh b/tests/results/test_secrets/01_7value_multi_quote.sh index 7a0036e..d04f9e7 100644 --- a/tests/results/test_secrets/01_7value_multi_quote.sh +++ b/tests/results/test_secrets/01_7value_multi_quote.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (quote')  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/01_8calculation_information_multi.sh b/tests/results/test_secrets/01_8calculation_information_multi.sh index 3d17763..dabc938 100644 --- a/tests/results/test_secrets/01_8calculation_information_multi.sh +++ b/tests/results/test_secrets/01_8calculation_information_multi.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/01_9choice_variable_multi.sh b/tests/results/test_secrets/01_9choice_variable_multi.sh index d7a7ea2..f303e7d 100644 --- a/tests/results/test_secrets/01_9choice_variable_multi.sh +++ b/tests/results/test_secrets/01_9choice_variable_multi.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 variable1 : +┣━━ 📓 variable1: ┃ ┣━━ string1 (a) ┃ ┣━━ string2 (b) ┃ ┗━━ string3 (c) diff --git a/tests/results/test_secrets/04_0type_param.sh b/tests/results/test_secrets/04_0type_param.sh index ddfef88..78a5c9e 100644 --- a/tests/results/test_secrets/04_0type_param.sh +++ b/tests/results/test_secrets/04_0type_param.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 int: 1 (10) diff --git a/tests/results/test_secrets/04_1auto_save.sh b/tests/results/test_secrets/04_1auto_save.sh index a99ff67..f792567 100644 --- a/tests/results/test_secrets/04_1auto_save.sh +++ b/tests/results/test_secrets/04_1auto_save.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: no diff --git a/tests/results/test_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_secrets/04_1auto_save_and_calculated.sh index a730525..928c68b 100644 --- a/tests/results/test_secrets/04_1auto_save_and_calculated.sh +++ b/tests/results/test_secrets/04_1auto_save_and_calculated.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) ┗━━ 📓 var2: no diff --git a/tests/results/test_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_secrets/04_1auto_save_and_calculated_hidden.sh index 823343a..f885578 100644 --- a/tests/results/test_secrets/04_1auto_save_and_calculated_hidden.sh +++ b/tests/results/test_secrets/04_1auto_save_and_calculated_hidden.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) ┗━━ 📓 var2: yes diff --git a/tests/results/test_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_secrets/04_1auto_save_and_hidden.sh index f3bbf7c..6877b14 100644 --- a/tests/results/test_secrets/04_1auto_save_and_hidden.sh +++ b/tests/results/test_secrets/04_1auto_save_and_hidden.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ───────────────╮ +│ Unmodifiable variable Modified value │ +╰──────────────────────────────────────╯ Variables: ┗━━ 📓 var: yes diff --git a/tests/results/test_secrets/04_1default_calculation_hidden.sh b/tests/results/test_secrets/04_1default_calculation_hidden.sh index f4a35c3..6002b44 100644 --- a/tests/results/test_secrets/04_1default_calculation_hidden.sh +++ b/tests/results/test_secrets/04_1default_calculation_hidden.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (value) ┣━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_secrets/04_1default_calculation_hidden_2.sh index f4a35c3..6002b44 100644 --- a/tests/results/test_secrets/04_1default_calculation_hidden_2.sh +++ b/tests/results/test_secrets/04_1default_calculation_hidden_2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (value) ┣━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_secrets/04_5disabled_calculation_optional.sh index c862f1f..c8911ea 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_optional.sh +++ b/tests/results/test_secrets/04_5disabled_calculation_optional.sh @@ -1,10 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) -┣━━ 📓 var1: null +┣━━ 📓 var1: ┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_secrets/04_5disabled_calculation_variable.sh index a9481ef..99f780a 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable.sh +++ b/tests/results/test_secrets/04_5disabled_calculation_variable.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_secrets/04_5disabled_calculation_variable2.sh index 881ad94..f6334e3 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable2.sh +++ b/tests/results/test_secrets/04_5disabled_calculation_variable2.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 condition: true (true) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_secrets/04_5disabled_calculation_variable3.sh index 36d67de..e1bfd11 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable3.sh +++ b/tests/results/test_secrets/04_5disabled_calculation_variable3.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (yes) ┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_secrets/04_5disabled_calculation_variable4.sh index 672c603..294fa35 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable4.sh +++ b/tests/results/test_secrets/04_5disabled_calculation_variable4.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable_multi.sh b/tests/results/test_secrets/04_5disabled_calculation_variable_multi.sh index a9481ef..99f780a 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_secrets/04_5disabled_calculation_variable_multi.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable_multi2.sh b/tests/results/test_secrets/04_5disabled_calculation_variable_multi2.sh index e34e82c..f3610c6 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable_multi2.sh +++ b/tests/results/test_secrets/04_5disabled_calculation_variable_multi2.sh @@ -1,15 +1,12 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 condition : +┣━━ 📓 condition: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable_multi3.sh b/tests/results/test_secrets/04_5disabled_calculation_variable_multi3.sh index 8d0137d..961d5a9 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable_multi3.sh +++ b/tests/results/test_secrets/04_5disabled_calculation_variable_multi3.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 condition : +┣━━ 📓 condition: ┃ ┣━━ string1 (val1) ┃ ┣━━ string2 (val2) ┃ ┗━━ string3 -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/04_5validators.sh b/tests/results/test_secrets/04_5validators.sh index adce015..69be5ce 100644 --- a/tests/results/test_secrets/04_5validators.sh +++ b/tests/results/test_secrets/04_5validators.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 int: 1 diff --git a/tests/results/test_secrets/04_5validators_differ.sh b/tests/results/test_secrets/04_5validators_differ.sh index e30325e..d4e0096 100644 --- a/tests/results/test_secrets/04_5validators_differ.sh +++ b/tests/results/test_secrets/04_5validators_differ.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: another_value (oui) ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_secrets/04_5validators_multi.sh b/tests/results/test_secrets/04_5validators_multi.sh index 7f26d87..5419c20 100644 --- a/tests/results/test_secrets/04_5validators_multi.sh +++ b/tests/results/test_secrets/04_5validators_multi.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ string1 (no)  ┣━━ string2 (yes)  ┗━━ string3 diff --git a/tests/results/test_secrets/04_5validators_multi2.sh b/tests/results/test_secrets/04_5validators_multi2.sh index 3fcdbdb..6abccbc 100644 --- a/tests/results/test_secrets/04_5validators_multi2.sh +++ b/tests/results/test_secrets/04_5validators_multi2.sh @@ -1,10 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ val1 (no)  ┗━━ val2 (yes) diff --git a/tests/results/test_secrets/05_0multi_not_uniq.sh b/tests/results/test_secrets/05_0multi_not_uniq.sh index 472495b..3540963 100644 --- a/tests/results/test_secrets/05_0multi_not_uniq.sh +++ b/tests/results/test_secrets/05_0multi_not_uniq.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 var1 : +┗━━ 📓 var1:  ┣━━ string1 (non)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/05_0multi_uniq.sh b/tests/results/test_secrets/05_0multi_uniq.sh index d52c787..0872a30 100644 --- a/tests/results/test_secrets/05_0multi_uniq.sh +++ b/tests/results/test_secrets/05_0multi_uniq.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (non)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/12_1auto_save_expert.sh b/tests/results/test_secrets/12_1auto_save_expert.sh index 29435ca..7319d4b 100644 --- a/tests/results/test_secrets/12_1auto_save_expert.sh +++ b/tests/results/test_secrets/12_1auto_save_expert.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented but modified variable Modified value │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📓 var: no diff --git a/tests/results/test_secrets/16_0redefine_description.sh b/tests/results/test_secrets/16_0redefine_description.sh index 9d9c8c4..4b6a702 100644 --- a/tests/results/test_secrets/16_0redefine_description.sh +++ b/tests/results/test_secrets/16_0redefine_description.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/16_2family_redefine_calculation.sh b/tests/results/test_secrets/16_2family_redefine_calculation.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_secrets/16_2family_redefine_calculation.sh +++ b/tests/results/test_secrets/16_2family_redefine_calculation.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_secrets/16_2family_redefine_disabled.sh b/tests/results/test_secrets/16_2family_redefine_disabled.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_secrets/16_2family_redefine_disabled.sh +++ b/tests/results/test_secrets/16_2family_redefine_disabled.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_secrets/16_5exists_nonexists.sh b/tests/results/test_secrets/16_5exists_nonexists.sh index 3466da7..e0bae32 100644 --- a/tests/results/test_secrets/16_5exists_nonexists.sh +++ b/tests/results/test_secrets/16_5exists_nonexists.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) ┗━━ 📓 var2: string1 (yes) diff --git a/tests/results/test_secrets/16_5exists_redefine.sh b/tests/results/test_secrets/16_5exists_redefine.sh index d93518e..33b8452 100644 --- a/tests/results/test_secrets/16_5exists_redefine.sh +++ b/tests/results/test_secrets/16_5exists_redefine.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📓 var1: yes diff --git a/tests/results/test_secrets/16_5redefine_calculation.sh b/tests/results/test_secrets/16_5redefine_calculation.sh index 41a9217..f15f9a4 100644 --- a/tests/results/test_secrets/16_5redefine_calculation.sh +++ b/tests/results/test_secrets/16_5redefine_calculation.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_secrets/16_5redefine_choice.sh b/tests/results/test_secrets/16_5redefine_choice.sh index a9898f1..1600c1a 100644 --- a/tests/results/test_secrets/16_5redefine_choice.sh +++ b/tests/results/test_secrets/16_5redefine_choice.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: a diff --git a/tests/results/test_secrets/16_5redefine_default.sh b/tests/results/test_secrets/16_5redefine_default.sh index 41a9217..f15f9a4 100644 --- a/tests/results/test_secrets/16_5redefine_default.sh +++ b/tests/results/test_secrets/16_5redefine_default.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_secrets/16_5redefine_default_calculation.sh b/tests/results/test_secrets/16_5redefine_default_calculation.sh index 20ee287..89e8338 100644 --- a/tests/results/test_secrets/16_5redefine_default_calculation.sh +++ b/tests/results/test_secrets/16_5redefine_default_calculation.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/16_5redefine_family.sh b/tests/results/test_secrets/16_5redefine_family.sh index bfc9f47..a838b99 100644 --- a/tests/results/test_secrets/16_5redefine_family.sh +++ b/tests/results/test_secrets/16_5redefine_family.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/16_5redefine_help.sh b/tests/results/test_secrets/16_5redefine_help.sh index bfc9f47..a838b99 100644 --- a/tests/results/test_secrets/16_5redefine_help.sh +++ b/tests/results/test_secrets/16_5redefine_help.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/16_5redefine_hidden.sh b/tests/results/test_secrets/16_5redefine_hidden.sh index a958bd4..2c35755 100644 --- a/tests/results/test_secrets/16_5redefine_hidden.sh +++ b/tests/results/test_secrets/16_5redefine_hidden.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📓 variable: no diff --git a/tests/results/test_secrets/16_5redefine_multi.sh b/tests/results/test_secrets/16_5redefine_multi.sh index d52c787..0872a30 100644 --- a/tests/results/test_secrets/16_5redefine_multi.sh +++ b/tests/results/test_secrets/16_5redefine_multi.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┗━━ 📓 variable : +┗━━ 📓 variable:  ┣━━ string1 (non)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_secrets/16_5redefine_remove_disable_calculation.sh index 7122d35..5a3277e 100644 --- a/tests/results/test_secrets/16_5redefine_remove_disable_calculation.sh +++ b/tests/results/test_secrets/16_5redefine_remove_disable_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/16_5test_redefine.sh b/tests/results/test_secrets/16_5test_redefine.sh index 3208745..38f08ab 100644 --- a/tests/results/test_secrets/16_5test_redefine.sh +++ b/tests/results/test_secrets/16_5test_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: test1 (no) ┣━━ 📓 var2: test1 (non) diff --git a/tests/results/test_secrets/16_6choice_redefine.sh b/tests/results/test_secrets/16_6choice_redefine.sh index 569602b..9d558c3 100644 --- a/tests/results/test_secrets/16_6choice_redefine.sh +++ b/tests/results/test_secrets/16_6choice_redefine.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📓 var: a (c) diff --git a/tests/results/test_secrets/16_6exists_family.sh b/tests/results/test_secrets/16_6exists_family.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_secrets/16_6exists_family.sh +++ b/tests/results/test_secrets/16_6exists_family.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_secrets/16_6exists_redefine_family.sh b/tests/results/test_secrets/16_6exists_redefine_family.sh index 0958ff9..e307cf0 100644 --- a/tests/results/test_secrets/16_6exists_redefine_family.sh +++ b/tests/results/test_secrets/16_6exists_redefine_family.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📂 family1 ┃ ┗━━ 📓 variable1: string1 diff --git a/tests/results/test_secrets/16exists_exists.sh b/tests/results/test_secrets/16exists_exists.sh index 9d9c8c4..4b6a702 100644 --- a/tests/results/test_secrets/16exists_exists.sh +++ b/tests/results/test_secrets/16exists_exists.sh @@ -1,8 +1,5 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/17_5redefine_leadership.sh b/tests/results/test_secrets/17_5redefine_leadership.sh index 0986b3a..c53fe45 100644 --- a/tests/results/test_secrets/17_5redefine_leadership.sh +++ b/tests/results/test_secrets/17_5redefine_leadership.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_secrets/20_0empty_family.sh b/tests/results/test_secrets/20_0empty_family.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_secrets/20_0empty_family.sh +++ b/tests/results/test_secrets/20_0empty_family.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_secrets/20_0family_append.sh b/tests/results/test_secrets/20_0family_append.sh index 2a1dc69..ac66731 100644 --- a/tests/results/test_secrets/20_0family_append.sh +++ b/tests/results/test_secrets/20_0family_append.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_secrets/20_0family_underscore.sh b/tests/results/test_secrets/20_0family_underscore.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_secrets/20_0family_underscore.sh +++ b/tests/results/test_secrets/20_0family_underscore.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_secrets/20_0multi_family.sh b/tests/results/test_secrets/20_0multi_family.sh index c94a75f..01a57ed 100644 --- a/tests/results/test_secrets/20_0multi_family.sh +++ b/tests/results/test_secrets/20_0multi_family.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily diff --git a/tests/results/test_secrets/20_0multi_family_basic.sh b/tests/results/test_secrets/20_0multi_family_basic.sh index c94a75f..01a57ed 100644 --- a/tests/results/test_secrets/20_0multi_family_basic.sh +++ b/tests/results/test_secrets/20_0multi_family_basic.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily diff --git a/tests/results/test_secrets/20_0multi_family_expert.sh b/tests/results/test_secrets/20_0multi_family_expert.sh index a0a7fcb..a2322ab 100644 --- a/tests/results/test_secrets/20_0multi_family_expert.sh +++ b/tests/results/test_secrets/20_0multi_family_expert.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────────────── Caption ─────────────────────╮ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable │ +╰───────────────────────────────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📂 subfamily diff --git a/tests/results/test_secrets/20_0multi_family_order.sh b/tests/results/test_secrets/20_0multi_family_order.sh index cabace8..fdd3c3f 100644 --- a/tests/results/test_secrets/20_0multi_family_order.sh +++ b/tests/results/test_secrets/20_0multi_family_order.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📓 variable: string1 ┗━━ 📂 family diff --git a/tests/results/test_secrets/20_0validators_differ_redefine.sh b/tests/results/test_secrets/20_0validators_differ_redefine.sh index 9e562b8..d301845 100644 --- a/tests/results/test_secrets/20_0validators_differ_redefine.sh +++ b/tests/results/test_secrets/20_0validators_differ_redefine.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 (no) ┣━━ 📓 var2: string1 (no) diff --git a/tests/results/test_secrets/20_1empty_subfamily.sh b/tests/results/test_secrets/20_1empty_subfamily.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_secrets/20_1empty_subfamily.sh +++ b/tests/results/test_secrets/20_1empty_subfamily.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_secrets/20_9default_information_parent.sh b/tests/results/test_secrets/20_9default_information_parent.sh index 2a1dc69..ac66731 100644 --- a/tests/results/test_secrets/20_9default_information_parent.sh +++ b/tests/results/test_secrets/20_9default_information_parent.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 family  ┣━━ 📓 var1: string1 diff --git a/tests/results/test_secrets/20_9family_absolute.sh b/tests/results/test_secrets/20_9family_absolute.sh index 401b68c..cc29cec 100644 --- a/tests/results/test_secrets/20_9family_absolute.sh +++ b/tests/results/test_secrets/20_9family_absolute.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var1: string1 ┣━━ 📂 family ┃ ┣━━ 📓 var2: string6 ┃ ┗━━ 📂 subfamily -┃  ┗━━ 📓 variable : +┃  ┗━━ 📓 variable: ┃   ┣━━ string1 (string1) ┃   ┣━━ string2 (string6) ┃   ┗━━ string3 @@ -17,7 +15,7 @@ Variables:  ┣━━ 📓 var2: string1 (string6)  ┣━━ 📓 var3: string5 (string4)  ┗━━ 📂 subfamily -  ┗━━ 📓 variable : +  ┗━━ 📓 variable:    ┣━━ string1 (string1)    ┣━━ string2 (string6)    ┗━━ string3 (string5) diff --git a/tests/results/test_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_secrets/24_0family_hidden_condition_sub_family.sh index 386c7f7..f973dca 100644 --- a/tests/results/test_secrets/24_0family_hidden_condition_sub_family.sh +++ b/tests/results/test_secrets/24_0family_hidden_condition_sub_family.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📂 family diff --git a/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.sh index d12c240..d184ce7 100644 --- a/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.sh +++ b/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -1,11 +1,10 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────────────────── Caption ────────────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +│ (Original default value) │ +╰────────────────────────────────────────────────╯ Variables: ┣━━ 📓 condition: true (true) ┗━━ 📂 family  ┗━━ 📂 subfamily -  ┗━━ 📓 var1: null +  ┗━━ 📓 var1: diff --git a/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.sh index a43d055..c4631dd 100644 --- a/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.sh +++ b/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📂 family diff --git a/tests/results/test_secrets/24_0family_mandatory_condition.sh b/tests/results/test_secrets/24_0family_mandatory_condition.sh index d7edcb8..a953ae7 100644 --- a/tests/results/test_secrets/24_0family_mandatory_condition.sh +++ b/tests/results/test_secrets/24_0family_mandatory_condition.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_secrets/24_0family_mandatory_condition_variable.sh index d88e1e8..8493787 100644 --- a/tests/results/test_secrets/24_0family_mandatory_condition_variable.sh +++ b/tests/results/test_secrets/24_0family_mandatory_condition_variable.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: true (true) ┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/24_7validators_variable_optional.sh b/tests/results/test_secrets/24_7validators_variable_optional.sh index 0c957fe..b6ea6f3 100644 --- a/tests/results/test_secrets/24_7validators_variable_optional.sh +++ b/tests/results/test_secrets/24_7validators_variable_optional.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 general  ┣━━ 📓 int: 5 diff --git a/tests/results/test_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_secrets/24_family_disabled_var_hidden.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_secrets/24_family_disabled_var_hidden.sh +++ b/tests/results/test_secrets/24_family_disabled_var_hidden.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_secrets/40_0leadership.sh b/tests/results/test_secrets/40_0leadership.sh index 1cf06b1..b6e0925 100644 --- a/tests/results/test_secrets/40_0leadership.sh +++ b/tests/results/test_secrets/40_0leadership.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_secrets/40_0leadership_diff_name.sh b/tests/results/test_secrets/40_0leadership_diff_name.sh index a4b3870..4be01b9 100644 --- a/tests/results/test_secrets/40_0leadership_diff_name.sh +++ b/tests/results/test_secrets/40_0leadership_diff_name.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leadership  ┣━━ 📂 leader diff --git a/tests/results/test_secrets/40_0leadership_empty.sh b/tests/results/test_secrets/40_0leadership_empty.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_secrets/40_0leadership_empty.sh +++ b/tests/results/test_secrets/40_0leadership_empty.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_secrets/40_0leadership_follower_default_calculation.sh index de2c6b6..511aa3d 100644 --- a/tests/results/test_secrets/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_secrets/40_0leadership_follower_default_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_secrets/40_0leadership_follower_default_value.sh index ec2629f..27d4128 100644 --- a/tests/results/test_secrets/40_0leadership_follower_default_value.sh +++ b/tests/results/test_secrets/40_0leadership_follower_default_value.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_secrets/40_0leadership_leader_not_multi.sh index 3559fd2..f43f078 100644 --- a/tests/results/test_secrets/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_secrets/40_0leadership_leader_not_multi.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 general ┃ ┗━━ 📓 mode_conteneur_actif: string1 (non) diff --git a/tests/results/test_secrets/40_1leadership_append_follower.sh b/tests/results/test_secrets/40_1leadership_append_follower.sh index 6f82870..d7188db 100644 --- a/tests/results/test_secrets/40_1leadership_append_follower.sh +++ b/tests/results/test_secrets/40_1leadership_append_follower.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_secrets/40_6leadership_follower_multi.sh b/tests/results/test_secrets/40_6leadership_follower_multi.sh index edf63fb..67d549b 100644 --- a/tests/results/test_secrets/40_6leadership_follower_multi.sh +++ b/tests/results/test_secrets/40_6leadership_follower_multi.sh @@ -1,38 +1,36 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 leadership  ┣━━ 📂 leader  ┃ ┣━━ 📓 leader: string1 - ┃ ┣━━ 📓 follower1 : + ┃ ┣━━ 📓 follower1:  ┃ ┃ ┣━━ string1  ┃ ┃ ┣━━ string2  ┃ ┃ ┗━━ string3 - ┃ ┗━━ 📓 follower2 : + ┃ ┗━━ 📓 follower2:  ┃  ┣━━ string1 (value)  ┃  ┣━━ string2  ┃  ┗━━ string3  ┣━━ 📂 leader  ┃ ┣━━ 📓 leader: string2 - ┃ ┣━━ 📓 follower1 : + ┃ ┣━━ 📓 follower1:  ┃ ┃ ┣━━ string1  ┃ ┃ ┣━━ string2  ┃ ┃ ┗━━ string3 - ┃ ┗━━ 📓 follower2 : + ┃ ┗━━ 📓 follower2:  ┃  ┣━━ string1 (value)  ┃  ┣━━ string2  ┃  ┗━━ string3  ┗━━ 📂 leader   ┣━━ 📓 leader: string3 -  ┣━━ 📓 follower1 : +  ┣━━ 📓 follower1:   ┃ ┣━━ string1   ┃ ┣━━ string2   ┃ ┗━━ string3 -  ┗━━ 📓 follower2 : +  ┗━━ 📓 follower2:    ┣━━ string1 (value)    ┣━━ string2    ┗━━ string3 diff --git a/tests/results/test_secrets/40_8calculation_boolean.sh b/tests/results/test_secrets/40_8calculation_boolean.sh index 5ad3273..7d2cb7f 100644 --- a/tests/results/test_secrets/40_8calculation_boolean.sh +++ b/tests/results/test_secrets/40_8calculation_boolean.sh @@ -1,13 +1,11 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 bool: true (false) -┣━━ 📓 multi1 : +┣━━ 📓 multi1: ┃ ┣━━ true (true) ┃ ┗━━ false -┗━━ 📓 multi2 : +┗━━ 📓 multi2:  ┗━━ true (false) diff --git a/tests/results/test_secrets/40_8calculation_multi_variable.sh b/tests/results/test_secrets/40_8calculation_multi_variable.sh index f02cd68..83b3bfb 100644 --- a/tests/results/test_secrets/40_8calculation_multi_variable.sh +++ b/tests/results/test_secrets/40_8calculation_multi_variable.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ string1 (string1) ┃ ┣━━ string2 (string1) ┃ ┗━━ string3 diff --git a/tests/results/test_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_secrets/40_8calculation_multi_variable_parent.sh index e3c89bf..9d7d588 100644 --- a/tests/results/test_secrets/40_8calculation_multi_variable_parent.sh +++ b/tests/results/test_secrets/40_8calculation_multi_variable_parent.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var: string1 (no) ┗━━ 📂 fam1 diff --git a/tests/results/test_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_secrets/40_8calculation_multi_variable_parent2.sh index b3ffd39..f17cad4 100644 --- a/tests/results/test_secrets/40_8calculation_multi_variable_parent2.sh +++ b/tests/results/test_secrets/40_8calculation_multi_variable_parent2.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 fam1 ┃ ┗━━ 📓 var: string1 (no) diff --git a/tests/results/test_secrets/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-first.sh index dca7f2b..7a104ce 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-outside-follower-first.sh +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-first.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -18,7 +16,7 @@ Variables: ┃  ┣━━ 📓 leader: string3 ┃  ┣━━ 📓 follower1: string3 (val11) ┃  ┗━━ 📓 follower2: string3 (val21) -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ string1 (string1)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-last.sh index 213eda8..adc9c6a 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-outside-follower-last.sh +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-last.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -18,7 +16,7 @@ Variables: ┃  ┣━━ 📓 leader: string3 ┃  ┣━━ 📓 follower1: string3 (val11) ┃  ┗━━ 📓 follower2: string3 (val21) -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ string1 (string3)  ┣━━ string2  ┗━━ string3 diff --git a/tests/results/test_secrets/40_9leadership-calculation-outside-follower.sh b/tests/results/test_secrets/40_9leadership-calculation-outside-follower.sh index e7b7023..bb9e672 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-outside-follower.sh +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-follower.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -18,7 +16,7 @@ Variables: ┃  ┣━━ 📓 leader: string3 ┃  ┣━━ 📓 follower1: string3 (val11) ┃  ┗━━ 📓 follower2: string3 (val21) -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ string1 (string1)  ┣━━ string2 (string2)  ┗━━ string3 (string3) diff --git a/tests/results/test_secrets/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_secrets/40_9leadership-calculation-outside-leader-first.sh index 30b8cd8..cd22384 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-outside-leader-first.sh +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-leader-first.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader diff --git a/tests/results/test_secrets/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_secrets/40_9leadership-calculation-outside-leader-last.sh index 679f29f..5ea2bc9 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-outside-leader-last.sh +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-leader-last.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader diff --git a/tests/results/test_secrets/40_9leadership-calculation-outside-leader.sh b/tests/results/test_secrets/40_9leadership-calculation-outside-leader.sh index e7b7023..bb9e672 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-outside-leader.sh +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-leader.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📂 leader ┃ ┣━━ 📂 leader @@ -18,7 +16,7 @@ Variables: ┃  ┣━━ 📓 leader: string3 ┃  ┣━━ 📓 follower1: string3 (val11) ┃  ┗━━ 📓 follower2: string3 (val21) -┗━━ 📓 calculate : +┗━━ 📓 calculate:  ┣━━ string1 (string1)  ┣━━ string2 (string2)  ┗━━ string3 (string3) diff --git a/tests/results/test_secrets/41_0choice_leader.sh b/tests/results/test_secrets/41_0choice_leader.sh index 621054f..22b928e 100644 --- a/tests/results/test_secrets/41_0choice_leader.sh +++ b/tests/results/test_secrets/41_0choice_leader.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_secrets/44_0leadership_hidden.sh b/tests/results/test_secrets/44_0leadership_hidden.sh index 0986b3a..c53fe45 100644 --- a/tests/results/test_secrets/44_0leadership_hidden.sh +++ b/tests/results/test_secrets/44_0leadership_hidden.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_secrets/44_0leadership_leader_hidden.sh index 0986b3a..c53fe45 100644 --- a/tests/results/test_secrets/44_0leadership_leader_hidden.sh +++ b/tests/results/test_secrets/44_0leadership_leader_hidden.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_secrets/44_1leadership_append_hidden_follower.sh index 0986b3a..c53fe45 100644 --- a/tests/results/test_secrets/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_secrets/44_1leadership_append_hidden_follower.sh @@ -1,8 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─────── Caption ────────╮ +│ Unmodifiable  │ +│ variable │ +╰────────────────────────╯ Variables: ┗━━ 📂 leader diff --git a/tests/results/test_secrets/44_4leadership_mandatory.sh b/tests/results/test_secrets/44_4leadership_mandatory.sh index 2631fe9..efd84cf 100644 --- a/tests/results/test_secrets/44_4leadership_mandatory.sh +++ b/tests/results/test_secrets/44_4leadership_mandatory.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_secrets/44_4leadership_mandatory_follower.sh index 76d1cd5..1fdb4c0 100644 --- a/tests/results/test_secrets/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_secrets/44_4leadership_mandatory_follower.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/results/test_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_secrets/44_5leadership_leader_hidden_calculation.sh index 3ed7795..2dbebd7 100644 --- a/tests/results/test_secrets/44_5leadership_leader_hidden_calculation.sh +++ b/tests/results/test_secrets/44_5leadership_leader_hidden_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (no) ┗━━ 📂 leader diff --git a/tests/results/test_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_secrets/44_6leadership_follower_disabled_calculation.sh index c8cf81c..1298c12 100644 --- a/tests/results/test_secrets/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_secrets/44_6leadership_follower_disabled_calculation.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 condition: string1 (yes) ┗━━ 📂 leader diff --git a/tests/results/test_secrets/60_0family_dynamic.sh b/tests/results/test_secrets/60_0family_dynamic.sh index ef89e4b..2d73946 100644 --- a/tests/results/test_secrets/60_0family_dynamic.sh +++ b/tests/results/test_secrets/60_0family_dynamic.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_secrets/60_0family_dynamic_1_1.sh index ec8930d..ba34923 100644 --- a/tests/results/test_secrets/60_0family_dynamic_1_1.sh +++ b/tests/results/test_secrets/60_0family_dynamic_1_1.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_secrets/60_0family_dynamic_1_1_empty.sh index 89e74b5..981dc1e 100644 --- a/tests/results/test_secrets/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_secrets/60_0family_dynamic_1_1_empty.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_0family_dynamic_empty.sh b/tests/results/test_secrets/60_0family_dynamic_empty.sh index db9c00d..b667458 100644 --- a/tests/results/test_secrets/60_0family_dynamic_empty.sh +++ b/tests/results/test_secrets/60_0family_dynamic_empty.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 diff --git a/tests/results/test_secrets/60_0family_dynamic_forbidden_char.sh b/tests/results/test_secrets/60_0family_dynamic_forbidden_char.sh index 6b54cee..302425b 100644 --- a/tests/results/test_secrets/60_0family_dynamic_forbidden_char.sh +++ b/tests/results/test_secrets/60_0family_dynamic_forbidden_char.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val.1 (val.1) ┃ ┗━━ val.2 (val.2) ┣━━ 📂 dynval_1 diff --git a/tests/results/test_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_secrets/60_0family_dynamic_no_description.sh index ef89e4b..2d73946 100644 --- a/tests/results/test_secrets/60_0family_dynamic_no_description.sh +++ b/tests/results/test_secrets/60_0family_dynamic_no_description.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_secrets/60_0family_dynamic_no_description_empty.sh index c64d84a..c4cccfc 100644 --- a/tests/results/test_secrets/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_secrets/60_0family_dynamic_no_description_empty.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_0family_dynamic_static.sh b/tests/results/test_secrets/60_0family_dynamic_static.sh index 8433ae8..39d1256 100644 --- a/tests/results/test_secrets/60_0family_dynamic_static.sh +++ b/tests/results/test_secrets/60_0family_dynamic_static.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┣━━ 📂 dynval1 ┃ ┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/60_0family_dynamic_test.sh b/tests/results/test_secrets/60_0family_dynamic_test.sh index c64d84a..c4cccfc 100644 --- a/tests/results/test_secrets/60_0family_dynamic_test.sh +++ b/tests/results/test_secrets/60_0family_dynamic_test.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_0family_dynamic_upper_char.sh b/tests/results/test_secrets/60_0family_dynamic_upper_char.sh new file mode 100644 index 0000000..256a201 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_upper_char.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┣━━ 📓 var: +┃ ┣━━ Val1 (Val1) +┃ ┗━━ VAL2 (VAL2) +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_secrets/60_0family_dynamic_variable_empty.sh index a953da0..0c859aa 100644 --- a/tests/results/test_secrets/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_secrets/60_0family_dynamic_variable_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ string1 ┃ ┣━━ string2 ┃ ┗━━ string3 diff --git a/tests/results/test_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_secrets/60_0family_dynamic_variable_suffix.sh index 3c86228..b8fd222 100644 --- a/tests/results/test_secrets/60_0family_dynamic_variable_suffix.sh +++ b/tests/results/test_secrets/60_0family_dynamic_variable_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.sh index 19ac83d..0064da8 100644 --- a/tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_0family_empty.sh b/tests/results/test_secrets/60_0family_empty.sh index d2701ec..03b4a16 100644 --- a/tests/results/test_secrets/60_0family_empty.sh +++ b/tests/results/test_secrets/60_0family_empty.sh @@ -1,7 +1,4 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭─ Caption ─╮ +│ │ +╰───────────╯ Variables: diff --git a/tests/results/test_secrets/60_0family_hidden.sh b/tests/results/test_secrets/60_0family_hidden.sh index 10fba37..69fc018 100644 --- a/tests/results/test_secrets/60_0family_hidden.sh +++ b/tests/results/test_secrets/60_0family_hidden.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 family - ┗━━ 📓 var: null + ┗━━ 📓 var: diff --git a/tests/results/test_secrets/60_0family_mode.sh b/tests/results/test_secrets/60_0family_mode.sh index d5af23e..d6fe917 100644 --- a/tests/results/test_secrets/60_0family_mode.sh +++ b/tests/results/test_secrets/60_0family_mode.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┗━━ 📂 family  ┗━━ 📓 var: string1 (non) diff --git a/tests/results/test_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_secrets/60_1family_dynamic_jinja.sh index 7d22b32..3ee7ec2 100644 --- a/tests/results/test_secrets/60_1family_dynamic_jinja.sh +++ b/tests/results/test_secrets/60_1family_dynamic_jinja.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ string1 (val1) ┃ ┣━━ string2 (val2) ┃ ┗━━ string3 diff --git a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.sh index cd45ae4..fbded18 100644 --- a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.sh +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh index 63ec016..cc57983 100644 --- a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index a11d5fb..84829ed 100644 --- a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh index b2582f2..e83def1 100644 --- a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_secrets/60_2family_dynamic_outside_calc.sh index 283c64a..2250918 100644 --- a/tests/results/test_secrets/60_2family_dynamic_outside_calc.sh +++ b/tests/results/test_secrets/60_2family_dynamic_outside_calc.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.sh index 01fbe72..e914c9c 100644 --- a/tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2.sh index 8f4cc48..c164255 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_suffix2.sh +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.sh index 21086f8..e6a66dc 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_disabled2.sh new file mode 100644 index 0000000..ef73a25 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_disabled2.sh @@ -0,0 +1,10 @@ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ +Variables: +┣━━ 📓 var1: +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┣━━ 📂 dynval2 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.sh index 8f4cc48..c164255 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.sh +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.sh index 21086f8..e6a66dc 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_secrets/60_5family_dynamic_calc_variable.sh index 09730e3..42a1f5d 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_variable.sh +++ b/tests/results/test_secrets/60_5family_dynamic_calc_variable.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.sh index db12349..c8265fc 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var1 : +┣━━ 📓 var1: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_secrets/60_5family_dynamic_hidden_suffix.sh index cabdce6..dc271c8 100644 --- a/tests/results/test_secrets/60_5family_dynamic_hidden_suffix.sh +++ b/tests/results/test_secrets/60_5family_dynamic_hidden_suffix.sh @@ -1,15 +1,13 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭────────────── Caption ───────────────╮ +│ Variable Default value │ +│ Unmodifiable variable Modified value │ +╰──────────────────────────────────────╯ Variables: ┣━━ 📂 dynval1 ┃ ┣━━ 📓 var: string1 ┃ ┗━━ 📂 family ┃  ┗━━ 📓 var: string1 ┗━━ 📂 dynval2 - ┣━━ 📓 var: null + ┣━━ 📓 var:  ┗━━ 📂 family -  ┗━━ 📓 var: null +  ┗━━ 📓 var: diff --git a/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.sh index 4c4033a..96f555a 100644 --- a/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.sh +++ b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh index a834550..683d93a 100644 --- a/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dyn_val1 diff --git a/tests/results/test_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_secrets/60_6family_dynamic_leadership.sh index a9c3f90..8bc0941 100644 --- a/tests/results/test_secrets/60_6family_dynamic_leadership.sh +++ b/tests/results/test_secrets/60_6family_dynamic_leadership.sh @@ -1,11 +1,9 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 (val1) ┃ ┗━━ val2 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_secrets/60_6family_dynamic_leadership_empty.sh index 8acc46c..5bb4ae4 100644 --- a/tests/results/test_secrets/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_secrets/60_6family_dynamic_leadership_empty.sh @@ -1,11 +1,8 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: -┣━━ 📓 var : +┣━━ 📓 var: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_secrets/60_9family_dynamic_calc_both.sh index 407ad72..cc92ee5 100644 --- a/tests/results/test_secrets/60_9family_dynamic_calc_both.sh +++ b/tests/results/test_secrets/60_9family_dynamic_calc_both.sh @@ -1,9 +1,7 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ Variables: ┣━━ 📓 var: string1 (val2) ┣━━ 📂 dynval1 diff --git a/tests/results/test_secrets/68_0family_leadership_mode.sh b/tests/results/test_secrets/68_0family_leadership_mode.sh index 1cf06b1..b6e0925 100644 --- a/tests/results/test_secrets/68_0family_leadership_mode.sh +++ b/tests/results/test_secrets/68_0family_leadership_mode.sh @@ -1,9 +1,6 @@ -╭────────────────────────── Caption ──────────────────────────╮ -│ Variable Default value │ -│ Undocumented variable Modified value │ -│ Undocumented but modified variable (Original default value) │ -│ Unmodifiable variable │ -╰─────────────────────────────────────────────────────────────╯ +╭──────── Caption ────────╮ +│ Variable Modified value │ +╰─────────────────────────╯ Variables: ┗━━ 📂 leader  ┣━━ 📂 leader diff --git a/tests/test_load.py b/tests/test_load.py index 0203796..1c9cd4d 100644 --- a/tests/test_load.py +++ b/tests/test_load.py @@ -16,7 +16,7 @@ excludes = [] #] test_ok = get_structures_list(excludes) -# test_ok = [Path('../rougail-tests/structures/40_0leadership_follower_default_submulti')] +# test_ok = [Path('../rougail-tests/structures/60_5family_dynamic_calc_suffix_disabled2')] def idfn(fixture_value):