diff --git a/README.fr.md b/README.fr.md index d676452c..06a1b6c7 100644 --- a/README.fr.md +++ b/README.fr.md @@ -13,10 +13,22 @@ include_toc: true > *`désactivé`*\ > **Désactivé** : si display n'est pas défini dans "[Sélection pour sortie](#step.output)" -| Variable | Description | Valeur par défaut | Type | Validateur | -|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|--------------------------| -| **display.show_secrets**
**Ligne de commande** :
• --display.show_secrets
• --display.no-show_secrets
**Variable d'environnement** : ROUGAILCLI_DISPLAY.SHOW_SECRETS | Voir les secrets plutôt que de les obscurcir. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | | -| **display.mandatory**
**Ligne de commande** :
• --display.mandatory
• --display.no-mandatory
**Variable d'environnement** : ROUGAILCLI_DISPLAY.MANDATORY | Test les variables obligatoires avant de les afficher dans la display. | ne pas tester si "[Configuration in output step is in read_write mode](#cli.read_write)" est activé | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | | -| **display.max_width**
**Ligne de commande** : --display.max_width
**Variable d'environnement** : ROUGAILCLI_DISPLAY.MAX_WIDTH | Nombre maximal de caractères par ligne.
Null signifie illimité. | | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. | +| Variable | Description | Valeur par défaut | Type | Validateur | +|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|---------------------------------------------------| +| **display.output_format**
**Ligne de commande** : --display.output_format
**Variable d'environnement** : DISPLAY.OUTPUT_FORMAT | Le format de sortie pour afficher des variables. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | **Choix** :
• console
• github | +| **display.show_secrets**
**Ligne de commande** :
• --display.show_secrets
• --display.no-show_secrets
**Variable d'environnement** : DISPLAY.SHOW_SECRETS | Voir les secrets plutôt que de les obscurcir. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | | +| **display.mandatory**
**Ligne de commande** :
• --display.mandatory
• --display.no-mandatory
**Variable d'environnement** : DISPLAY.MANDATORY | Tester les variables obligatoires avant de les afficher. | ne pas tester si "[Configuration in output step is in read_write mode](#cli.read_write)" est activé | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | | + +### Configuration spécifique pour la sortie console + +> [!NOTE] +> +> **Chemin** : display.console\ +> *`désactivé`*\ +> **Désactivé** : lorsque la variable "[Le format de sortie pour afficher des variables](#display.output_format)" n'a pas la valeur "console" + +| Variable | Description | Type | Validateur | +|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|-------------------------------------------------------------------------------------|--------------------------| +| **display.console.max_width**
**Ligne de commande** : --display.console.max_width
**Variable d'environnement** : DISPLAY.CONSOLE.MAX_WIDTH | Nombre maximal de caractères par ligne.
Null signifie illimité. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. | diff --git a/README.md b/README.md index e575fd59..4061db4b 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,27 @@ include_toc: true > [!NOTE] > -> Find all the variables and their values in your configuration (structural and user datas). Additional informations are available, such as the default value, the location where the value is loaded, etc.\ +> Find all the variables and their values in your configuration (structural and user data). Additional informations are available, such as the default value, the location where the value is loaded, etc.\ > **Path**: display\ > *`disabled`*\ > **Disabled**: if display is not set in "[Select for output](#step.output)" -| Variable | Description | Default value | Type | Validator | -|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|--------------------------| -| **display.show_secrets**
**Command line**:
• --display.show_secrets
• --display.no-show_secrets
**Environment variable**: ROUGAILCLI_DISPLAY.SHOW_SECRETS | Show secrets instead of obscuring them. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | | -| **display.mandatory**
**Command line**:
• --display.mandatory
• --display.no-mandatory
**Environment variable**: ROUGAILCLI_DISPLAY.MANDATORY | Test mandatories variables before display in display. | do not test if "[Configuration in output step is in read_write mode](#cli.read_write)" is true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | | -| **display.max_width**
**Command line**: --display.max_width
**Environment variable**: ROUGAILCLI_DISPLAY.MAX_WIDTH | Maximum number of characters per line.
Null means unlimited. | | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. | +| Variable | Description | Default value | Type | Validator | +|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|----------------------------------------------------| +| **display.output_format**
**Command line**: --display.output_format
**Environment variable**: DISPLAY.OUTPUT_FORMAT | The output format for displaying variables. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | **Choices**:
• console
• github | +| **display.show_secrets**
**Command line**:
• --display.show_secrets
• --display.no-show_secrets
**Environment variable**: DISPLAY.SHOW_SECRETS | Show secrets instead of obscuring them. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | | +| **display.mandatory**
**Command line**:
• --display.mandatory
• --display.no-mandatory
**Environment variable**: DISPLAY.MANDATORY | Test mandatories variables before display in display. | do not test if "[Configuration in output step is in read_write mode](#cli.read_write)" is true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | | + +### Specific configuration for console output + +> [!NOTE] +> +> **Path**: display.console\ +> *`disabled`*\ +> **Disabled**: when the variable "[The output format for displaying variables](#display.output_format)" hasn't the value "console" + +| Variable | Description | Type | Validator | +|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|-------------------------------------------------------------------------------------|--------------------------| +| **display.console.max_width**
**Command line**: --display.console.max_width
**Environment variable**: DISPLAY.CONSOLE.MAX_WIDTH | Maximum number of characters per line.
Null means unlimited. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. | diff --git a/locale/fr/LC_MESSAGES/rougail_output_display.po b/locale/fr/LC_MESSAGES/rougail_output_display.po index b3b11e61..4bbdeaca 100644 --- a/locale/fr/LC_MESSAGES/rougail_output_display.po +++ b/locale/fr/LC_MESSAGES/rougail_output_display.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2025-12-03 21:05+0100\n" -"PO-Revision-Date: 2025-12-03 21:06+0100\n" +"POT-Creation-Date: 2025-12-17 21:54+0100\n" +"PO-Revision-Date: 2025-12-17 21:55+0100\n" "Last-Translator: \n" "Language-Team: \n" "Language: fr\n" @@ -16,14 +16,25 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.8\n" -#: src/rougail/output_display/config.py:30 +#: src/rougail/output_display/config.py:44 +msgid "" +"duplicated level in rougail-output-display for output \"{0}\": {1} and {2}" +msgstr "" +"niveau dupliqué dans rougail-output-display pour la sortie \"{0}\" : {1} et " +"{2}" + +#: src/rougail/output_display/config.py:50 +msgid "duplicated name \"{0}\" in rougail-output-display" +msgstr "nom dupliqué \"{0}\" dans rougail-output-display" + +#: src/rougail/output_display/config.py:82 msgid "Display variables and values" msgstr "Afficher les variables et les valeurs" -#: src/rougail/output_display/config.py:31 +#: src/rougail/output_display/config.py:84 msgid "" "Find all the variables and their values in your configuration (structural " -"and user datas). Additional informations are available, such as the default " +"and user data). Additional informations are available, such as the default " "value, the location where the value is loaded, etc." msgstr "" "Retrouver toutes les variables et leurs valeurs de votre configuration " @@ -31,91 +42,122 @@ msgstr "" "disponibles, comme la valeur par défaut, le lieu de chargement de la " "valeur, ..." -#: src/rougail/output_display/config.py:40 +#: src/rougail/output_display/config.py:93 msgid "if display is not set in \"step.output\"" msgstr "si display n'est pas défini dans \"step.output\"" -#: src/rougail/output_display/config.py:42 +#: src/rougail/output_display/config.py:96 +msgid "The output format for displaying variables" +msgstr "Le format de sortie pour afficher des variables" + +#: src/rougail/output_display/config.py:103 msgid "Show secrets instead of obscuring them" msgstr "Voir les secrets plutôt que de les obscurcir" -#: src/rougail/output_display/config.py:45 +#: src/rougail/output_display/config.py:106 msgid "test mandatories variables before display in display" -msgstr "test les variables obligatoires avant de les afficher dans la display" +msgstr "tester les variables obligatoires avant de les afficher" -#: src/rougail/output_display/config.py:54 +#: src/rougail/output_display/config.py:115 msgid "do not test if \"cli.read_write\" is true" msgstr "ne pas tester si \"cli.read_write\" est activé" -#: src/rougail/output_display/config.py:57 +#: src/rougail/output_display/config.py:118 +msgid "Specific configuration for console output" +msgstr "Configuration spécifique pour la sortie console" + +#: src/rougail/output_display/config.py:124 msgid "Maximum number of characters per line" msgstr "Nombre maximal de caractères par ligne" -#: src/rougail/output_display/config.py:58 +#: src/rougail/output_display/config.py:125 msgid "null means unlimited" msgstr "null signifie illimité" -#: src/rougail/output_display/display.py:77 +#: src/rougail/output_display/display.py:151 +msgid "mandatory variable but is inaccessible and has no value" +msgstr "variable obligatoire mais est inaccessible et n'a pas de valeur" + +#: src/rougail/output_display/display.py:157 +msgid "mandatory variable but has no value" +msgstr "variable obligatoire mais n'a pas de valeur" + +#: src/rougail/output_display/display.py:183 msgid "Variables:" msgstr "Variables :" -#: src/rougail/output_display/display.py:114 -msgid "Error in config: {0}" -msgstr "Erreur dans la config : {0}" - -#: src/rougail/output_display/display.py:132 -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_display/display.py:137 -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_display/output/console.py:50 +#: src/rougail/output_display/output/console.py:55 +#: src/rougail/output_display/output/github.py:43 msgid "Variable" msgstr "Variable" -#: src/rougail/output_display/output/console.py:52 +#: src/rougail/output_display/output/console.py:57 +#: src/rougail/output_display/output/github.py:45 msgid "Unmodifiable variable" msgstr "Variable non modifiable" -#: src/rougail/output_display/output/console.py:55 +#: src/rougail/output_display/output/console.py:60 +#: src/rougail/output_display/output/github.py:48 msgid "Default value" msgstr "Valeur par défaut" -#: src/rougail/output_display/output/console.py:57 +#: src/rougail/output_display/output/console.py:62 +#: src/rougail/output_display/output/github.py:50 msgid "Modified value" msgstr "Valeur modifiée" -#: src/rougail/output_display/output/console.py:59 +#: src/rougail/output_display/output/console.py:64 +#: src/rougail/output_display/output/github.py:52 msgid "Original default value" msgstr "Valeur par défaut d'origine" -#: src/rougail/output_display/output/console.py:63 +#: src/rougail/output_display/output/console.py:68 msgid "Caption" msgstr "Légende" -#: src/rougail/output_display/output/console.py:82 -msgid "Layers" -msgstr "Couches" +#: src/rougail/output_display/output/console.py:93 +msgid "Caution" +msgstr "Attention" -#: src/rougail/output_display/output/console.py:86 -msgid "ERRORS" -msgstr "ERREURS" +#: src/rougail/output_display/output/console.py:131 +msgid "Warning" +msgstr "Avertissement" -#: src/rougail/output_display/output/console.py:98 -msgid "WARNINGS" -msgstr "AVERTISSEMENTS" - -#: src/rougail/output_display/output/console.py:111 +#: src/rougail/output_display/output/console.py:151 +#: src/rougail/output_display/output/github.py:141 msgid "{0}:" msgstr "{0} :" -#: src/rougail/output_display/output/console.py:117 +#: src/rougail/output_display/output/console.py:157 +#: src/rougail/output_display/output/github.py:147 msgid "{0}: {1}" msgstr "{0} : {1}" +#: src/rougail/output_display/output/github.py:56 +msgid "Caption:" +msgstr "Attention :" + +#~ msgid "Error in config: {0}" +#~ msgstr "Erreur dans la config : {0}" + +#~ msgid "The following variables are mandatory but have no value:" +#~ msgstr "Les variables suivantes sont obligatoire mais n'ont pas de valeur :" + +#~ msgid "" +#~ "The following variables are inaccessible but are empty and mandatory:" +#~ msgstr "" +#~ "Les variables suivantes sont inaccessibles mais sont vides et " +#~ "obligatoires :" + +#~ msgid "Layers" +#~ msgstr "Couches" + +#~ msgid "ERRORS" +#~ msgstr "ERREURS" + +#~ msgid "WARNINGS" +#~ msgstr "AVERTISSEMENTS" + #~ msgid "" #~ "In tree the key is the family or variable description inside of it's name" #~ msgstr "" diff --git a/locale/rougail_output_display.pot b/locale/rougail_output_display.pot index 0a1aa8e5..a4bff50b 100644 --- a/locale/rougail_output_display.pot +++ b/locale/rougail_output_display.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2025-12-03 21:30+0100\n" +"POT-Creation-Date: 2025-12-17 21:55+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,95 +15,114 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" -#: src/rougail/output_display/config.py:30 +#: src/rougail/output_display/config.py:44 +msgid "duplicated level in rougail-output-display for output \"{0}\": {1} and {2}" +msgstr "" + +#: src/rougail/output_display/config.py:50 +msgid "duplicated name \"{0}\" in rougail-output-display" +msgstr "" + +#: src/rougail/output_display/config.py:82 msgid "Display variables and values" msgstr "" -#: src/rougail/output_display/config.py:31 -msgid "Find all the variables and their values in your configuration (structural and user datas). Additional informations are available, such as the default value, the location where the value is loaded, etc." +#: src/rougail/output_display/config.py:84 +msgid "Find all the variables and their values in your configuration (structural and user data). Additional informations are available, such as the default value, the location where the value is loaded, etc." msgstr "" -#: src/rougail/output_display/config.py:40 +#: src/rougail/output_display/config.py:93 msgid "if display is not set in \"step.output\"" msgstr "" -#: src/rougail/output_display/config.py:42 +#: src/rougail/output_display/config.py:96 +msgid "The output format for displaying variables" +msgstr "" + +#: src/rougail/output_display/config.py:103 msgid "Show secrets instead of obscuring them" msgstr "" -#: src/rougail/output_display/config.py:45 +#: src/rougail/output_display/config.py:106 msgid "test mandatories variables before display in display" msgstr "" -#: src/rougail/output_display/config.py:54 +#: src/rougail/output_display/config.py:115 msgid "do not test if \"cli.read_write\" is true" msgstr "" -#: src/rougail/output_display/config.py:57 +#: src/rougail/output_display/config.py:118 +msgid "Specific configuration for console output" +msgstr "" + +#: src/rougail/output_display/config.py:124 msgid "Maximum number of characters per line" msgstr "" -#: src/rougail/output_display/config.py:58 +#: src/rougail/output_display/config.py:125 msgid "null means unlimited" msgstr "" -#: src/rougail/output_display/display.py:77 +#: src/rougail/output_display/display.py:151 +msgid "mandatory variable but is inaccessible and has no value" +msgstr "" + +#: src/rougail/output_display/display.py:157 +msgid "mandatory variable but has no value" +msgstr "" + +#: src/rougail/output_display/display.py:183 msgid "Variables:" msgstr "" -#: src/rougail/output_display/display.py:114 -msgid "Error in config: {0}" -msgstr "" - -#: src/rougail/output_display/display.py:132 -msgid "The following variables are mandatory but have no value:" -msgstr "" - -#: src/rougail/output_display/display.py:137 -msgid "The following variables are inaccessible but are empty and mandatory:" -msgstr "" - -#: src/rougail/output_display/output/console.py:50 +#: src/rougail/output_display/output/console.py:55 +#: src/rougail/output_display/output/github.py:43 msgid "Variable" msgstr "" -#: src/rougail/output_display/output/console.py:52 +#: src/rougail/output_display/output/console.py:57 +#: src/rougail/output_display/output/github.py:45 msgid "Unmodifiable variable" msgstr "" -#: src/rougail/output_display/output/console.py:55 +#: src/rougail/output_display/output/console.py:60 +#: src/rougail/output_display/output/github.py:48 msgid "Default value" msgstr "" -#: src/rougail/output_display/output/console.py:57 +#: src/rougail/output_display/output/console.py:62 +#: src/rougail/output_display/output/github.py:50 msgid "Modified value" msgstr "" -#: src/rougail/output_display/output/console.py:59 +#: src/rougail/output_display/output/console.py:64 +#: src/rougail/output_display/output/github.py:52 msgid "Original default value" msgstr "" -#: src/rougail/output_display/output/console.py:63 +#: src/rougail/output_display/output/console.py:68 msgid "Caption" msgstr "" -#: src/rougail/output_display/output/console.py:82 -msgid "Layers" +#: src/rougail/output_display/output/console.py:93 +msgid "Caution" msgstr "" -#: src/rougail/output_display/output/console.py:86 -msgid "ERRORS" +#: src/rougail/output_display/output/console.py:131 +msgid "Warning" msgstr "" -#: src/rougail/output_display/output/console.py:98 -msgid "WARNINGS" -msgstr "" - -#: src/rougail/output_display/output/console.py:111 +#: src/rougail/output_display/output/console.py:151 +#: src/rougail/output_display/output/github.py:141 msgid "{0}:" msgstr "" -#: src/rougail/output_display/output/console.py:117 +#: src/rougail/output_display/output/console.py:157 +#: src/rougail/output_display/output/github.py:147 msgid "{0}: {1}" msgstr "" +#: src/rougail/output_display/output/github.py:56 +msgid "Caption:" +msgstr "" + diff --git a/src/rougail/output_display/config.py b/src/rougail/output_display/config.py index 3aace30f..d9ce5b1b 100644 --- a/src/rougail/output_display/config.py +++ b/src/rougail/output_display/config.py @@ -17,18 +17,71 @@ along with this program. If not, see . """ from pathlib import Path +from rougail.utils import load_modules from .i18n import _ +OUTPUTS = None + + +def get_outputs() -> None: + """Load all outputs""" + module_name = f"rougail.output_display.output" + outputs = {} + names = [] + for path in (Path(__file__).parent / "output").iterdir(): + name = path.name + if not name.endswith(".py") or name.endswith("__.py"): + continue + module = load_modules(module_name + "." + name[:-3], str(path)) + if "OutputFamily" not in dir(module): + continue + obj_class = module.OutputFamily + level = obj_class.level + if level in outputs: + raise ImportError( + _('duplicated level in rougail-output-display for output "{0}": {1} and {2}').format( + level, obj_class.name, outputs[level].name + ) + ) + if obj_class.name in names: + raise ImportError( + _('duplicated name "{0}" in rougail-output-display').format( + obj_class.name + ) + ) + names.append(obj_class.name) + outputs[level] = obj_class + return {outputs[level].name: outputs[level] for level in sorted(outputs)} + + +class OutPuts: # pylint: disable=R0903 + """Transformations applied on a object instance""" + + def __init__( + self, + ) -> None: + global OUTPUTS + if OUTPUTS is None: + OUTPUTS = get_outputs() + + def get(self) -> dict: + """Get all outputs""" + return OUTPUTS + + def get_rougail_config( *, backward_compatibility=True, ) -> dict: + outputs = list(OutPuts().get()) + output_format_default = outputs[0] options = f""" display: description: {_('Display variables and values')} - help: {_('Find all the variables and their values in your configuration (structural and user datas). Additional informations are available, such as the default value, the location where the value is loaded, etc.')} + help: |- + {_('Find all the variables and their values in your configuration (structural and user data). Additional informations are available, such as the default value, the location where the value is loaded, etc.')} disabled: jinja: |- {{% if step.output is propertyerror or step.output != 'display' %}} @@ -39,6 +92,14 @@ display: return_type: boolean description: {_('if display is not set in "step.output"')} + output_format: + description: {_('The output format for displaying variables')} + default: { output_format_default } + choices: +""" + for output in outputs: + options += f" - {output}\n" + options += f""" show_secrets: false # {_('Show secrets instead of obscuring them')} mandatory: @@ -53,13 +114,19 @@ display: {{% endif %}} description: {_('do not test if "cli.read_write" is true')} - max_width: - description: {_("Maximum number of characters per line")} - help: {_('null means unlimited')} - type: integer - mandatory: false - params: - min_integer: 50 + console: + description: {_("Specific configuration for console output")} + disabled: + variable: _.output_format + when_not: console + + max_width: + description: {_("Maximum number of characters per line")} + help: {_('null means unlimited')} + type: integer + mandatory: false + params: + min_integer: 50 """ return { "name": "display", diff --git a/src/rougail/output_display/display.py b/src/rougail/output_display/display.py index d6096e53..544c08b9 100644 --- a/src/rougail/output_display/display.py +++ b/src/rougail/output_display/display.py @@ -16,23 +16,24 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . """ -from typing import Optional +from typing import Optional, Any from ruamel.yaml import YAML +from io import BytesIO from tiramisu.error import PropertiesOptionError, ConfigError +from tiramisu import owners, groups +from .config import OutPuts from .i18n import _ -from .output.console import OutputFamily class RougailOutputDisplay: - def __init__( self, config: "Config", - metaconfig=None, *, rougailconfig: "RougailConfig" = None, + root_config=None, user_data_errors: Optional[list] = None, user_data_warnings: Optional[list] = None, config_owner_is_path: bool = False, @@ -44,7 +45,7 @@ class RougailOutputDisplay: rougailconfig = RougailConfig self.rougailconfig = rougailconfig self.config = config - self.metaconfig = metaconfig + self.root_config = root_config self.layer_datas = layer_datas self.config_owner_is_path = config_owner_is_path self.errors = [] @@ -55,147 +56,297 @@ class RougailOutputDisplay: if user_data_warnings is None: user_data_warnings = [] self.user_data_warnings = user_data_warnings - self.out = [] - self.root = None +# self.out = [] + self.nodes = None + self.yaml = YAML() + self.yaml.indent(mapping=2, sequence=4, offset=2) def run(self) -> str: - if self.root is None: - self.root = self.get_root() self.is_mandatory = self.rougailconfig["display.mandatory"] - self.show_secrets = self.rougailconfig["display.show_secrets"] - return self.output.run() - - def print(self) -> None: - ret = self.exporter() - self.output.print() - return ret - - def get_root(self) -> None: - yaml = YAML() - yaml.indent(mapping=2, sequence=4, offset=2) - self.output = OutputFamily( - _("Variables:"), - None, - self, - yaml, - self.out, - no_icon=True, - ) - return self.output - - def exporter(self) -> bool: if self.is_mandatory: ori_properties = self.config.property.exportation() self.config.property.read_write() if not self.user_data_errors and not self.errors: self.mandatories() self.config.property.importation(ori_properties) + output_format = self.rougailconfig["display.output_format"] + output = OutPuts().get()[output_format](self.rougailconfig) warnings = self.user_data_warnings + self.warnings - if warnings: - self.display_warnings(warnings) - errors = self.user_data_errors + self.errors + level = None + errors_warnings_dict = {} + if warnings: + level = "warnings" + #output.display_warnings(errors_warnings_dict, warnings) + for warning in warnings: + output.error_warn_to_dict(warning, errors_warnings_dict, 'warning') if errors: - self.output.display_errors(errors) - return False - self.parse_options( - self.config, - self.root, - ) - if self.output.tree and self.output.tree.children: - self.output.header() - self.end() - return True + level = "errors" + for error in errors: + output.error_warn_to_dict(error, errors_warnings_dict, 'error') + if level: + if level == "errors": + tree = output.error_header() + else: + tree = output.warning_header() + ret = output.parse_error_warning(tree, errors_warnings_dict, output.display_error, level) + if errors: + return False, ret + ret += "\n" + else: + ret = '' + show_secrets = self.rougailconfig["display.show_secrets"] + if self.nodes is None: + self.nodes = Node(self.yaml, show_secrets, self.config, self.root_config, self.config_owner_is_path) + code, run = output.run(self.nodes) + return code, ret + run + + def print(self) -> None: + status, ret = self.run() + print(ret) + return status +# +# def exporter(self) -> bool: +# if self.is_mandatory: +# ori_properties = self.config.property.exportation() +# self.config.property.read_write() +# if not self.user_data_errors and not self.errors: +# self.mandatories() +# self.config.property.importation(ori_properties) +# warnings = self.user_data_warnings + self.warnings +# if warnings: +# self.output.display_warnings(warnings) +# +# errors = self.user_data_errors + self.errors +# if errors: +# self.output.display_errors(errors) +# return False +# self.output.out = [] +# if self.output.has_variable(): +# self.output.header() +# self.output.end() +# return True def mandatories(self) -> None: try: mandatories = self.config.value.mandatory() - except (ConfigError, PropertiesOptionError) as err: - self.errors.append(_("Error in config: {0}").format(err)) - except ValueError as err: - self.errors.append(str(err)) + except (ConfigError, PropertiesOptionError, ValueError) as err: + try: + subconfig = err.subconfig + except AttributeError: + subconfig = None + if subconfig: + err.prefix = "" + self.errors.append({str(err): subconfig}) + else: + self.errors.append(str(err)) else: - self.check_mandatories(mandatories) + self.populate_mandatories(mandatories) - def check_mandatories(self, mandatories: list) -> None: - options_with_error = [] - options = [] + def populate_mandatories(self, mandatories: list) -> None: for option in mandatories: try: option.value.get() except PropertiesOptionError: - options_with_error.append(option) - else: - options.append(option) - if options: - self.errors.append( - {_("The following variables are mandatory but have no value:"): self.options_to_dict(options)} - ) - elif options_with_error: - self.errors.append( - { - _( - "The following variables are inaccessible but are empty and mandatory:" - ): self.options_to_dict(options_with_error), - } - ) - - def options_to_dict(self, mandatories: list): - options = {} - for option in mandatories: - parents = [option] - parent = option - while True: - parent = parent.parent() - if parent.path() is None: - break - parents.insert(0, parent) - current_options = options - for child in parents: - if child.isoptiondescription(): - current_options = current_options.setdefault(child.description(), {}) - else: - current_options.setdefault(None, []).append(child.description()) - return options - - def parse_options( - self, - conf, - parent, - ): - for child in conf: - if child.isoptiondescription(): - if child.isleadership(): - func = self.parse_leadership - else: - func = self.parse_options - family = parent.add_family(child) - func( - child, - family, + self.errors.append( + { + _( + "mandatory variable but is inaccessible and has no value" + ): option._subconfig, + } ) else: - parent.add_variable(child) + self.errors.append({_("mandatory variable but has no value"): option._subconfig}) - def parse_leadership( + +class Node: + def __init__( self, - leadership, - parent, - ) -> None: - leader, *followers = list(leadership) - leader_values = leader.value.get() - followers_values = {idx: [] for idx in range(len(leader_values))} - for follower in followers: - followers_values[follower.index()].append(follower) - for idx in followers_values: - leader_obj = parent.add_family(leader) - leader_obj.add_variable( - leader, - value=leader_values[idx], - leader_index=idx, - ) - for follower in followers_values[idx]: - leader_obj.add_variable(follower) + yaml, + show_secrets, + config, + root_config, + config_owner_is_path, + *, + node=None, + values: Optional[dict]=None, + level: int=0, + leader_index: Optional[int]=None, + ) -> None: + self.yaml = yaml + self.show_secrets = show_secrets + self.config = config + self.root_config = root_config + self.config_owner_is_path = config_owner_is_path + if node is None: + values = self.config.value.get() + self.level = level + if node: + self.hidden = "hidden" in node.property.get() + self.description = node.description() + else: + self.hidden = None + self.description = _("Variables:") + self.level = level + self.children = [] - def end(self): - self.out.append(self.output.tree) + if node and node.isoptiondescription() and node.isleadership(): + values_iter = iter(values.items()) + leader, leader_values = next(values_iter) + followers_values = {idx: {leader: value} for idx, value in enumerate(leader_values)} + for follower, follower_value in values_iter: + followers_values[follower.index()][follower] = follower_value + for idx, fvalues in enumerate(followers_values.values()): + self.add_node(leader, fvalues, leader_index=idx) + else: + for option, value in values.items(): + if option.isoptiondescription(): + if option.group_type() == groups.namespace and not value: + continue + if option.isleadership(): + leader, leader_values = next(iter(value.items())) + if not leader_values: + self.add_leaf(leader, [], description=option.description()) + else: + self.add_node(option, value) + else: + if value == {}: + self.add_leaf(option, "{}") + else: + self.add_node(option, value) + else: + if option.isleader(): + index = leader_index + else: + index = None + self.add_leaf(option, value, leader_index=index) + + def add_node( + self, + option, + values, + *, + leader_index: Optional[int]=None, + ) -> 'Node': + self.children.append({"type": "node", + "node": self.__class__( + self.yaml, + self.show_secrets, + self.config, + self.root_config, + self.config_owner_is_path, + node=option, + values=values, + level=self.level + 1, + leader_index=leader_index, + ), + }) + + def add_leaf( + self, option, value: Any, *, leader_index: Optional[int] = None, description: Optional[str] = None + ): + properties = option.property.get() + if description is None: + description = option.description() + icon = "leaf" + else: + icon = "node" + self.children.append({"type": "leaf", + "description": description, + "values": self.get_values(option, value, leader_index, properties), + "icon": icon, + "hidden": "hidden" in properties, + }, + ) + + def get_values(self, option: "Option", value: Any, leader_index: Optional[int], properties: list[str]) -> None: + if option.isoptiondescription(): + return [{"is_default": True, "value": value, "loaded_from": None}] + values = [] + meta_config = self.config + meta_option = option + index = option.index() + if index is not None: + loaded_from_key = f"loaded_from_{index}" + else: + loaded_from_key = "loaded_from" + #default = option.owner.isdefault() or not option.information.get("default_value_makes_sense", True) + force_store_value = "force_store_value" in properties + is_default = option.owner.isdefault() + option_path = option.path() + while True: + if values and value in [None, []]: + break + if is_default and (not meta_config.path() or "." not in meta_config.path()): + loaded_from = None + else: + loaded_from = meta_option.information.get(loaded_from_key, None) + if isinstance(value, list): + value = [self.convert_value(meta_option, val) for val in value] + else: + value = self.convert_value(meta_option, value) + values.append( + { + "value": value, + "is_default": is_default, + "loaded_from": loaded_from, + } + ) + meta_config_path = meta_config.path() + if (is_default and (not meta_config_path or "." not in meta_config_path)) or force_store_value: + break + new_meta_config = self.get_metaconfig_with_default_value(meta_config, meta_option) + if not meta_config: + break + meta_option = new_meta_config.option(option_path, index) + if new_meta_config == meta_config: + is_default = True + value = meta_option.value.default() + else: + is_default = meta_option.owner.isdefault() + value = meta_option.value.get() + meta_config = new_meta_config + if leader_index is not None: + if len(value) > leader_index: + value = value[leader_index] + else: + value = None + return values + + def convert_value( + self, + option, + value: Any, + ) -> str: + """Dump variable, means transform bool, ... to yaml string""" + if ( + value is not None + and not self.show_secrets + and option.type() == "password" + ): + return "*" * 10 + if isinstance(value, str): + return value + with BytesIO() as ymlfh: + self.yaml.dump(value, ymlfh) + ret = ymlfh.getvalue().decode("utf-8").strip() + if ret.endswith("..."): + ret = ret[:-3].strip() + return ret + + def get_metaconfig_with_default_value(self, meta_config, option): + default_owner = option.owner.default() + if default_owner == owners.default: + if self.root_config: + return self.root_config + return self.config + if not self.config_owner_is_path: + while True: + meta_config = meta_config.parent() + if not meta_config.owner.isdefault(): + break + else: + meta_config = self.root_config + for child in default_owner.split(".")[1:]: + meta_config = meta_config.config(child) + return meta_config diff --git a/src/rougail/output_display/locale/fr/LC_MESSAGES/rougail_output_display.mo b/src/rougail/output_display/locale/fr/LC_MESSAGES/rougail_output_display.mo index 31678bf8..3e474037 100644 Binary files a/src/rougail/output_display/locale/fr/LC_MESSAGES/rougail_output_display.mo and b/src/rougail/output_display/locale/fr/LC_MESSAGES/rougail_output_display.mo differ diff --git a/src/rougail/output_display/output/console.py b/src/rougail/output_display/output/console.py index dcaea383..caa2a9b1 100644 --- a/src/rougail/output_display/output/console.py +++ b/src/rougail/output_display/output/console.py @@ -26,165 +26,146 @@ from ..util import CommonOutput class OutputFamily(CommonOutput): + level = 10 + name = "console" variable_hidden_color = "orange1" variable_normal_color = None value_unmodified_color = "gold1" value_modified_color = "green" value_default_color = None + error_color = 'bright_red' + error_icon = "stop_sign" + warning_color = "bright_yellow" + warning_icon = "bell" + guide_style = "bold bright_blue" + def set_config(self, rougailconfig): + self.max_width = rougailconfig["display.console.max_width"] - def run(self): - max_width = self.root.rougailconfig["display.max_width"] - self.console = Console(force_terminal=True, width=max_width) - with self.console.capture() as capture: - ret = self.root.print() - return ret, capture.get() - - def print(self) -> None: - for out in self.out: - self.console.print(out) + def _run(self, root): + console = Console(force_terminal=True, width=self.max_width) + with console.capture() as capture: + console.print(self.header()) + console.print(root) + return True, capture.get() def header(self): caption_line = "" - if self.root_family.variable_default_enable: + if self.variable_default_enable: caption_line += _("Variable") + "\n" - if self.root_family.variable_hidden_enable: - caption_line += f'[{self.variable_hidden_color}]{_("Unmodifiable variable")}[/{self.variable_hidden_color}]\n' + if self.variable_hidden_enable: + caption_line += self.set_color(self.variable_hidden_color, _("Unmodifiable variable")) + "\n" header_value = "" - if self.root_family.value_unmodified_enable: - header_value = f'[{self.value_unmodified_color}]{_("Default value")}[/{self.value_unmodified_color}]\n' - if self.root_family.value_modified_enable: - header_value += f'[{self.value_modified_color}]{_("Modified value")}[/{self.value_modified_color}]\n' - if self.root_family.value_default_enable: + if self.value_unmodified_enable: + header_value += self.set_color(self.value_unmodified_color, _("Default value")) + "\n" + if self.value_modified_enable: + header_value += self.set_color(self.value_modified_color, _("Modified value")) + "\n" + if self.value_default_enable: header_value += f'(:hourglass_flowing_sand: {_("Original default value")})\n' caption = Table.grid(padding=1, collapse_padding=True) caption.pad_edge = False caption.add_row(caption_line[:-1], header_value[:-1]) - self.out.append(Panel.fit(caption, title=_("Caption"))) + data = Panel.fit(caption, title=_("Caption")) # - layers = Table.grid(padding=1, collapse_padding=True) - caption.pad_edge = False - if self.root.layer_datas: - max_len = 0 - for datas in self.root.layer_datas.values(): - for data in datas.values(): - max_len = max(max_len, len(data)) - display_layers = ["" for i in range(max_len)] - for datas in self.root.layer_datas.values(): - for data in datas.values(): - last_index = len(data) - 1 - for idx in range(max_len): - if last_index < idx: - display_layers[idx] += "\n" - else: - display_layers[idx] += data[idx] + "\n" - layers.add_row(*[layer[:-1] for layer in display_layers]) - self.out.append(Panel.fit(layers, title=_("Layers"))) + # FIXME +# layers = Table.grid(padding=1, collapse_padding=True) +# caption.pad_edge = False +# if self.root.layer_datas: +# max_len = 0 +# for datas in self.root.layer_datas.values(): +# for data in datas.values(): +# max_len = max(max_len, len(data)) +# display_layers = ["" for i in range(max_len)] +# for datas in self.root.layer_datas.values(): +# for data in datas.values(): +# last_index = len(data) - 1 +# for idx in range(max_len): +# if last_index < idx: +# display_layers[idx] += "\n" +# else: +# display_layers[idx] += data[idx] + "\n" +# layers.add_row(*[layer[:-1] for layer in display_layers]) +# self.out.append(Panel.fit(layers, title=_("Layers"))) + return data def error_header(self): - return Tree( - f"[bold][bright_red]:stop_sign: {_('ERRORS')}[/bright_red][/bold]", - guide_style="bold bright_red", - ) - - def display_error(self, tree, error): - return tree.add(error) - - def display_warnings( - self, - warnings: list, - ) -> None: tree = Tree( - f"[bold][bright_yellow]:bell: {_('WARNINGS')}[/bright_yellow][/bold]", - guide_style="bold bright_yellow", + f"[bold][{self.error_color}]:{self.error_icon}: {_('Caution')}[/{self.error_color}][/bold]", + guide_style=f"bold {self.error_color}", ) - for warning in warnings: - tree.add(warning) - self.out.append(tree) +# self.out.append(tree) + return tree + + def display_error(self, level, tree, msg, default_color): + if default_color == "errors": + color = self.error_color + else: + color = self.warning_color + if isinstance(msg, tuple): + if len(msg) == 3: + if msg[2] == 'error': + color = self.error_color + icon = self.error_icon + else: + color = self.warning_color + icon = self.warning_icon + msg = f"{msg[0]}: [{color}]:{icon}: {msg[1]}[/{color}]" + else: + if msg[1] == 'error': + icon = self.error_icon + else: + color = self.warning_color + icon = self.warning_icon + msg = f"[{color}]:{icon}: {msg[0]}[/{color}]" + tree.guide_style = f'bold {color}' + return tree.add(msg, guide_style=f"bold {color}") + + def display(self, tree): + console = Console(force_terminal=True, width=self.max_width) + with console.capture() as capture: + console.print(tree) + return capture.get() + + def warning_header(self): + tree = Tree( + f"[bold][{self.warning_color}]:{self.warning_icon}: {_('Warning')}[/{self.warning_color}][/bold]", + guide_style=f"bold {self.warning_color}", + ) +# self.out.append(tree) + return tree +# +# def display_warning(self, level, tree, msg): +# if isinstance(msg, tuple): +# msg = f"{msg[0]}: [{self.warning_color}]:{self.warning_icon}: {msg[1]}[/{self.warning_color}]" +# return tree.add(msg, guide_style=f"bold {self.warning_color}") def add_variable( - self, *args, **kwargs, + self, parent, description, value, icon, level, ): - key, value = super().add_variable(*args, **kwargs) + if icon == 'leaf': + icon = 'notebook' + else: + icon = 'open_file_folder' if isinstance(value, list): - subtree = self.get_tree().add( - ":notebook: " + _("{0}:").format(key), - guide_style="bold bright_blue", + subtree = parent.add( + f":{icon}: " + _("{0}:").format(description), + guide_style=self.guide_style, ) for val in value: subtree.add(str(val)) else: - self.get_tree().add(":notebook: " + _("{0}: {1}").format(key, value)) + parent.add(f":{icon}: " + _("{0}: {1}").format(description, value)) - def colorize( - self, - values, - option=None, - ) -> str: - multi = False - ret = [] - default = [] - for idx, data in enumerate(values): - value = data["value"] - if isinstance(value, list): - multi = True - else: - value = [value] - for vidx, val in enumerate(value): - if len(ret) == vidx: - ret.append("") - default.append(False) - if idx: - if not default[vidx]: - if ret[vidx]: - ret[vidx] += " " - ret[vidx] += "(" - default[vidx] = True - else: - ret[vidx] += " " - ret[vidx] += ":hourglass_flowing_sand: " - if option: - val = self.convert_value( - option, - val, - ) - color = data["color"] - if color is not None: - ret[vidx] += f"[{color}]{val}[/{color}]" - else: - ret[vidx] += val - loaded_from = data["loaded_from"] - if loaded_from: - ret[vidx] += f" :arrow_backward: {loaded_from}" - for idx in range(len(ret)): - if default[idx]: - ret[idx] += ")" - if not multi: - if not ret: - return "" - return ret[0] - return ret + def set_color(self, color, msg): + return f"[{color}]{msg}[/{color}]" - def get_tree(self): - if self.tree is None: - if self.parent is None: - tree = Tree - else: - tree = self.parent.add -# if self.is_leader: -# self.tree = tree( -# ":notebook: " + _("{0}:").format(self.family), -# guide_style="bold bright_blue", -# ) -# elif self.no_icon: - if self.no_icon: - self.tree = tree( - self.family, - guide_style="bold bright_blue", + + def get_parent(self, parent, description, level): + if parent is None: + return Tree(description, + guide_style=self.guide_style, + ) + return parent.add( + f":open_file_folder: {description}", + guide_style=self.guide_style, ) - else: - self.tree = tree( - f":open_file_folder: {self.family}", - guide_style="bold bright_blue", - ) - return self.tree diff --git a/src/rougail/output_display/output/github.py b/src/rougail/output_display/output/github.py new file mode 100644 index 00000000..363da098 --- /dev/null +++ b/src/rougail/output_display/output/github.py @@ -0,0 +1,164 @@ +""" +Silique (https://www.silique.fr) +Copyright (C) 2025 + +This program is free software: you can redistribute it and/or modify it +under the terms of the GNU Lesser General Public License as published by the +Free Software Foundation, either version 3 of the License, or (at your +option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +details. + +You should have received a copy of the GNU Lesser General Public License +along with this program. If not, see . +""" + +from ..i18n import _ +from ..util import CommonOutput + + +class OutputFamily(CommonOutput): + level = 20 + name = "github" + variable_hidden_color = "#A52A2A" + variable_normal_color = None + value_unmodified_color = "#B8860B" + value_modified_color = "#006400" + value_default_color = None + error_color = "#C23636" + error_icon = "stop_sign" + warning_color = "#EFBF04" + warning_icon = "bell" + + def _run(self, root): + ret = self.header() + "\n".join(root) + "\n" + return True, ret + + def header(self): + variables = [] + if self.variable_default_enable: + variables.append(_("Variable")) + if self.variable_hidden_enable: + variables.append(self.set_color(self.variable_hidden_color, _("Unmodifiable variable"))) + values = [] + if self.value_unmodified_enable: + values.append(self.set_color(self.value_unmodified_color, _("Default value"))) + if self.value_modified_enable: + values.append(self.set_color(self.value_modified_color, _("Modified value"))) + if self.value_default_enable: + values.append(f'(:hourglass_flowing_sand: {_("Original default value")})') + if not variables and not values: + return "" + caption = "> [!NOTE]" + "\n>\n" + caption += f'> **{_("Caption:")}**\n' + if variables: + caption += "> - " + "\n> - ".join(variables) + "\n" + if values: + caption += "> - " + "\n> - ".join(values) + "\n" + +# if self.root.layer_datas: +# raise Exception('unsupported layers') +# max_len = 0 +# for datas in self.root.layer_datas.values(): +# for data in datas.values(): +# max_len = max(max_len, len(data)) +# display_layers = ["" for i in range(max_len)] +# for datas in self.root.layer_datas.values(): +# for data in datas.values(): +# last_index = len(data) - 1 +# for idx in range(max_len): +# if last_index < idx: +# display_layers[idx] += "\n" +# else: +# display_layers[idx] += data[idx] + "\n" +# layers.add_row(*[layer[:-1] for layer in display_layers]) +# self.out.append(Panel.fit(layers, title=_("Layers"))) + return caption + "\n" + + def error_header(self): + return ['> [!CAUTION]\n> '] + + def warning_header(self): + return ['> [!WARNING]\n> '] + + def error_end(self): + self.out[-1] += "\n" + + def warning_end(self): + self.out[-1] += "\n" + + def display(self, tree): + return "\n".join(tree) + "\n" + + def display_error(self, level, tree, msg, default_color): + if default_color == "errors": + color = self.error_color + else: + color = self.warning_color + if isinstance(msg, tuple): + if len(msg) == 3: + if msg[2] == 'error': + color = self.error_color + icon = self.error_icon + else: + color = self.warning_color + icon = self.warning_icon + msg = f"{msg[0]}: :{icon}: {self.set_color(color, msg[1])}" + else: + if msg[1] == 'error': + icon = self.error_icon + else: + color = self.warning_color + icon = self.warning_icon + msg = f"[{color}]:{icon}: {msg[0]}[/{color}]" + tree.append("> " + " " * (level - 1) * 2 + "- " + msg) + return tree + +# def msg_to_error(self, msg): +# return f':stop_sign: {self.set_color(self.error_color, msg)}' +# +# def display_warning(self, tree, warning, level): +# self.out.append("> " + " " * (level - 1) * 2 + "- " + warning) +# +# def msg_to_warning(self, msg): +# return f':bell: {self.set_color(self.warning_color, msg)}' +# + def add_variable( + self, parent, description, value, icon, level, + ): + if parent is None: + parent = [] + if icon == 'leaf': + icon = 'notebook' + else: + icon = 'open_file_folder' + before = " " * (level - 1) * 2 + "- " + if isinstance(value, list): + subtree = parent.append( + f"{before}:{icon}: " + _("{0}:").format(description), + ) + before = " " * (level * 2) + "- " + for val in value: + parent.append(before + str(val)) + else: + parent.append(before + f":{icon}: " + _("{0}: {1}").format(description, value)) + + def set_color(self, color, msg): + return f'{msg}' + + def get_tree(self): + return None + + def has_variable(self): + return self.out != [] + + def get_parent(self, parent, description, level): + if parent is None: + parent = [] + parent.append(description) + else: + parent.append(" " * (level - 1) * 2 + "- " + ":open_file_folder: " + description) + return parent diff --git a/src/rougail/output_display/util.py b/src/rougail/output_display/util.py index eb59367d..5b4f29da 100644 --- a/src/rougail/output_display/util.py +++ b/src/rougail/output_display/util.py @@ -16,77 +16,168 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . """ from typing import Any, Optional -from io import BytesIO - -from tiramisu import owners +# from tiramisu import owners from rougail.utils import undefined +from .i18n import _ + class CommonOutput: def __init__( self, - family, - parent, - root, - _yaml, - out, - *, -# is_leader: bool = False, - root_family: Optional["OutputFamily"] = None, - no_icon: bool = False, + rougailconfig, ) -> None: - self.tree = None - self.root = root - self.parent = parent - if isinstance(family, tuple): - raise Exception() - self.family = family -# self.is_leader = is_leader - self.no_icon = no_icon - self._yaml = _yaml - self.out = out - if root_family is None: - root_family = self - self.variable_default_enable = False - self.variable_hidden_enable = False - self.value_modified_enable = False - self.value_unmodified_enable = False - self.value_default_enable = False - self.root_family = root_family + self.set_config(rougailconfig) + self.variable_default_enable = False + self.variable_hidden_enable = False + self.value_modified_enable = False + self.value_unmodified_enable = False + self.value_default_enable = False + + def set_config(self, rougailconfig): + pass + + def run(self, nodes): + if nodes.children: + root = self.parse(nodes) + return self._run(root) + return 0, '' + + def parse(self, node, parent=None, level=0): + if node.hidden: + self.variable_hidden_enable = True + color = self.variable_hidden_color + else: + if node.hidden != None: + self.variable_default_enable = True + color = self.variable_normal_color + family_output = self.colorize( + [ + { + "value": node.description, + "color": color, + "loaded_from": None, + } + ] + ) + subparent = self.get_parent(parent, family_output, level) + for child in node.children: + if child["type"] == "node": + self.parse(child["node"], subparent, level+1) + else: + if child["hidden"]: + self.variable_hidden_enable = True + variable_color = self.variable_hidden_color + else: + self.variable_default_enable = True + variable_color = self.variable_normal_color + if child["values"][0]["is_default"]: + self.value_unmodified_enable = True + color = self.value_unmodified_color + else: + self.value_modified_enable = True + color = self.value_modified_color + child["values"][0]["color"] = color + if len(child["values"]) > 1: + self.value_default_enable = True + value = self.colorize( + child["values"], + ) + description = self.colorize( + [ + { + "value": child["description"], + "color": variable_color, + "loaded_from": None, + } + ] + ) + self.add_variable(subparent, description, value, child["icon"], level+1) + return subparent def header(self): raise NotImplementedError() +# +# def display_errors( +# self, +# tree, +# errors, +# ) -> None: +# errors_dict = {} +# for error in errors: +# self.error_warn_to_dict(error, errors_dict, self.msg_to_error) +# self.parse_error_warning(tree, errors_dict, self.display_error) +# return self.pouet(tree) +# self.error_end() +# +# def display_warnings( +# self, +# warnings_dict, +# warnings, +# ) -> None: +###### self.parse_error_warning(tree, warnings_dict, self.display_warning) +## self.warning_end() - def display_errors( - self, - errors, - ) -> None: - tree = self.error_header() - for error in errors: - self.parse_error(tree, error) - self.out.append(tree) + def error_warn_to_dict(self, error, errors_dict, level): + if isinstance(error, dict): + for msg, subconfig in error.items(): + description = subconfig.option.impl_get_display_name(subconfig) + self.subconfig_to_dict(subconfig, errors_dict).setdefault(None, {}).setdefault(description, []).append((msg, level)) + else: + errors_dict.setdefault(None, []).append(error) +# +# def msg_to_error(self, msg): +# return msg +# +# def msg_to_warning(self, msg): +# return msg - def parse_error(self, tree, error): + def subconfig_to_dict(self, subconfig: "Subconfig", errors_dict: dict) -> dict: + #FIXME a tester : mandatories dans une arborescence (voir si ca n'ecrase pas) + parents = [] + parent = subconfig + while True: + parent = parent.parent + if parent is None: + break + parents.insert(0, parent) + current_dict = errors_dict + for child in parents[1:]: + description = child.option.impl_get_display_name(child) + current_dict = current_dict.setdefault(description, {}) + return current_dict + + def parse_error_warning(self, tree, error, display, default_color, level=0): + self._parse_error_warning(tree, error, display, level, default_color) + return self.display(tree) + + def _parse_error_warning(self, tree, error, display, level, default_color): if isinstance(error, list): for err in error: - self.parse_error(tree, err) - return tree + self._parse_error_warning(tree, err, display, level+1, default_color) elif isinstance(error, dict): for key, value in error.items(): if key is None: # it's variables, no more families - self.parse_error(tree, value) + self._parse_error_warning(tree, value, display, level, default_color) else: - sub_tree = self.parse_error(tree, key) - self.parse_error(sub_tree, value) + if isinstance(value, list) and len(value) == 1: + self._parse_error_warning(tree, (key, *value[0]), display, level+1, default_color) + else: + sub_tree = self._parse_error_warning(tree, key, display, level+1, default_color) + self._parse_error_warning(sub_tree, value, display, level+1, default_color) else: - return self.display_error(tree, error) + return display(level, tree, error, default_color) + + def warning_end(self): + pass def add_family( self, family, + level, ) -> 'OutputFamily': properties = family.property.get() if "hidden" in properties: @@ -108,173 +199,62 @@ class CommonOutput: family_output, self.get_tree(), self.root, - self._yaml, - self.out, + level + 1, root_family = self.root_family, ) - def add_variable( - self, option, value: Any = undefined, leader_index: Optional[int] = None - ): - values = [] - properties = option.property.get() - if not option.owner.isdefault() and option.information.get( - "default_value_makes_sense", True - ): - self.get_modified_value(option, value, values) - if "force_store_value" not in properties or not values: - self.get_default_values(option, values, leader_index) - # - if "hidden" in properties: - self.root_family.variable_hidden_enable = True - variable_color = self.variable_hidden_color - else: - self.root_family.variable_default_enable = True - variable_color = self.variable_normal_color - key = self.colorize( - [ - { - "value": option.description(), - "color": variable_color, - "loaded_from": None, - } - ] - ) - value = self.colorize( - values, - option, - ) - return key, value - - def get_modified_value(self, option: "Option", value: Any, values: list) -> None: - self.root_family.value_modified_enable = True - follower_index = option.index() - if follower_index is not None: - loaded_from = option.information.get( - f"loaded_from_{follower_index}", None - ) - else: - loaded_from = option.information.get("loaded_from", None) - if value is undefined: - value = option.value.get() - values.append( - { - "value": value, - "color": self.value_modified_color, - "loaded_from": loaded_from, - } - ) - - def get_default_values(self, option: "Option", values: list, leader_index: Optional[int]) -> None: - meta_config = self.root.config - meta_option = option - index = option.index() - while True: - default_value = meta_option.value.default() - if leader_index is not None: - if len(default_value) > leader_index: - default_value = default_value[leader_index] - else: - default_value = None - is_root_metaconfig = False - if ( - meta_config is None - or not meta_config.path() - or "." not in meta_config.path() - ): - is_root_metaconfig = True - if ( - (values and default_value is None) or default_value == [] - ) and is_root_metaconfig: - break - if not values: - self.root_family.value_unmodified_enable = True - color = self.value_unmodified_color - else: - self.root_family.value_default_enable = True - color = self.value_default_color - meta_config = self.get_subconfig_with_default_value(meta_option) - meta_option = meta_config.option(option.path(), index) - if is_root_metaconfig: - loaded_from = None - else: - if index is not None: - key = f"loaded_from_{index}" - else: - key = "loaded_from" - loaded_from = meta_option.information.get(key, None) - values.append( - { - "value": default_value, - "color": color, - "loaded_from": loaded_from, - } - ) - if is_root_metaconfig: - break -# -# def get_default_value(self, option: "Option", values: list, leader_index: Optional[int]) -> None: -# follower_index = option.index() -## if leader_index is None and follower_index is not None: -## if not option.isfollower() or not option.issubmulti(): -## default_value = None -## else: -## default_value = [] -## else: -## default_value = None -# if not values: -# self.root_family.value_unmodified_enable = True -# color = self.value_unmodified_color -# else: -# self.root_family.value_default_enable = True -# color = self.value_default_color -# if follower_index is not None: -# loaded_from = option.information.get( -# f"loaded_from_{follower_index}", None -# ) -# else: -# loaded_from = option.information.get("loaded_from", None) -# values.append( -# { -# "value": default_value, -# "color": color, -# "loaded_from": loaded_from, -# } -# ) - - def get_subconfig_with_default_value(self, config): - default_owner = config.owner.default() - if default_owner == owners.default: - return self.root.config - if not self.root.config_owner_is_path: - meta_config = self.root.config - while True: - meta_config = meta_config.parent() - if not meta_config.owner.isdefault(): - break - else: - meta_config = self.root.metaconfig - for child in default_owner.split(".")[1:]: - meta_config = meta_config.config(child) - return meta_config - - def convert_value( + def colorize( self, - option, - value: Any, + values, + option=None, ) -> str: - """Dump variable, means transform bool, ... to yaml string""" - if ( - value is not None - and not self.root.show_secrets - and option.type() == "password" - ): - return "*" * 10 - if isinstance(value, str): - return value - with BytesIO() as ymlfh: - self._yaml.dump(value, ymlfh) - ret = ymlfh.getvalue().decode("utf-8").strip() - if ret.endswith("..."): - ret = ret[:-3].strip() + multi = False + ret = [] + default = [] + empty_multi = False + for idx, data in enumerate(values): + value = data["value"] + if isinstance(value, list): + multi = True + if not value: + empty_multi = True + value = ["[]"] + else: + value = [value] + for vidx, val in enumerate(value): + if len(ret) == vidx: + ret.append("") + default.append(False) + if idx: + if not default[vidx]: + if ret[vidx]: + ret[vidx] += " " + ret[vidx] += "(" + default[vidx] = True + else: + ret[vidx] += " " + ret[vidx] += ":hourglass_flowing_sand: " + if option: + val = self.convert_value( + option, + val, + ) + color = data.get("color", self.value_default_color) + if color is not None: + ret[vidx] += self.set_color(color, val) + else: + ret[vidx] += val + loaded_from = data["loaded_from"] + if loaded_from: + ret[vidx] += f" ◀ {loaded_from}" + for idx in range(len(ret)): + if default[idx]: + ret[idx] += ")" + if not multi or empty_multi: + if not ret: + return "" + return ret[0] return ret + + def end(self): + pass diff --git a/test.md b/test.md new file mode 100644 index 00000000..cb5b54bd --- /dev/null +++ b/test.md @@ -0,0 +1,22 @@ +
+Variables:
+┗━ 📂 A family
+    ┣━ 📓 The first variable: string1 ◀ loaded from rougail-test
+    ┗━ 📓 The second variable: string1 ◀ loaded from rougail-test
+
+ +
+Variables:
+┣━━ 📓 Configure Proxy Access to the Internet: No proxy
+┗━━ 📂 Manual proxy configuration
+    ┗━━ 📂 HTTP Proxy
+        ┗━━ 📓 HTTP address: example.net ◀ loaded from the YAML file 
+            "config/03/config.yml"
+
+ + +> Variables: +> - 📂 A family +> - 📓 The first variable: string1 ◀ loaded from rougail-test +> - 📓 The second variable: string1 ◀ loaded from rougail-test + diff --git a/tests/errors-results/console.sh b/tests/errors-results/console.sh deleted file mode 100644 index b390d885..00000000 --- a/tests/errors-results/console.sh +++ /dev/null @@ -1,3 +0,0 @@ -🛑 ERRORS -┗━━ The following variables are inaccessible but are empty and mandatory: - ┗━━ mandatory_variable (please set a value) diff --git a/tests/errors-results/display.md b/tests/errors-results/display.md new file mode 100644 index 00000000..42a0851a --- /dev/null +++ b/tests/errors-results/display.md @@ -0,0 +1,3 @@ +> [!CAUTION] +> +> - please set a value: :stop_sign: mandatory variable but is inaccessible and has no value diff --git a/tests/errors-results/display.sh b/tests/errors-results/display.sh index 0c44310c..1193cc79 100644 --- a/tests/errors-results/display.sh +++ b/tests/errors-results/display.sh @@ -1,3 +1,2 @@ -🛑 ERRORS -┗━━ The following variables are inaccessible but are empty and mandatory: - ┗━━ please set a value +🛑 Caution +┗━━ please set a value: 🛑 mandatory variable but is inaccessible and has no value diff --git a/tests/errors2-results/display.md b/tests/errors2-results/display.md new file mode 100644 index 00000000..3149d551 --- /dev/null +++ b/tests/errors2-results/display.md @@ -0,0 +1,5 @@ +> [!CAUTION] +> +> - family1 +> - family2 +> - please set a value: :stop_sign: mandatory variable but is inaccessible and has no value diff --git a/tests/errors2-results/display.sh b/tests/errors2-results/display.sh index bfbcff3a..6e9853f7 100644 --- a/tests/errors2-results/display.sh +++ b/tests/errors2-results/display.sh @@ -1,5 +1,4 @@ -🛑 ERRORS -┗━━ The following variables are inaccessible but are empty and mandatory: - ┗━━ family1 -  ┗━━ family2 -   ┗━━ please set a value +🛑 Caution +┗━━ family1 + ┗━━ family2 +  ┗━━ please set a value: 🛑 mandatory variable but is inaccessible and has no value diff --git a/tests/errors3-results/display.md b/tests/errors3-results/display.md new file mode 100644 index 00000000..f9847691 --- /dev/null +++ b/tests/errors3-results/display.md @@ -0,0 +1,5 @@ +> [!CAUTION] +> +> - family1 +> - family2 +> - please set a value: :stop_sign: mandatory variable but has no value diff --git a/tests/errors3-results/display.sh b/tests/errors3-results/display.sh index 20453a6a..bdb1053f 100644 --- a/tests/errors3-results/display.sh +++ b/tests/errors3-results/display.sh @@ -1,5 +1,4 @@ -🛑 ERRORS -┗━━ The following variables are mandatory but have no value: - ┗━━ family1 -  ┗━━ family2 -   ┗━━ please set a value +🛑 Caution +┗━━ family1 + ┗━━ family2 +  ┗━━ please set a value: 🛑 mandatory variable but has no value diff --git a/tests/errors4-results/display.md b/tests/errors4-results/display.md new file mode 100644 index 00000000..a0936eeb --- /dev/null +++ b/tests/errors4-results/display.md @@ -0,0 +1,5 @@ +> [!CAUTION] +> +> - family1 +> - family2 +> - A variable: :stop_sign: "not_an_integer" is an invalid integer diff --git a/tests/errors4-results/display.sh b/tests/errors4-results/display.sh new file mode 100644 index 00000000..6a9a09a5 --- /dev/null +++ b/tests/errors4-results/display.sh @@ -0,0 +1,4 @@ +🛑 Caution +┗━━ family1 + ┗━━ family2 +  ┗━━ A variable: 🛑 "not_an_integer" is an invalid integer diff --git a/tests/errors4/rougail/00-file.yml b/tests/errors4/rougail/00-file.yml new file mode 100644 index 00000000..e375d409 --- /dev/null +++ b/tests/errors4/rougail/00-file.yml @@ -0,0 +1,15 @@ +%YAML 1.2 +--- +version: 1.1 + +family1: + + family2: + + variable: + description: A variable + type: integer + default: + jinja: |- + not_an_integer +... diff --git a/tests/errors5-1-results/display.md b/tests/errors5-1-results/display.md new file mode 100644 index 00000000..c265984e --- /dev/null +++ b/tests/errors5-1-results/display.md @@ -0,0 +1,16 @@ +> [!WARNING] +> +> - my family1 +> - my integer: :bell: the value "not_an_integer" is an invalid integer, it's not an integer, it will be ignored when loading from fake user data +> - my string: :bell: the value "3" is an invalid string, it's not a string, it will be ignored when loading from fake user data + +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: my family1 + - :notebook: my integer: null + - :notebook: my string: null diff --git a/tests/errors5-1-results/display.sh b/tests/errors5-1-results/display.sh new file mode 100644 index 00000000..aeb6486a --- /dev/null +++ b/tests/errors5-1-results/display.sh @@ -0,0 +1,12 @@ +🔔 Warning +┗━━ my family1 + ┣━━ my integer: 🔔 the value "not_an_integer" is an invalid integer, it's not an integer, it will be ignored when loading from fake user data + ┗━━ my string: 🔔 the value "3" is an invalid string, it's not a string, it will be ignored when loading from fake user data + +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 my family1 + ┣━━ 📓 my integer: null + ┗━━ 📓 my string: null diff --git a/tests/errors5-results/display.md b/tests/errors5-results/display.md new file mode 100644 index 00000000..5caab8f1 --- /dev/null +++ b/tests/errors5-results/display.md @@ -0,0 +1,5 @@ +> [!CAUTION] +> +> - my family1 +> - my integer: :stop_sign: the value "not_an_integer" is an invalid integer, it's not an integer, it has been loading from fake user data +> - my string: :stop_sign: the value "3" is an invalid string, it's not a string, it has been loading from fake user data diff --git a/tests/errors5-results/display.sh b/tests/errors5-results/display.sh new file mode 100644 index 00000000..6e5f0770 --- /dev/null +++ b/tests/errors5-results/display.sh @@ -0,0 +1,4 @@ +🛑 Caution +┗━━ my family1 + ┣━━ my integer: 🛑 the value "not_an_integer" is an invalid integer, it's not an integer, it has been loading from fake user data + ┗━━ my string: 🛑 the value "3" is an invalid string, it's not a string, it has been loading from fake user data diff --git a/tests/errors5/rougail/00-file.yml b/tests/errors5/rougail/00-file.yml new file mode 100644 index 00000000..9be3b6d5 --- /dev/null +++ b/tests/errors5/rougail/00-file.yml @@ -0,0 +1,15 @@ +%YAML 1.2 +--- +version: 1.1 + +family1: # my family1 + + integer: + description: my integer + type: integer + mandatory: false + + string: + description: my string + mandatory: false +... diff --git a/tests/errors6-results/display.md b/tests/errors6-results/display.md new file mode 100644 index 00000000..262f06b5 --- /dev/null +++ b/tests/errors6-results/display.md @@ -0,0 +1,4 @@ +> [!CAUTION] +> +> - cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data +> - variable or family "dynVal3" does not exist, it has been loading from fake user data diff --git a/tests/errors6-results/display.sh b/tests/errors6-results/display.sh new file mode 100644 index 00000000..7963d755 --- /dev/null +++ b/tests/errors6-results/display.sh @@ -0,0 +1,3 @@ +🛑 Caution +┣━━ cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data +┗━━ variable or family "dynVal3" does not exist, it has been loading from fake user data diff --git a/tests/errors6/rougail/00-file.yml b/tests/errors6/rougail/00-file.yml new file mode 100644 index 00000000..3d90c441 --- /dev/null +++ b/tests/errors6/rougail/00-file.yml @@ -0,0 +1,13 @@ +%YAML 1.2 +--- +version: 1.1 + +dyn{{ identifier }}: + description: A dynamic with {{ identifier }} + dynamic: + - val1 + - val2 + + val: + description: val with {{ identifier }} +... diff --git a/tests/errors7-results/display.md b/tests/errors7-results/display.md new file mode 100644 index 00000000..4edd5593 --- /dev/null +++ b/tests/errors7-results/display.md @@ -0,0 +1,4 @@ +> [!CAUTION] +> +> - family1 +> - this variable is in fact a family: :stop_sign: is a family so we cannot set the value "value", it has been loading from fake user data diff --git a/tests/errors7-results/display.sh b/tests/errors7-results/display.sh new file mode 100644 index 00000000..90b1459d --- /dev/null +++ b/tests/errors7-results/display.sh @@ -0,0 +1,3 @@ +🛑 Caution +┗━━ family1 + ┗━━ this variable is in fact a family: 🛑 is a family so we cannot set the value "value", it has been loading from fake user data diff --git a/tests/errors7-results/display_warnings.md b/tests/errors7-results/display_warnings.md new file mode 100644 index 00000000..ec72805f --- /dev/null +++ b/tests/errors7-results/display_warnings.md @@ -0,0 +1,6 @@ +> [!CAUTION] +> +> - family1 +> - this variable is in fact a family: :bell: is a family so we cannot set the value "value", it will be ignored when loading from fake user data +> - this variable is in fact a family +> - a true variable: :stop_sign: mandatory variable but has no value diff --git a/tests/errors7-results/display_warnings.sh b/tests/errors7-results/display_warnings.sh new file mode 100644 index 00000000..3c0022b6 --- /dev/null +++ b/tests/errors7-results/display_warnings.sh @@ -0,0 +1,5 @@ +🛑 Caution +┗━━ family1 + ┣━━ this variable is in fact a family: 🔔 is a family so we cannot set the value "value", it will be ignored when loading from fake user data + ┗━━ this variable is in fact a family +  ┗━━ a true variable: 🛑 mandatory variable but has no value diff --git a/tests/errors7/rougail/00-file.yml b/tests/errors7/rougail/00-file.yml new file mode 100644 index 00000000..69ccd388 --- /dev/null +++ b/tests/errors7/rougail/00-file.yml @@ -0,0 +1,10 @@ +%YAML 1.2 +--- +version: 1.1 + +family1: + + variable: # this variable is in fact a family + + true_variable: # a true variable +... diff --git a/tests/errors8-results/display.md b/tests/errors8-results/display.md new file mode 100644 index 00000000..132fc3cb --- /dev/null +++ b/tests/errors8-results/display.md @@ -0,0 +1,3 @@ +> [!CAUTION] +> +> - variable or family "dyn{{ identifier }}.var" does not exist, it has been loading from fake user data diff --git a/tests/errors8-results/display.sh b/tests/errors8-results/display.sh new file mode 100644 index 00000000..0a395a6b --- /dev/null +++ b/tests/errors8-results/display.sh @@ -0,0 +1,2 @@ +🛑 Caution +┗━━ variable or family "dyn{{ identifier }}.var" does not exist, it has been loading from fake user data diff --git a/tests/errors9-results/display.md b/tests/errors9-results/display.md new file mode 100644 index 00000000..00fa28b7 --- /dev/null +++ b/tests/errors9-results/display.md @@ -0,0 +1,6 @@ +> [!CAUTION] +> +> - my family1 +> - my family2 +> - my integer: :stop_sign: the value "not_an_integer" is an invalid integer, it's not an integer, it has been loading from fake user data +> - my string: :stop_sign: the value "3" is an invalid string, it's not a string, it has been loading from fake user data diff --git a/tests/errors9-results/display.sh b/tests/errors9-results/display.sh new file mode 100644 index 00000000..aeec7f8b --- /dev/null +++ b/tests/errors9-results/display.sh @@ -0,0 +1,5 @@ +🛑 Caution +┗━━ my family1 + ┣━━ my family2 + ┃ ┗━━ my integer: 🛑 the value "not_an_integer" is an invalid integer, it's not an integer, it has been loading from fake user data + ┗━━ my string: 🛑 the value "3" is an invalid string, it's not a string, it has been loading from fake user data diff --git a/tests/errors9/rougail/00-file.yml b/tests/errors9/rougail/00-file.yml new file mode 100644 index 00000000..7a5c2197 --- /dev/null +++ b/tests/errors9/rougail/00-file.yml @@ -0,0 +1,14 @@ +%YAML 1.2 +--- +version: 1.1 + +family1: # my family1 + + family2: # my family2 + + integer: + description: my integer + type: integer + + string: # my string +... diff --git a/tests/results/test/00_0empty.md b/tests/results/test/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test/00_0no_variable.md b/tests/results/test/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test/00_0no_variable_default_version.md b/tests/results/test/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test/00_0no_variable_remove_version.md b/tests/results/test/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test/00_0version_underscore.md b/tests/results/test/00_0version_underscore.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test/00_0version_underscore.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/00_1empty_variable.md b/tests/results/test/00_1empty_variable.md new file mode 100644 index 00000000..a31a7d7a --- /dev/null +++ b/tests/results/test/00_1empty_variable.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/00_2default_calculated.md b/tests/results/test/00_2default_calculated.md new file mode 100644 index 00000000..32af1c07 --- /dev/null +++ b/tests/results/test/00_2default_calculated.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/00_2default_calculated_multi.md b/tests/results/test/00_2default_calculated_multi.md new file mode 100644 index 00000000..45c944bb --- /dev/null +++ b/tests/results/test/00_2default_calculated_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test/00_2default_calculated_params_permissive.md b/tests/results/test/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..fe117ecb --- /dev/null +++ b/tests/results/test/00_2default_calculated_params_permissive.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: leadership + - :open_file_folder: a first variable + - :notebook: a first variable: a_value + - :notebook: a first variable: a_value +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test/00_2default_calculated_variable.md b/tests/results/test/00_2default_calculated_variable.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test/00_2default_calculated_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test/00_2default_calculated_variable_description.md b/tests/results/test/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..06a98c44 --- /dev/null +++ b/tests/results/test/00_2default_calculated_variable_description.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/00_2default_calculated_variable_description_multi_line.md b/tests/results/test/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..04c5f380 --- /dev/null +++ b/tests/results/test/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/00_2default_calculated_variable_transitive.md b/tests/results/test/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test/00_2default_calculated_variable_transitive.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test/00_4load_subfolder.md b/tests/results/test/00_4load_subfolder.md new file mode 100644 index 00000000..d729d1dd --- /dev/null +++ b/tests/results/test/00_4load_subfolder.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/00_5load_notype.md b/tests/results/test/00_5load_notype.md new file mode 100644 index 00000000..74a3ebb7 --- /dev/null +++ b/tests/results/test/00_5load_notype.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test/00_6boolean.md b/tests/results/test/00_6boolean.md new file mode 100644 index 00000000..7767738e --- /dev/null +++ b/tests/results/test/00_6boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test/00_6boolean_no_mandatory.md b/tests/results/test/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..0d665aa8 --- /dev/null +++ b/tests/results/test/00_6boolean_no_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test/00_6choice.md b/tests/results/test/00_6choice.md new file mode 100644 index 00000000..069f0f56 --- /dev/null +++ b/tests/results/test/00_6choice.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test +- :notebook: the third variable: a ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test/00_6choice_calculation.md b/tests/results/test/00_6choice_calculation.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test/00_6choice_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test/00_6choice_link.md b/tests/results/test/00_6choice_link.md new file mode 100644 index 00000000..07fe1c0f --- /dev/null +++ b/tests/results/test/00_6choice_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test/00_6choice_variable.md b/tests/results/test/00_6choice_variable.md new file mode 100644 index 00000000..a3b27ef6 --- /dev/null +++ b/tests/results/test/00_6choice_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test/00_6choice_variable_link.md b/tests/results/test/00_6choice_variable_link.md new file mode 100644 index 00000000..4c73fa36 --- /dev/null +++ b/tests/results/test/00_6choice_variable_link.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/00_6choice_variable_link2.md b/tests/results/test/00_6choice_variable_link2.md new file mode 100644 index 00000000..69e1b391 --- /dev/null +++ b/tests/results/test/00_6choice_variable_link2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/00_6custom.md b/tests/results/test/00_6custom.md new file mode 100644 index 00000000..0278efae --- /dev/null +++ b/tests/results/test/00_6custom.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test/00_6domainname.md b/tests/results/test/00_6domainname.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test/00_6domainname.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test/00_6domainname_params.md b/tests/results/test/00_6domainname_params.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test/00_6domainname_params.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test/00_6float.md b/tests/results/test/00_6float.md new file mode 100644 index 00000000..fdf00c1b --- /dev/null +++ b/tests/results/test/00_6float.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test/00_6integer.md b/tests/results/test/00_6integer.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test/00_6integer.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test/00_6ip.md b/tests/results/test/00_6ip.md new file mode 100644 index 00000000..03c33f4a --- /dev/null +++ b/tests/results/test/00_6ip.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) +- :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) +- :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test/00_6network.md b/tests/results/test/00_6network.md new file mode 100644 index 00000000..bcdcd790 --- /dev/null +++ b/tests/results/test/00_6network.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) +- :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) +- :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test/00_6number.md b/tests/results/test/00_6number.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test/00_6number.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test/00_6port.md b/tests/results/test/00_6port.md new file mode 100644 index 00000000..03133fbb --- /dev/null +++ b/tests/results/test/00_6port.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a port variable: 80 ◀ loaded from rougail-test +- :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test/00_6regexp.md b/tests/results/test/00_6regexp.md new file mode 100644 index 00000000..fac2816f --- /dev/null +++ b/tests/results/test/00_6regexp.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test/00_6regexp_link.md b/tests/results/test/00_6regexp_link.md new file mode 100644 index 00000000..ca7a25c4 --- /dev/null +++ b/tests/results/test/00_6regexp_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test/00_6secret.md b/tests/results/test/00_6secret.md new file mode 100644 index 00000000..7e898a9d --- /dev/null +++ b/tests/results/test/00_6secret.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test +- :notebook: the second variable: onE7vaLues_len1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test/00_6secret_param.md b/tests/results/test/00_6secret_param.md new file mode 100644 index 00000000..f5779ef2 --- /dev/null +++ b/tests/results/test/00_6secret_param.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test +- :notebook: the second variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the third variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test/00_6string.md b/tests/results/test/00_6string.md new file mode 100644 index 00000000..495f5f12 --- /dev/null +++ b/tests/results/test/00_6string.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test +- :notebook: the third variable: string1 ◀ loaded from rougail-test +- :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test/00_7choice_quote.md b/tests/results/test/00_7choice_quote.md new file mode 100644 index 00000000..ec33219d --- /dev/null +++ b/tests/results/test/00_7choice_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test/00_7help.md b/tests/results/test/00_7help.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test/00_7help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/00_7help_quote.md b/tests/results/test/00_7help_quote.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test/00_7help_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/00_7help_sup.md b/tests/results/test/00_7help_sup.md new file mode 100644 index 00000000..ef5ad161 --- /dev/null +++ b/tests/results/test/00_7help_sup.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first : string1 ◀ loaded from rougail-test +- :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test/00_7value_doublequote.md b/tests/results/test/00_7value_doublequote.md new file mode 100644 index 00000000..aaa4b82e --- /dev/null +++ b/tests/results/test/00_7value_doublequote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test/00_7value_doublequote2.md b/tests/results/test/00_7value_doublequote2.md new file mode 100644 index 00000000..a6f45dbf --- /dev/null +++ b/tests/results/test/00_7value_doublequote2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test/00_7value_doublequote3.md b/tests/results/test/00_7value_doublequote3.md new file mode 100644 index 00000000..8f1901c5 --- /dev/null +++ b/tests/results/test/00_7value_doublequote3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test/00_7value_quote.md b/tests/results/test/00_7value_quote.md new file mode 100644 index 00000000..d3b5cf77 --- /dev/null +++ b/tests/results/test/00_7value_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test/00_8calculation_information.md b/tests/results/test/00_8calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test/00_8calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/00_8test.md b/tests/results/test/00_8test.md new file mode 100644 index 00000000..ab0eb351 --- /dev/null +++ b/tests/results/test/00_8test.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: test ◀ loaded from rougail-test +- :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the third variable: test1 ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test/00_9choice_variable_multi.md b/tests/results/test/00_9choice_variable_multi.md new file mode 100644 index 00000000..a8e00ca4 --- /dev/null +++ b/tests/results/test/00_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test/00_9choice_variables.md b/tests/results/test/00_9choice_variables.md new file mode 100644 index 00000000..eabca2ae --- /dev/null +++ b/tests/results/test/00_9choice_variables.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test/00_9default_calculation.md b/tests/results/test/00_9default_calculation.md new file mode 100644 index 00000000..28f184e4 --- /dev/null +++ b/tests/results/test/00_9default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test/00_9default_calculation_information.md b/tests/results/test/00_9default_calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test/00_9default_calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/00_9default_calculation_information_other_variable.md b/tests/results/test/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test/00_9default_calculation_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/00_9default_calculation_multi_optional.md b/tests/results/test/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test/00_9default_calculation_multi_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/00_9default_calculation_multi_optional2.md b/tests/results/test/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test/00_9default_calculation_multi_optional2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/00_9default_calculation_multi_optional_default.md b/tests/results/test/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e50c6d45 --- /dev/null +++ b/tests/results/test/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/00_9default_calculation_optional.md b/tests/results/test/00_9default_calculation_optional.md new file mode 100644 index 00000000..fba93947 --- /dev/null +++ b/tests/results/test/00_9default_calculation_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/00_9default_calculation_optional_exists.md b/tests/results/test/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..8331c4d0 --- /dev/null +++ b/tests/results/test/00_9default_calculation_optional_exists.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test/00_9default_calculation_param_optional.md b/tests/results/test/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..ba3ac0cb --- /dev/null +++ b/tests/results/test/00_9default_calculation_param_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test/00_9default_information_other_variable.md b/tests/results/test/00_9default_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test/00_9default_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/00_9default_information_other_variable2.md b/tests/results/test/00_9default_information_other_variable2.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test/00_9default_information_other_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/00_9default_integer.md b/tests/results/test/00_9default_integer.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test/00_9default_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test/00_9default_number.md b/tests/results/test/00_9default_number.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test/00_9default_number.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test/01_6boolean_multi.md b/tests/results/test/01_6boolean_multi.md new file mode 100644 index 00000000..64a9c704 --- /dev/null +++ b/tests/results/test/01_6boolean_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test/01_6custom_multi.md b/tests/results/test/01_6custom_multi.md new file mode 100644 index 00000000..5f8295fe --- /dev/null +++ b/tests/results/test/01_6custom_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/01_6float_multi.md b/tests/results/test/01_6float_multi.md new file mode 100644 index 00000000..37394ce7 --- /dev/null +++ b/tests/results/test/01_6float_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test/01_6integer_multi.md b/tests/results/test/01_6integer_multi.md new file mode 100644 index 00000000..cd3a6d90 --- /dev/null +++ b/tests/results/test/01_6integer_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test/01_6integer_multi_mandatory.md b/tests/results/test/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..5dc07324 --- /dev/null +++ b/tests/results/test/01_6integer_multi_mandatory.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test/01_6string_empty.md b/tests/results/test/01_6string_empty.md new file mode 100644 index 00000000..169debbc --- /dev/null +++ b/tests/results/test/01_6string_empty.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/01_6string_multi.md b/tests/results/test/01_6string_multi.md new file mode 100644 index 00000000..5126d7c7 --- /dev/null +++ b/tests/results/test/01_6string_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/01_6string_multi_length.md b/tests/results/test/01_6string_multi_length.md new file mode 100644 index 00000000..bad5a109 --- /dev/null +++ b/tests/results/test/01_6string_multi_length.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/01_7value_multi_doublequote.md b/tests/results/test/01_7value_multi_doublequote.md new file mode 100644 index 00000000..c7d13a41 --- /dev/null +++ b/tests/results/test/01_7value_multi_doublequote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/01_7value_multi_doublequote2.md b/tests/results/test/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..86a1a25c --- /dev/null +++ b/tests/results/test/01_7value_multi_doublequote2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/01_7value_multi_quote.md b/tests/results/test/01_7value_multi_quote.md new file mode 100644 index 00000000..08b18504 --- /dev/null +++ b/tests/results/test/01_7value_multi_quote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/01_8calculation_information_multi.md b/tests/results/test/01_8calculation_information_multi.md new file mode 100644 index 00000000..36f45646 --- /dev/null +++ b/tests/results/test/01_8calculation_information_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/01_9choice_variable_multi.md b/tests/results/test/01_9choice_variable_multi.md new file mode 100644 index 00000000..e66688b4 --- /dev/null +++ b/tests/results/test/01_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/01_9choice_variable_optional.md b/tests/results/test/01_9choice_variable_optional.md new file mode 100644 index 00000000..f85e76de --- /dev/null +++ b/tests/results/test/01_9choice_variable_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test/02_0tags.md b/tests/results/test/02_0tags.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test/02_0tags.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/04_0type_param.md b/tests/results/test/04_0type_param.md new file mode 100644 index 00000000..9b8af410 --- /dev/null +++ b/tests/results/test/04_0type_param.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test/04_0type_param_integer.md b/tests/results/test/04_0type_param_integer.md new file mode 100644 index 00000000..8dda6325 --- /dev/null +++ b/tests/results/test/04_0type_param_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test/04_1auto_save.md b/tests/results/test/04_1auto_save.md new file mode 100644 index 00000000..18a70157 --- /dev/null +++ b/tests/results/test/04_1auto_save.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: an auto save variable: no diff --git a/tests/results/test/04_1auto_save_and_calculated.md b/tests/results/test/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..1012dbd7 --- /dev/null +++ b/tests/results/test/04_1auto_save_and_calculated.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: no diff --git a/tests/results/test/04_1auto_save_and_calculated_hidden.md b/tests/results/test/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..f5e243ac --- /dev/null +++ b/tests/results/test/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: yes diff --git a/tests/results/test/04_1auto_save_and_hidden.md b/tests/results/test/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..92ece53f --- /dev/null +++ b/tests/results/test/04_1auto_save_and_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Modified value + +Variables: +- :notebook: autosave variable: yes diff --git a/tests/results/test/04_1default_calculation_hidden.md b/tests/results/test/04_1default_calculation_hidden.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/04_1default_calculation_hidden_2.md b/tests/results/test/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden_2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/04_1default_calculation_hidden_3.md b/tests/results/test/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..7175a798 --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden_3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: value +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test/04_1default_calculation_hidden_4.md b/tests/results/test/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..28ab29b3 --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden_4.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: value +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test/04_1default_calculation_hidden_5.md b/tests/results/test/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..73e9e97b --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden_5.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/04_1default_calculation_hidden_6.md b/tests/results/test/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..12897a4f --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden_6.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 diff --git a/tests/results/test/04_5disabled_calculation_boolean.md b/tests/results/test/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..2a347caa --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_boolean.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/04_5disabled_calculation_optional.md b/tests/results/test/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..bc48b290 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a first variable: null +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/04_5disabled_calculation_optional_default.md b/tests/results/test/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..da1a4fdf --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_optional_default.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a first variable: null +- :notebook: a second variable: null +- :notebook: a forth variable: null diff --git a/tests/results/test/04_5disabled_calculation_variable.md b/tests/results/test/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test/04_5disabled_calculation_variable10.md b/tests/results/test/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable10.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test/04_5disabled_calculation_variable2.md b/tests/results/test/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test/04_5disabled_calculation_variable3.md b/tests/results/test/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..686a5383 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/04_5disabled_calculation_variable4.md b/tests/results/test/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..2c85557d --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable4.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test/04_5disabled_calculation_variable5.md b/tests/results/test/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..32aee234 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable5.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :notebook: a condition: false +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/04_5disabled_calculation_variable6.md b/tests/results/test/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable6.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/04_5disabled_calculation_variable7.md b/tests/results/test/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable7.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test/04_5disabled_calculation_variable8.md b/tests/results/test/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..6dc9f936 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable8.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :notebook: a condition: true diff --git a/tests/results/test/04_5disabled_calculation_variable9.md b/tests/results/test/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable9.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/04_5disabled_calculation_variable_multi.md b/tests/results/test/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test/04_5validators.md b/tests/results/test/04_5validators.md new file mode 100644 index 00000000..bde57131 --- /dev/null +++ b/tests/results/test/04_5validators.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test/04_5validators_differ.md b/tests/results/test/04_5validators_differ.md new file mode 100644 index 00000000..7228c318 --- /dev/null +++ b/tests/results/test/04_5validators_differ.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) +- :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test/04_5validators_multi.md b/tests/results/test/04_5validators_multi.md new file mode 100644 index 00000000..a02553e3 --- /dev/null +++ b/tests/results/test/04_5validators_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/04_5validators_multi2.md b/tests/results/test/04_5validators_multi2.md new file mode 100644 index 00000000..d540870f --- /dev/null +++ b/tests/results/test/04_5validators_multi2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test/04_5validators_multi3.md b/tests/results/test/04_5validators_multi3.md new file mode 100644 index 00000000..12aa629b --- /dev/null +++ b/tests/results/test/04_5validators_multi3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test/04_5validators_warnings.md b/tests/results/test/04_5validators_warnings.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test/04_5validators_warnings.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test/04_5validators_warnings_all.md b/tests/results/test/04_5validators_warnings_all.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test/04_5validators_warnings_all.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test/05_0multi_not_uniq.md b/tests/results/test/05_0multi_not_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test/05_0multi_not_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/05_0multi_uniq.md b/tests/results/test/05_0multi_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test/05_0multi_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/12_1auto_save_expert.md b/tests/results/test/12_1auto_save_expert.md new file mode 100644 index 00000000..517523ba --- /dev/null +++ b/tests/results/test/12_1auto_save_expert.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test/16_0redefine_description.md b/tests/results/test/16_0redefine_description.md new file mode 100644 index 00000000..1a79d0e3 --- /dev/null +++ b/tests/results/test/16_0redefine_description.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/16_2family_redefine_calculation.md b/tests/results/test/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test/16_2family_redefine_disabled.md b/tests/results/test/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test/16_3family_empty_at_ends.md b/tests/results/test/16_3family_empty_at_ends.md new file mode 100644 index 00000000..391f7652 --- /dev/null +++ b/tests/results/test/16_3family_empty_at_ends.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/16_5exists_nonexists.md b/tests/results/test/16_5exists_nonexists.md new file mode 100644 index 00000000..5282c9a9 --- /dev/null +++ b/tests/results/test/16_5exists_nonexists.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test/16_5exists_redefine.md b/tests/results/test/16_5exists_redefine.md new file mode 100644 index 00000000..b282e496 --- /dev/null +++ b/tests/results/test/16_5exists_redefine.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :notebook: a first variable: yes diff --git a/tests/results/test/16_5redefine_calculation.md b/tests/results/test/16_5redefine_calculation.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test/16_5redefine_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test/16_5redefine_choice.md b/tests/results/test/16_5redefine_choice.md new file mode 100644 index 00000000..3fa8719b --- /dev/null +++ b/tests/results/test/16_5redefine_choice.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test/16_5redefine_default.md b/tests/results/test/16_5redefine_default.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test/16_5redefine_default.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test/16_5redefine_default_calculation.md b/tests/results/test/16_5redefine_default_calculation.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test/16_5redefine_default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/16_5redefine_family.md b/tests/results/test/16_5redefine_family.md new file mode 100644 index 00000000..e3d9d3ab --- /dev/null +++ b/tests/results/test/16_5redefine_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/16_5redefine_help.md b/tests/results/test/16_5redefine_help.md new file mode 100644 index 00000000..1da5c1c7 --- /dev/null +++ b/tests/results/test/16_5redefine_help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/16_5redefine_hidden.md b/tests/results/test/16_5redefine_hidden.md new file mode 100644 index 00000000..a076cf86 --- /dev/null +++ b/tests/results/test/16_5redefine_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test/16_5redefine_multi.md b/tests/results/test/16_5redefine_multi.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test/16_5redefine_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/16_5redefine_remove_disable_calculation.md b/tests/results/test/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/16_5test_redefine.md b/tests/results/test/16_5test_redefine.md new file mode 100644 index 00000000..c1457ecf --- /dev/null +++ b/tests/results/test/16_5test_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/16_6choice_redefine.md b/tests/results/test/16_6choice_redefine.md new file mode 100644 index 00000000..9752d3c3 --- /dev/null +++ b/tests/results/test/16_6choice_redefine.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test/16_6exists_family.md b/tests/results/test/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test/16_6exists_redefine_family.md b/tests/results/test/16_6exists_redefine_family.md new file mode 100644 index 00000000..d32c7ec6 --- /dev/null +++ b/tests/results/test/16_6exists_redefine_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/16exists_exists.md b/tests/results/test/16exists_exists.md new file mode 100644 index 00000000..6af116b0 --- /dev/null +++ b/tests/results/test/16exists_exists.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/17_5redefine_leadership.md b/tests/results/test/17_5redefine_leadership.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test/17_5redefine_leadership.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test/17_5redefine_leadership.sh b/tests/results/test/17_5redefine_leadership.sh index e69de29b..b5d95187 100644 --- a/tests/results/test/17_5redefine_leadership.sh +++ b/tests/results/test/17_5redefine_leadership.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test/20_0empty_family.md b/tests/results/test/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test/20_0family_append.md b/tests/results/test/20_0family_append.md new file mode 100644 index 00000000..e58e2fff --- /dev/null +++ b/tests/results/test/20_0family_append.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/20_0family_underscore.md b/tests/results/test/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test/20_0multi_family.md b/tests/results/test/20_0multi_family.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test/20_0multi_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/20_0multi_family_basic.md b/tests/results/test/20_0multi_family_basic.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test/20_0multi_family_basic.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/20_0multi_family_expert.md b/tests/results/test/20_0multi_family_expert.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test/20_0multi_family_expert.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/20_0multi_family_order.md b/tests/results/test/20_0multi_family_order.md new file mode 100644 index 00000000..6fe9fe14 --- /dev/null +++ b/tests/results/test/20_0multi_family_order.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/20_0validators_differ_redefine.md b/tests/results/test/20_0validators_differ_redefine.md new file mode 100644 index 00000000..894437c1 --- /dev/null +++ b/tests/results/test/20_0validators_differ_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test/20_1empty_subfamily.md b/tests/results/test/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test/20_2family_looks_like_dynamic.md b/tests/results/test/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..37a189c4 --- /dev/null +++ b/tests/results/test/20_2family_looks_like_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test/20_2family_looks_like_variable.md b/tests/results/test/20_2family_looks_like_variable.md new file mode 100644 index 00000000..ab3f4c56 --- /dev/null +++ b/tests/results/test/20_2family_looks_like_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test/20_9default_information_parent.md b/tests/results/test/20_9default_information_parent.md new file mode 100644 index 00000000..3baade9e --- /dev/null +++ b/tests/results/test/20_9default_information_parent.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/20_9family_absolute.md b/tests/results/test/20_9family_absolute.md new file mode 100644 index 00000000..04c297cd --- /dev/null +++ b/tests/results/test/20_9family_absolute.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: first variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a second variable: string6 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: third variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a variable2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - :notebook: var3: string5 ◀ loaded from rougail-test (:hourglass_flowing_sand: string4) + - :open_file_folder: a sub family + - :notebook: fourth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string5) diff --git a/tests/results/test/24_0family_hidden_condition_sub_family.md b/tests/results/test/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..f116a698 --- /dev/null +++ b/tests/results/test/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..6406a8de --- /dev/null +++ b/tests/results/test/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: null diff --git a/tests/results/test/24_0family_hidden_param_condition_sub_family.md b/tests/results/test/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..e2205c85 --- /dev/null +++ b/tests/results/test/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/24_0family_mandatory_condition.md b/tests/results/test/24_0family_mandatory_condition.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test/24_0family_mandatory_condition.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/24_0family_mandatory_condition_variable.md b/tests/results/test/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..38cfdc4f --- /dev/null +++ b/tests/results/test/24_0family_mandatory_condition_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/24_7validators_variable_optional.md b/tests/results/test/24_7validators_variable_optional.md new file mode 100644 index 00000000..2a474ee3 --- /dev/null +++ b/tests/results/test/24_7validators_variable_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test/24_family_disabled_var_hidden.md b/tests/results/test/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test/40_0leadership.md b/tests/results/test/40_0leadership.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test/40_0leadership.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test/40_0leadership_diff_name.md b/tests/results/test/40_0leadership_diff_name.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test/40_0leadership_diff_name.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test/40_0leadership_empty.md b/tests/results/test/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test/40_0leadership_follower_default_calculation.md b/tests/results/test/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..9fc9ddef --- /dev/null +++ b/tests/results/test/40_0leadership_follower_default_calculation.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test/40_0leadership_follower_default_value.md b/tests/results/test/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..d35335b7 --- /dev/null +++ b/tests/results/test/40_0leadership_follower_default_value.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test/40_0leadership_leader_follower.md b/tests/results/test/40_0leadership_leader_follower.md new file mode 100644 index 00000000..f3168a42 --- /dev/null +++ b/tests/results/test/40_0leadership_leader_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test/40_0leadership_leader_not_multi.md b/tests/results/test/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..de43516e --- /dev/null +++ b/tests/results/test/40_0leadership_leader_not_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test/40_0leadership_reduce.md b/tests/results/test/40_0leadership_reduce.md new file mode 100644 index 00000000..6e0a96b2 --- /dev/null +++ b/tests/results/test/40_0leadership_reduce.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test/40_1leadership_append_follower.md b/tests/results/test/40_1leadership_append_follower.md new file mode 100644 index 00000000..f45a28e6 --- /dev/null +++ b/tests/results/test/40_1leadership_append_follower.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test/40_2leadership_calculation_index.md b/tests/results/test/40_2leadership_calculation_index.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test/40_2leadership_calculation_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test/40_2leadership_calculation_index_2.md b/tests/results/test/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test/40_2leadership_calculation_index_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test/40_6leadership_follower_multi.md b/tests/results/test/40_6leadership_follower_multi.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test/40_6leadership_follower_multi.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/40_8calculation_boolean.md b/tests/results/test/40_8calculation_boolean.md new file mode 100644 index 00000000..0c592024 --- /dev/null +++ b/tests/results/test/40_8calculation_boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) +- :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test/40_8calculation_multi_variable.md b/tests/results/test/40_8calculation_multi_variable.md new file mode 100644 index 00000000..b02d27dc --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test/40_8calculation_multi_variable_parent.md b/tests/results/test/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..332d66de --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/40_8calculation_multi_variable_parent2.md b/tests/results/test/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..4baceb00 --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..ca74e6ba --- /dev/null +++ b/tests/results/test/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,27 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/40_9leadership-calculation-outside-follower-first.md b/tests/results/test/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..0fb2518d --- /dev/null +++ b/tests/results/test/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/40_9leadership-calculation-outside-follower-last.md b/tests/results/test/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..c3c8499d --- /dev/null +++ b/tests/results/test/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..9a98f208 --- /dev/null +++ b/tests/results/test/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test +- :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test/40_9leadership-calculation-outside-follower.md b/tests/results/test/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test/40_9leadership-calculation-outside-leader-first.md b/tests/results/test/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..e6481970 --- /dev/null +++ b/tests/results/test/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/40_9leadership-calculation-outside-leader-last.md b/tests/results/test/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..28505269 --- /dev/null +++ b/tests/results/test/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test/40_9leadership-calculation-outside-leader.md b/tests/results/test/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test/40_9leadership-calculation-variable.md b/tests/results/test/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..10cd17ad --- /dev/null +++ b/tests/results/test/40_9leadership-calculation-variable.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..ec612eff --- /dev/null +++ b/tests/results/test/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..993c89c0 --- /dev/null +++ b/tests/results/test/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,37 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test/41_0choice_leader.md b/tests/results/test/41_0choice_leader.md new file mode 100644 index 00000000..62c10705 --- /dev/null +++ b/tests/results/test/41_0choice_leader.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test/44_0leadership_hidden.md b/tests/results/test/44_0leadership_hidden.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test/44_0leadership_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test/44_0leadership_hidden.sh b/tests/results/test/44_0leadership_hidden.sh index e69de29b..b5d95187 100644 --- a/tests/results/test/44_0leadership_hidden.sh +++ b/tests/results/test/44_0leadership_hidden.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test/44_0leadership_leader_hidden.md b/tests/results/test/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test/44_0leadership_leader_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test/44_0leadership_leader_hidden.sh b/tests/results/test/44_0leadership_leader_hidden.sh index e69de29b..b5d95187 100644 --- a/tests/results/test/44_0leadership_leader_hidden.sh +++ b/tests/results/test/44_0leadership_leader_hidden.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test/44_1leadership_append_hidden_follower.md b/tests/results/test/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test/44_1leadership_append_hidden_follower.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test/44_1leadership_append_hidden_follower.sh b/tests/results/test/44_1leadership_append_hidden_follower.sh index e69de29b..b5d95187 100644 --- a/tests/results/test/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test/44_4disabled_calcultion_follower_index.md b/tests/results/test/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..7a5bc503 --- /dev/null +++ b/tests/results/test/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test/44_4leadership_mandatory.md b/tests/results/test/44_4leadership_mandatory.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test/44_4leadership_mandatory.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test/44_4leadership_mandatory_follower.md b/tests/results/test/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test/44_4leadership_mandatory_follower.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test/44_5leadership_leader_hidden_calculation.md b/tests/results/test/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..2e4cffd8 --- /dev/null +++ b/tests/results/test/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test/44_6leadership_follower_disabled_calculation.md b/tests/results/test/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..665f062c --- /dev/null +++ b/tests/results/test/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic.md b/tests/results/test/60_0family_dynamic.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test/60_0family_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_1_1.md b/tests/results/test/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_1_1.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_1_1_empty.md b/tests/results/test/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_empty.md b/tests/results/test/60_0family_dynamic_empty.md new file mode 100644 index 00000000..5d22fb5d --- /dev/null +++ b/tests/results/test/60_0family_dynamic_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_forbidden_char.md b/tests/results/test/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..7ecfff5a --- /dev/null +++ b/tests/results/test/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test/60_0family_dynamic_no_description.md b/tests/results/test/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..7db666a1 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_no_description.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_no_description_empty.md b/tests/results/test/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..a1fc666b --- /dev/null +++ b/tests/results/test/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_source_hidden.md b/tests/results/test/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..5215b122 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_source_hidden.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_static.md b/tests/results/test/60_0family_dynamic_static.md new file mode 100644 index 00000000..aab71c32 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_static.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_test.md b/tests/results/test/60_0family_dynamic_test.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test/60_0family_dynamic_test.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_upper_char.md b/tests/results/test/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..afda6419 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_upper_char.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_variable_empty.md b/tests/results/test/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..898c3589 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test/60_0family_dynamic_variable_optional.md b/tests/results/test/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..e0280911 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test/60_0family_dynamic_variable_suffix.md b/tests/results/test/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..87cd38d2 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..3df384ec --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test/60_0family_empty.md b/tests/results/test/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test/60_0family_hidden.md b/tests/results/test/60_0family_hidden.md new file mode 100644 index 00000000..e9be0a15 --- /dev/null +++ b/tests/results/test/60_0family_hidden.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a family + - :notebook: a variable: null diff --git a/tests/results/test/60_0family_mode.md b/tests/results/test/60_0family_mode.md new file mode 100644 index 00000000..fe7dbe59 --- /dev/null +++ b/tests/results/test/60_0family_mode.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test/60_1family_dynamic_jinja.md b/tests/results/test/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..492046f5 --- /dev/null +++ b/tests/results/test/60_1family_dynamic_jinja.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..58ae4ad3 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..797cc590 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..65e4f9a9 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..0600e9df --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/60_2family_dynamic_outside_calc.md b/tests/results/test/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..22e9ef87 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_outside_calc.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/60_2family_dynamic_outside_calc_empty.md b/tests/results/test/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..4d41e2d7 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/60_5family_dynamic_calc_description.md b/tests/results/test/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..ccdfecaf --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_description.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test/60_5family_dynamic_calc_suffix2.md b/tests/results/test/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..aece1d4c --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..6ceb861a --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..33e2a846 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :notebook: dynval1: {} +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test/60_5family_dynamic_calc_suffix_disabled.sh index 89adda2c..f6dfd744 100644 --- a/tests/results/test/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,6 +1,8 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: +┣━━ 📓 dynval1: {} ┗━━ 📂 dynval2  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_5family_dynamic_calc_suffix_param.md b/tests/results/test/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..b9c1c2f5 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..892804c4 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test/60_5family_dynamic_calc_variable.md b/tests/results/test/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..1a400f72 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..f69f8091 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..5b369056 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/60_5family_dynamic_calc_variable_empty.md b/tests/results/test/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..3b896745 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/60_5family_dynamic_hidden_suffix.md b/tests/results/test/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..3829548b --- /dev/null +++ b/tests/results/test/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a new variable: null diff --git a/tests/results/test/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..60f97596 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..9aa74bc8 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/60_6family_dynamic_leadership.md b/tests/results/test/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..7a3fcf83 --- /dev/null +++ b/tests/results/test/60_6family_dynamic_leadership.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test/60_6family_dynamic_leadership_empty.md b/tests/results/test/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..ec497a1f --- /dev/null +++ b/tests/results/test/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test/60_9family_dynamic_calc_both.md b/tests/results/test/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..d6e21b35 --- /dev/null +++ b/tests/results/test/60_9family_dynamic_calc_both.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test/68_0family_leadership_mode.md b/tests/results/test/68_0family_leadership_mode.md new file mode 100644 index 00000000..91257b8b --- /dev/null +++ b/tests/results/test/68_0family_leadership_mode.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_0empty.md b/tests/results/test_mandatory/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory/00_0no_variable.md b/tests/results/test_mandatory/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory/00_0no_variable_default_version.md b/tests/results/test_mandatory/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory/00_0no_variable_remove_version.md b/tests/results/test_mandatory/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory/00_0version_underscore.md b/tests/results/test_mandatory/00_0version_underscore.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_mandatory/00_0version_underscore.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_1empty_variable.md b/tests/results/test_mandatory/00_1empty_variable.md new file mode 100644 index 00000000..a31a7d7a --- /dev/null +++ b/tests/results/test_mandatory/00_1empty_variable.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_2default_calculated.md b/tests/results/test_mandatory/00_2default_calculated.md new file mode 100644 index 00000000..32af1c07 --- /dev/null +++ b/tests/results/test_mandatory/00_2default_calculated.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_2default_calculated_multi.md b/tests/results/test_mandatory/00_2default_calculated_multi.md new file mode 100644 index 00000000..45c944bb --- /dev/null +++ b/tests/results/test_mandatory/00_2default_calculated_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory/00_2default_calculated_params_permissive.md b/tests/results/test_mandatory/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..fe117ecb --- /dev/null +++ b/tests/results/test_mandatory/00_2default_calculated_params_permissive.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: leadership + - :open_file_folder: a first variable + - :notebook: a first variable: a_value + - :notebook: a first variable: a_value +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_mandatory/00_2default_calculated_variable.md b/tests/results/test_mandatory/00_2default_calculated_variable.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_mandatory/00_2default_calculated_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_mandatory/00_2default_calculated_variable_description.md b/tests/results/test_mandatory/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..06a98c44 --- /dev/null +++ b/tests/results/test_mandatory/00_2default_calculated_variable_description.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_mandatory/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..04c5f380 --- /dev/null +++ b/tests/results/test_mandatory/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_2default_calculated_variable_transitive.md b/tests/results/test_mandatory/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_mandatory/00_2default_calculated_variable_transitive.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_mandatory/00_4load_subfolder.md b/tests/results/test_mandatory/00_4load_subfolder.md new file mode 100644 index 00000000..d729d1dd --- /dev/null +++ b/tests/results/test_mandatory/00_4load_subfolder.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_5load_notype.md b/tests/results/test_mandatory/00_5load_notype.md new file mode 100644 index 00000000..74a3ebb7 --- /dev/null +++ b/tests/results/test_mandatory/00_5load_notype.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_mandatory/00_6boolean.md b/tests/results/test_mandatory/00_6boolean.md new file mode 100644 index 00000000..7767738e --- /dev/null +++ b/tests/results/test_mandatory/00_6boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory/00_6boolean_no_mandatory.md b/tests/results/test_mandatory/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..0d665aa8 --- /dev/null +++ b/tests/results/test_mandatory/00_6boolean_no_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory/00_6choice.md b/tests/results/test_mandatory/00_6choice.md new file mode 100644 index 00000000..069f0f56 --- /dev/null +++ b/tests/results/test_mandatory/00_6choice.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test +- :notebook: the third variable: a ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_mandatory/00_6choice_calculation.md b/tests/results/test_mandatory/00_6choice_calculation.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_mandatory/00_6choice_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_mandatory/00_6choice_link.md b/tests/results/test_mandatory/00_6choice_link.md new file mode 100644 index 00000000..07fe1c0f --- /dev/null +++ b/tests/results/test_mandatory/00_6choice_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_mandatory/00_6choice_variable.md b/tests/results/test_mandatory/00_6choice_variable.md new file mode 100644 index 00000000..a3b27ef6 --- /dev/null +++ b/tests/results/test_mandatory/00_6choice_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_mandatory/00_6choice_variable_link.md b/tests/results/test_mandatory/00_6choice_variable_link.md new file mode 100644 index 00000000..4c73fa36 --- /dev/null +++ b/tests/results/test_mandatory/00_6choice_variable_link.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/00_6choice_variable_link2.md b/tests/results/test_mandatory/00_6choice_variable_link2.md new file mode 100644 index 00000000..69e1b391 --- /dev/null +++ b/tests/results/test_mandatory/00_6choice_variable_link2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/00_6custom.md b/tests/results/test_mandatory/00_6custom.md new file mode 100644 index 00000000..0278efae --- /dev/null +++ b/tests/results/test_mandatory/00_6custom.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_mandatory/00_6domainname.md b/tests/results/test_mandatory/00_6domainname.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_mandatory/00_6domainname.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_mandatory/00_6domainname_params.md b/tests/results/test_mandatory/00_6domainname_params.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_mandatory/00_6domainname_params.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_mandatory/00_6float.md b/tests/results/test_mandatory/00_6float.md new file mode 100644 index 00000000..fdf00c1b --- /dev/null +++ b/tests/results/test_mandatory/00_6float.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_mandatory/00_6integer.md b/tests/results/test_mandatory/00_6integer.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_mandatory/00_6integer.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_mandatory/00_6ip.md b/tests/results/test_mandatory/00_6ip.md new file mode 100644 index 00000000..03c33f4a --- /dev/null +++ b/tests/results/test_mandatory/00_6ip.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) +- :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) +- :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_mandatory/00_6network.md b/tests/results/test_mandatory/00_6network.md new file mode 100644 index 00000000..bcdcd790 --- /dev/null +++ b/tests/results/test_mandatory/00_6network.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) +- :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) +- :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_mandatory/00_6number.md b/tests/results/test_mandatory/00_6number.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_mandatory/00_6number.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_mandatory/00_6port.md b/tests/results/test_mandatory/00_6port.md new file mode 100644 index 00000000..03133fbb --- /dev/null +++ b/tests/results/test_mandatory/00_6port.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a port variable: 80 ◀ loaded from rougail-test +- :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_mandatory/00_6regexp.md b/tests/results/test_mandatory/00_6regexp.md new file mode 100644 index 00000000..fac2816f --- /dev/null +++ b/tests/results/test_mandatory/00_6regexp.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_mandatory/00_6regexp_link.md b/tests/results/test_mandatory/00_6regexp_link.md new file mode 100644 index 00000000..ca7a25c4 --- /dev/null +++ b/tests/results/test_mandatory/00_6regexp_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_mandatory/00_6secret.md b/tests/results/test_mandatory/00_6secret.md new file mode 100644 index 00000000..7e898a9d --- /dev/null +++ b/tests/results/test_mandatory/00_6secret.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test +- :notebook: the second variable: onE7vaLues_len1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_mandatory/00_6secret_param.md b/tests/results/test_mandatory/00_6secret_param.md new file mode 100644 index 00000000..f5779ef2 --- /dev/null +++ b/tests/results/test_mandatory/00_6secret_param.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test +- :notebook: the second variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the third variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_mandatory/00_6string.md b/tests/results/test_mandatory/00_6string.md new file mode 100644 index 00000000..495f5f12 --- /dev/null +++ b/tests/results/test_mandatory/00_6string.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test +- :notebook: the third variable: string1 ◀ loaded from rougail-test +- :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory/00_7choice_quote.md b/tests/results/test_mandatory/00_7choice_quote.md new file mode 100644 index 00000000..ec33219d --- /dev/null +++ b/tests/results/test_mandatory/00_7choice_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_mandatory/00_7help.md b/tests/results/test_mandatory/00_7help.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_mandatory/00_7help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_7help_quote.md b/tests/results/test_mandatory/00_7help_quote.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_mandatory/00_7help_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_7help_sup.md b/tests/results/test_mandatory/00_7help_sup.md new file mode 100644 index 00000000..ef5ad161 --- /dev/null +++ b/tests/results/test_mandatory/00_7help_sup.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first : string1 ◀ loaded from rougail-test +- :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_7value_doublequote.md b/tests/results/test_mandatory/00_7value_doublequote.md new file mode 100644 index 00000000..aaa4b82e --- /dev/null +++ b/tests/results/test_mandatory/00_7value_doublequote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_mandatory/00_7value_doublequote2.md b/tests/results/test_mandatory/00_7value_doublequote2.md new file mode 100644 index 00000000..a6f45dbf --- /dev/null +++ b/tests/results/test_mandatory/00_7value_doublequote2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_mandatory/00_7value_doublequote3.md b/tests/results/test_mandatory/00_7value_doublequote3.md new file mode 100644 index 00000000..8f1901c5 --- /dev/null +++ b/tests/results/test_mandatory/00_7value_doublequote3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_mandatory/00_7value_quote.md b/tests/results/test_mandatory/00_7value_quote.md new file mode 100644 index 00000000..d3b5cf77 --- /dev/null +++ b/tests/results/test_mandatory/00_7value_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_mandatory/00_8calculation_information.md b/tests/results/test_mandatory/00_8calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_mandatory/00_8calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_8test.md b/tests/results/test_mandatory/00_8test.md new file mode 100644 index 00000000..ab0eb351 --- /dev/null +++ b/tests/results/test_mandatory/00_8test.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: test ◀ loaded from rougail-test +- :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the third variable: test1 ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_9choice_variable_multi.md b/tests/results/test_mandatory/00_9choice_variable_multi.md new file mode 100644 index 00000000..a8e00ca4 --- /dev/null +++ b/tests/results/test_mandatory/00_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_9choice_variables.md b/tests/results/test_mandatory/00_9choice_variables.md new file mode 100644 index 00000000..eabca2ae --- /dev/null +++ b/tests/results/test_mandatory/00_9choice_variables.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_mandatory/00_9default_calculation.md b/tests/results/test_mandatory/00_9default_calculation.md new file mode 100644 index 00000000..28f184e4 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_mandatory/00_9default_calculation_information.md b/tests/results/test_mandatory/00_9default_calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_9default_calculation_information_other_variable.md b/tests/results/test_mandatory/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_9default_calculation_multi_optional.md b/tests/results/test_mandatory/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_multi_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_9default_calculation_multi_optional2.md b/tests/results/test_mandatory/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_multi_optional2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_9default_calculation_multi_optional_default.md b/tests/results/test_mandatory/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e50c6d45 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_9default_calculation_optional.md b/tests/results/test_mandatory/00_9default_calculation_optional.md new file mode 100644 index 00000000..fba93947 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_9default_calculation_optional_exists.md b/tests/results/test_mandatory/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..8331c4d0 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_optional_exists.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory/00_9default_calculation_param_optional.md b/tests/results/test_mandatory/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..ba3ac0cb --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_param_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_mandatory/00_9default_information_other_variable.md b/tests/results/test_mandatory/00_9default_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_mandatory/00_9default_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_9default_information_other_variable2.md b/tests/results/test_mandatory/00_9default_information_other_variable2.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_mandatory/00_9default_information_other_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/00_9default_integer.md b/tests/results/test_mandatory/00_9default_integer.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_mandatory/00_9default_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_mandatory/00_9default_number.md b/tests/results/test_mandatory/00_9default_number.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_mandatory/00_9default_number.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_mandatory/01_6boolean_multi.md b/tests/results/test_mandatory/01_6boolean_multi.md new file mode 100644 index 00000000..64a9c704 --- /dev/null +++ b/tests/results/test_mandatory/01_6boolean_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory/01_6custom_multi.md b/tests/results/test_mandatory/01_6custom_multi.md new file mode 100644 index 00000000..5f8295fe --- /dev/null +++ b/tests/results/test_mandatory/01_6custom_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/01_6float_multi.md b/tests/results/test_mandatory/01_6float_multi.md new file mode 100644 index 00000000..37394ce7 --- /dev/null +++ b/tests/results/test_mandatory/01_6float_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/01_6integer_multi.md b/tests/results/test_mandatory/01_6integer_multi.md new file mode 100644 index 00000000..cd3a6d90 --- /dev/null +++ b/tests/results/test_mandatory/01_6integer_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/01_6integer_multi_mandatory.md b/tests/results/test_mandatory/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..5dc07324 --- /dev/null +++ b/tests/results/test_mandatory/01_6integer_multi_mandatory.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/01_6string_empty.md b/tests/results/test_mandatory/01_6string_empty.md new file mode 100644 index 00000000..169debbc --- /dev/null +++ b/tests/results/test_mandatory/01_6string_empty.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/01_6string_multi.md b/tests/results/test_mandatory/01_6string_multi.md new file mode 100644 index 00000000..5126d7c7 --- /dev/null +++ b/tests/results/test_mandatory/01_6string_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/01_6string_multi_length.md b/tests/results/test_mandatory/01_6string_multi_length.md new file mode 100644 index 00000000..bad5a109 --- /dev/null +++ b/tests/results/test_mandatory/01_6string_multi_length.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/01_7value_multi_doublequote.md b/tests/results/test_mandatory/01_7value_multi_doublequote.md new file mode 100644 index 00000000..c7d13a41 --- /dev/null +++ b/tests/results/test_mandatory/01_7value_multi_doublequote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/01_7value_multi_doublequote2.md b/tests/results/test_mandatory/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..86a1a25c --- /dev/null +++ b/tests/results/test_mandatory/01_7value_multi_doublequote2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/01_7value_multi_quote.md b/tests/results/test_mandatory/01_7value_multi_quote.md new file mode 100644 index 00000000..08b18504 --- /dev/null +++ b/tests/results/test_mandatory/01_7value_multi_quote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/01_8calculation_information_multi.md b/tests/results/test_mandatory/01_8calculation_information_multi.md new file mode 100644 index 00000000..36f45646 --- /dev/null +++ b/tests/results/test_mandatory/01_8calculation_information_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/01_9choice_variable_multi.md b/tests/results/test_mandatory/01_9choice_variable_multi.md new file mode 100644 index 00000000..e66688b4 --- /dev/null +++ b/tests/results/test_mandatory/01_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/01_9choice_variable_optional.md b/tests/results/test_mandatory/01_9choice_variable_optional.md new file mode 100644 index 00000000..f85e76de --- /dev/null +++ b/tests/results/test_mandatory/01_9choice_variable_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_mandatory/02_0tags.md b/tests/results/test_mandatory/02_0tags.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_mandatory/02_0tags.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/04_0type_param.md b/tests/results/test_mandatory/04_0type_param.md new file mode 100644 index 00000000..9b8af410 --- /dev/null +++ b/tests/results/test_mandatory/04_0type_param.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_mandatory/04_0type_param_integer.md b/tests/results/test_mandatory/04_0type_param_integer.md new file mode 100644 index 00000000..8dda6325 --- /dev/null +++ b/tests/results/test_mandatory/04_0type_param_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_mandatory/04_1auto_save.md b/tests/results/test_mandatory/04_1auto_save.md new file mode 100644 index 00000000..18a70157 --- /dev/null +++ b/tests/results/test_mandatory/04_1auto_save.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: an auto save variable: no diff --git a/tests/results/test_mandatory/04_1auto_save_and_calculated.md b/tests/results/test_mandatory/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..1012dbd7 --- /dev/null +++ b/tests/results/test_mandatory/04_1auto_save_and_calculated.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: no diff --git a/tests/results/test_mandatory/04_1auto_save_and_calculated_hidden.md b/tests/results/test_mandatory/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..f5e243ac --- /dev/null +++ b/tests/results/test_mandatory/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: yes diff --git a/tests/results/test_mandatory/04_1auto_save_and_hidden.md b/tests/results/test_mandatory/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..92ece53f --- /dev/null +++ b/tests/results/test_mandatory/04_1auto_save_and_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Modified value + +Variables: +- :notebook: autosave variable: yes diff --git a/tests/results/test_mandatory/04_1default_calculation_hidden.md b/tests/results/test_mandatory/04_1default_calculation_hidden.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_mandatory/04_1default_calculation_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/04_1default_calculation_hidden_2.md b/tests/results/test_mandatory/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_mandatory/04_1default_calculation_hidden_2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/04_1default_calculation_hidden_3.md b/tests/results/test_mandatory/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..7175a798 --- /dev/null +++ b/tests/results/test_mandatory/04_1default_calculation_hidden_3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: value +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_mandatory/04_1default_calculation_hidden_4.md b/tests/results/test_mandatory/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..28ab29b3 --- /dev/null +++ b/tests/results/test_mandatory/04_1default_calculation_hidden_4.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: value +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_mandatory/04_1default_calculation_hidden_5.md b/tests/results/test_mandatory/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..73e9e97b --- /dev/null +++ b/tests/results/test_mandatory/04_1default_calculation_hidden_5.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/04_1default_calculation_hidden_6.md b/tests/results/test_mandatory/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..12897a4f --- /dev/null +++ b/tests/results/test_mandatory/04_1default_calculation_hidden_6.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 diff --git a/tests/results/test_mandatory/04_5disabled_calculation_boolean.md b/tests/results/test_mandatory/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..2a347caa --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_boolean.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/04_5disabled_calculation_optional.md b/tests/results/test_mandatory/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..bc48b290 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a first variable: null +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/04_5disabled_calculation_optional_default.md b/tests/results/test_mandatory/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..da1a4fdf --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_optional_default.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a first variable: null +- :notebook: a second variable: null +- :notebook: a forth variable: null diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable.md b/tests/results/test_mandatory/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable10.md b/tests/results/test_mandatory/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable10.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable2.md b/tests/results/test_mandatory/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable3.md b/tests/results/test_mandatory/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..686a5383 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable4.md b/tests/results/test_mandatory/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..2c85557d --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable4.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable5.md b/tests/results/test_mandatory/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..32aee234 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable5.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :notebook: a condition: false +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable6.md b/tests/results/test_mandatory/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable6.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable7.md b/tests/results/test_mandatory/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable7.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable8.md b/tests/results/test_mandatory/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..6dc9f936 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable8.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :notebook: a condition: true diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable9.md b/tests/results/test_mandatory/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable9.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable_multi.md b/tests/results/test_mandatory/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory/04_5validators.md b/tests/results/test_mandatory/04_5validators.md new file mode 100644 index 00000000..bde57131 --- /dev/null +++ b/tests/results/test_mandatory/04_5validators.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/04_5validators_differ.md b/tests/results/test_mandatory/04_5validators_differ.md new file mode 100644 index 00000000..7228c318 --- /dev/null +++ b/tests/results/test_mandatory/04_5validators_differ.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) +- :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_mandatory/04_5validators_multi.md b/tests/results/test_mandatory/04_5validators_multi.md new file mode 100644 index 00000000..a02553e3 --- /dev/null +++ b/tests/results/test_mandatory/04_5validators_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/04_5validators_multi2.md b/tests/results/test_mandatory/04_5validators_multi2.md new file mode 100644 index 00000000..d540870f --- /dev/null +++ b/tests/results/test_mandatory/04_5validators_multi2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory/04_5validators_multi3.md b/tests/results/test_mandatory/04_5validators_multi3.md new file mode 100644 index 00000000..12aa629b --- /dev/null +++ b/tests/results/test_mandatory/04_5validators_multi3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_mandatory/04_5validators_warnings.md b/tests/results/test_mandatory/04_5validators_warnings.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_mandatory/04_5validators_warnings.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_mandatory/04_5validators_warnings_all.md b/tests/results/test_mandatory/04_5validators_warnings_all.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_mandatory/04_5validators_warnings_all.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_mandatory/05_0multi_not_uniq.md b/tests/results/test_mandatory/05_0multi_not_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_mandatory/05_0multi_not_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/05_0multi_uniq.md b/tests/results/test_mandatory/05_0multi_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_mandatory/05_0multi_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/12_1auto_save_expert.md b/tests/results/test_mandatory/12_1auto_save_expert.md new file mode 100644 index 00000000..517523ba --- /dev/null +++ b/tests/results/test_mandatory/12_1auto_save_expert.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test_mandatory/16_0redefine_description.md b/tests/results/test_mandatory/16_0redefine_description.md new file mode 100644 index 00000000..1a79d0e3 --- /dev/null +++ b/tests/results/test_mandatory/16_0redefine_description.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/16_2family_redefine_calculation.md b/tests/results/test_mandatory/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory/16_2family_redefine_disabled.md b/tests/results/test_mandatory/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory/16_3family_empty_at_ends.md b/tests/results/test_mandatory/16_3family_empty_at_ends.md new file mode 100644 index 00000000..391f7652 --- /dev/null +++ b/tests/results/test_mandatory/16_3family_empty_at_ends.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/16_5exists_nonexists.md b/tests/results/test_mandatory/16_5exists_nonexists.md new file mode 100644 index 00000000..5282c9a9 --- /dev/null +++ b/tests/results/test_mandatory/16_5exists_nonexists.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory/16_5exists_redefine.md b/tests/results/test_mandatory/16_5exists_redefine.md new file mode 100644 index 00000000..b282e496 --- /dev/null +++ b/tests/results/test_mandatory/16_5exists_redefine.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :notebook: a first variable: yes diff --git a/tests/results/test_mandatory/16_5redefine_calculation.md b/tests/results/test_mandatory/16_5redefine_calculation.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory/16_5redefine_choice.md b/tests/results/test_mandatory/16_5redefine_choice.md new file mode 100644 index 00000000..3fa8719b --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_choice.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/16_5redefine_default.md b/tests/results/test_mandatory/16_5redefine_default.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_default.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory/16_5redefine_default_calculation.md b/tests/results/test_mandatory/16_5redefine_default_calculation.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/16_5redefine_family.md b/tests/results/test_mandatory/16_5redefine_family.md new file mode 100644 index 00000000..e3d9d3ab --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/16_5redefine_help.md b/tests/results/test_mandatory/16_5redefine_help.md new file mode 100644 index 00000000..1da5c1c7 --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/16_5redefine_hidden.md b/tests/results/test_mandatory/16_5redefine_hidden.md new file mode 100644 index 00000000..a076cf86 --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test_mandatory/16_5redefine_multi.md b/tests/results/test_mandatory/16_5redefine_multi.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/16_5redefine_remove_disable_calculation.md b/tests/results/test_mandatory/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/16_5test_redefine.md b/tests/results/test_mandatory/16_5test_redefine.md new file mode 100644 index 00000000..c1457ecf --- /dev/null +++ b/tests/results/test_mandatory/16_5test_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/16_6choice_redefine.md b/tests/results/test_mandatory/16_6choice_redefine.md new file mode 100644 index 00000000..9752d3c3 --- /dev/null +++ b/tests/results/test_mandatory/16_6choice_redefine.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_mandatory/16_6exists_family.md b/tests/results/test_mandatory/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory/16_6exists_redefine_family.md b/tests/results/test_mandatory/16_6exists_redefine_family.md new file mode 100644 index 00000000..d32c7ec6 --- /dev/null +++ b/tests/results/test_mandatory/16_6exists_redefine_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/16exists_exists.md b/tests/results/test_mandatory/16exists_exists.md new file mode 100644 index 00000000..6af116b0 --- /dev/null +++ b/tests/results/test_mandatory/16exists_exists.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/17_5redefine_leadership.md b/tests/results/test_mandatory/17_5redefine_leadership.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test_mandatory/17_5redefine_leadership.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_mandatory/17_5redefine_leadership.sh b/tests/results/test_mandatory/17_5redefine_leadership.sh index e69de29b..b5d95187 100644 --- a/tests/results/test_mandatory/17_5redefine_leadership.sh +++ b/tests/results/test_mandatory/17_5redefine_leadership.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_mandatory/20_0empty_family.md b/tests/results/test_mandatory/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory/20_0family_append.md b/tests/results/test_mandatory/20_0family_append.md new file mode 100644 index 00000000..e58e2fff --- /dev/null +++ b/tests/results/test_mandatory/20_0family_append.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/20_0family_underscore.md b/tests/results/test_mandatory/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory/20_0multi_family.md b/tests/results/test_mandatory/20_0multi_family.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_mandatory/20_0multi_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/20_0multi_family_basic.md b/tests/results/test_mandatory/20_0multi_family_basic.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_mandatory/20_0multi_family_basic.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/20_0multi_family_expert.md b/tests/results/test_mandatory/20_0multi_family_expert.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_mandatory/20_0multi_family_expert.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/20_0multi_family_order.md b/tests/results/test_mandatory/20_0multi_family_order.md new file mode 100644 index 00000000..6fe9fe14 --- /dev/null +++ b/tests/results/test_mandatory/20_0multi_family_order.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/20_0validators_differ_redefine.md b/tests/results/test_mandatory/20_0validators_differ_redefine.md new file mode 100644 index 00000000..894437c1 --- /dev/null +++ b/tests/results/test_mandatory/20_0validators_differ_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory/20_1empty_subfamily.md b/tests/results/test_mandatory/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory/20_2family_looks_like_dynamic.md b/tests/results/test_mandatory/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..37a189c4 --- /dev/null +++ b/tests/results/test_mandatory/20_2family_looks_like_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory/20_2family_looks_like_variable.md b/tests/results/test_mandatory/20_2family_looks_like_variable.md new file mode 100644 index 00000000..ab3f4c56 --- /dev/null +++ b/tests/results/test_mandatory/20_2family_looks_like_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory/20_9default_information_parent.md b/tests/results/test_mandatory/20_9default_information_parent.md new file mode 100644 index 00000000..3baade9e --- /dev/null +++ b/tests/results/test_mandatory/20_9default_information_parent.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/20_9family_absolute.md b/tests/results/test_mandatory/20_9family_absolute.md new file mode 100644 index 00000000..04c297cd --- /dev/null +++ b/tests/results/test_mandatory/20_9family_absolute.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: first variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a second variable: string6 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: third variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a variable2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - :notebook: var3: string5 ◀ loaded from rougail-test (:hourglass_flowing_sand: string4) + - :open_file_folder: a sub family + - :notebook: fourth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string5) diff --git a/tests/results/test_mandatory/24_0family_hidden_condition_sub_family.md b/tests/results/test_mandatory/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..f116a698 --- /dev/null +++ b/tests/results/test_mandatory/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_mandatory/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..6406a8de --- /dev/null +++ b/tests/results/test_mandatory/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: null diff --git a/tests/results/test_mandatory/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_mandatory/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..e2205c85 --- /dev/null +++ b/tests/results/test_mandatory/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/24_0family_mandatory_condition.md b/tests/results/test_mandatory/24_0family_mandatory_condition.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_mandatory/24_0family_mandatory_condition.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/24_0family_mandatory_condition_variable.md b/tests/results/test_mandatory/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..38cfdc4f --- /dev/null +++ b/tests/results/test_mandatory/24_0family_mandatory_condition_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/24_7validators_variable_optional.md b/tests/results/test_mandatory/24_7validators_variable_optional.md new file mode 100644 index 00000000..2a474ee3 --- /dev/null +++ b/tests/results/test_mandatory/24_7validators_variable_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_mandatory/24_family_disabled_var_hidden.md b/tests/results/test_mandatory/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory/40_0leadership.md b/tests/results/test_mandatory/40_0leadership.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_mandatory/40_0leadership.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/40_0leadership_diff_name.md b/tests/results/test_mandatory/40_0leadership_diff_name.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_mandatory/40_0leadership_diff_name.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/40_0leadership_empty.md b/tests/results/test_mandatory/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory/40_0leadership_follower_default_calculation.md b/tests/results/test_mandatory/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..9fc9ddef --- /dev/null +++ b/tests/results/test_mandatory/40_0leadership_follower_default_calculation.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory/40_0leadership_follower_default_value.md b/tests/results/test_mandatory/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..d35335b7 --- /dev/null +++ b/tests/results/test_mandatory/40_0leadership_follower_default_value.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_mandatory/40_0leadership_leader_follower.md b/tests/results/test_mandatory/40_0leadership_leader_follower.md new file mode 100644 index 00000000..f3168a42 --- /dev/null +++ b/tests/results/test_mandatory/40_0leadership_leader_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory/40_0leadership_leader_not_multi.md b/tests/results/test_mandatory/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..de43516e --- /dev/null +++ b/tests/results/test_mandatory/40_0leadership_leader_not_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/40_0leadership_reduce.md b/tests/results/test_mandatory/40_0leadership_reduce.md new file mode 100644 index 00000000..6e0a96b2 --- /dev/null +++ b/tests/results/test_mandatory/40_0leadership_reduce.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/40_1leadership_append_follower.md b/tests/results/test_mandatory/40_1leadership_append_follower.md new file mode 100644 index 00000000..f45a28e6 --- /dev/null +++ b/tests/results/test_mandatory/40_1leadership_append_follower.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/40_2leadership_calculation_index.md b/tests/results/test_mandatory/40_2leadership_calculation_index.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_mandatory/40_2leadership_calculation_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_mandatory/40_2leadership_calculation_index_2.md b/tests/results/test_mandatory/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_mandatory/40_2leadership_calculation_index_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_mandatory/40_6leadership_follower_multi.md b/tests/results/test_mandatory/40_6leadership_follower_multi.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_mandatory/40_6leadership_follower_multi.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_mandatory/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_mandatory/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/40_8calculation_boolean.md b/tests/results/test_mandatory/40_8calculation_boolean.md new file mode 100644 index 00000000..0c592024 --- /dev/null +++ b/tests/results/test_mandatory/40_8calculation_boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) +- :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory/40_8calculation_multi_variable.md b/tests/results/test_mandatory/40_8calculation_multi_variable.md new file mode 100644 index 00000000..b02d27dc --- /dev/null +++ b/tests/results/test_mandatory/40_8calculation_multi_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory/40_8calculation_multi_variable_parent.md b/tests/results/test_mandatory/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..332d66de --- /dev/null +++ b/tests/results/test_mandatory/40_8calculation_multi_variable_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/40_8calculation_multi_variable_parent2.md b/tests/results/test_mandatory/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..4baceb00 --- /dev/null +++ b/tests/results/test_mandatory/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_mandatory/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..ca74e6ba --- /dev/null +++ b/tests/results/test_mandatory/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,27 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..0fb2518d --- /dev/null +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..c3c8499d --- /dev/null +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..9a98f208 --- /dev/null +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test +- :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory/40_9leadership-calculation-outside-follower.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..e6481970 --- /dev/null +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..28505269 --- /dev/null +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory/40_9leadership-calculation-outside-leader.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory/40_9leadership-calculation-variable.md b/tests/results/test_mandatory/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..10cd17ad --- /dev/null +++ b/tests/results/test_mandatory/40_9leadership-calculation-variable.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_mandatory/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_mandatory/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..ec612eff --- /dev/null +++ b/tests/results/test_mandatory/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..993c89c0 --- /dev/null +++ b/tests/results/test_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,37 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory/41_0choice_leader.md b/tests/results/test_mandatory/41_0choice_leader.md new file mode 100644 index 00000000..62c10705 --- /dev/null +++ b/tests/results/test_mandatory/41_0choice_leader.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/44_0leadership_hidden.md b/tests/results/test_mandatory/44_0leadership_hidden.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test_mandatory/44_0leadership_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_mandatory/44_0leadership_hidden.sh b/tests/results/test_mandatory/44_0leadership_hidden.sh index e69de29b..b5d95187 100644 --- a/tests/results/test_mandatory/44_0leadership_hidden.sh +++ b/tests/results/test_mandatory/44_0leadership_hidden.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_mandatory/44_0leadership_leader_hidden.md b/tests/results/test_mandatory/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test_mandatory/44_0leadership_leader_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_mandatory/44_0leadership_leader_hidden.sh b/tests/results/test_mandatory/44_0leadership_leader_hidden.sh index e69de29b..b5d95187 100644 --- a/tests/results/test_mandatory/44_0leadership_leader_hidden.sh +++ b/tests/results/test_mandatory/44_0leadership_leader_hidden.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_mandatory/44_1leadership_append_hidden_follower.md b/tests/results/test_mandatory/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test_mandatory/44_1leadership_append_hidden_follower.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_mandatory/44_1leadership_append_hidden_follower.sh b/tests/results/test_mandatory/44_1leadership_append_hidden_follower.sh index e69de29b..b5d95187 100644 --- a/tests/results/test_mandatory/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_mandatory/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_mandatory/44_4disabled_calcultion_follower_index.md b/tests/results/test_mandatory/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..7a5bc503 --- /dev/null +++ b/tests/results/test_mandatory/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_mandatory/44_4leadership_mandatory.md b/tests/results/test_mandatory/44_4leadership_mandatory.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_mandatory/44_4leadership_mandatory.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/44_4leadership_mandatory_follower.md b/tests/results/test_mandatory/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_mandatory/44_4leadership_mandatory_follower.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/44_5leadership_leader_hidden_calculation.md b/tests/results/test_mandatory/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..2e4cffd8 --- /dev/null +++ b/tests/results/test_mandatory/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/44_6leadership_follower_disabled_calculation.md b/tests/results/test_mandatory/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..665f062c --- /dev/null +++ b/tests/results/test_mandatory/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic.md b/tests/results/test_mandatory/60_0family_dynamic.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_1_1.md b/tests/results/test_mandatory/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_1_1.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_1_1_empty.md b/tests/results/test_mandatory/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_empty.md b/tests/results/test_mandatory/60_0family_dynamic_empty.md new file mode 100644 index 00000000..5d22fb5d --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_forbidden_char.md b/tests/results/test_mandatory/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..7ecfff5a --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_mandatory/60_0family_dynamic_no_description.md b/tests/results/test_mandatory/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..7db666a1 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_no_description.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_no_description_empty.md b/tests/results/test_mandatory/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..a1fc666b --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_source_hidden.md b/tests/results/test_mandatory/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..5215b122 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_source_hidden.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_static.md b/tests/results/test_mandatory/60_0family_dynamic_static.md new file mode 100644 index 00000000..aab71c32 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_static.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_test.md b/tests/results/test_mandatory/60_0family_dynamic_test.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_test.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_upper_char.md b/tests/results/test_mandatory/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..afda6419 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_upper_char.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_variable_empty.md b/tests/results/test_mandatory/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..898c3589 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_variable_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_mandatory/60_0family_dynamic_variable_optional.md b/tests/results/test_mandatory/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..e0280911 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_mandatory/60_0family_dynamic_variable_suffix.md b/tests/results/test_mandatory/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..87cd38d2 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_mandatory/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_mandatory/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..3df384ec --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_mandatory/60_0family_empty.md b/tests/results/test_mandatory/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory/60_0family_hidden.md b/tests/results/test_mandatory/60_0family_hidden.md new file mode 100644 index 00000000..e9be0a15 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_hidden.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a family + - :notebook: a variable: null diff --git a/tests/results/test_mandatory/60_0family_mode.md b/tests/results/test_mandatory/60_0family_mode.md new file mode 100644 index 00000000..fe7dbe59 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_mode.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_mandatory/60_1family_dynamic_jinja.md b/tests/results/test_mandatory/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..492046f5 --- /dev/null +++ b/tests/results/test_mandatory/60_1family_dynamic_jinja.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..58ae4ad3 --- /dev/null +++ b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..797cc590 --- /dev/null +++ b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..65e4f9a9 --- /dev/null +++ b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..0600e9df --- /dev/null +++ b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/60_2family_dynamic_outside_calc.md b/tests/results/test_mandatory/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..22e9ef87 --- /dev/null +++ b/tests/results/test_mandatory/60_2family_dynamic_outside_calc.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_mandatory/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..4d41e2d7 --- /dev/null +++ b/tests/results/test_mandatory/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_description.md b/tests/results/test_mandatory/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..ccdfecaf --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_description.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2.md b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..aece1d4c --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..6ceb861a --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..33e2a846 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :notebook: dynval1: {} +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_disabled.sh index 89adda2c..f6dfd744 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,6 +1,8 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: +┣━━ 📓 dynval1: {} ┗━━ 📂 dynval2  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..b9c1c2f5 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..892804c4 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_variable.md b/tests/results/test_mandatory/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..1a400f72 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..f69f8091 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..5b369056 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..3b896745 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/60_5family_dynamic_hidden_suffix.md b/tests/results/test_mandatory/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..3829548b --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a new variable: null diff --git a/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..60f97596 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..9aa74bc8 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/60_6family_dynamic_leadership.md b/tests/results/test_mandatory/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..7a3fcf83 --- /dev/null +++ b/tests/results/test_mandatory/60_6family_dynamic_leadership.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_6family_dynamic_leadership_empty.md b/tests/results/test_mandatory/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..ec497a1f --- /dev/null +++ b/tests/results/test_mandatory/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/60_9family_dynamic_calc_both.md b/tests/results/test_mandatory/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..d6e21b35 --- /dev/null +++ b/tests/results/test_mandatory/60_9family_dynamic_calc_both.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory/68_0family_leadership_mode.md b/tests/results/test_mandatory/68_0family_leadership_mode.md new file mode 100644 index 00000000..91257b8b --- /dev/null +++ b/tests/results/test_mandatory/68_0family_leadership_mode.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_0empty.md b/tests/results/test_mandatory_secrets/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory_secrets/00_0no_variable.md b/tests/results/test_mandatory_secrets/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory_secrets/00_0no_variable_default_version.md b/tests/results/test_mandatory_secrets/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory_secrets/00_0no_variable_remove_version.md b/tests/results/test_mandatory_secrets/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory_secrets/00_0version_underscore.md b/tests/results/test_mandatory_secrets/00_0version_underscore.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_0version_underscore.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_1empty_variable.md b/tests/results/test_mandatory_secrets/00_1empty_variable.md new file mode 100644 index 00000000..a31a7d7a --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_1empty_variable.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated.md b/tests/results/test_mandatory_secrets/00_2default_calculated.md new file mode 100644 index 00000000..32af1c07 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_2default_calculated.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated_multi.md b/tests/results/test_mandatory_secrets/00_2default_calculated_multi.md new file mode 100644 index 00000000..45c944bb --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated_params_permissive.md b/tests/results/test_mandatory_secrets/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..fe117ecb --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_params_permissive.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: leadership + - :open_file_folder: a first variable + - :notebook: a first variable: a_value + - :notebook: a first variable: a_value +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated_variable.md b/tests/results/test_mandatory_secrets/00_2default_calculated_variable.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description.md b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..06a98c44 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..04c5f380 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.md b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_mandatory_secrets/00_4load_subfolder.md b/tests/results/test_mandatory_secrets/00_4load_subfolder.md new file mode 100644 index 00000000..d729d1dd --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_4load_subfolder.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_5load_notype.md b/tests/results/test_mandatory_secrets/00_5load_notype.md new file mode 100644 index 00000000..74a3ebb7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_5load_notype.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_mandatory_secrets/00_6boolean.md b/tests/results/test_mandatory_secrets/00_6boolean.md new file mode 100644 index 00000000..7767738e --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.md b/tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..0d665aa8 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory_secrets/00_6choice.md b/tests/results/test_mandatory_secrets/00_6choice.md new file mode 100644 index 00000000..069f0f56 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6choice.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test +- :notebook: the third variable: a ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_mandatory_secrets/00_6choice_calculation.md b/tests/results/test_mandatory_secrets/00_6choice_calculation.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6choice_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_mandatory_secrets/00_6choice_link.md b/tests/results/test_mandatory_secrets/00_6choice_link.md new file mode 100644 index 00000000..07fe1c0f --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6choice_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_mandatory_secrets/00_6choice_variable.md b/tests/results/test_mandatory_secrets/00_6choice_variable.md new file mode 100644 index 00000000..a3b27ef6 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6choice_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_mandatory_secrets/00_6choice_variable_link.md b/tests/results/test_mandatory_secrets/00_6choice_variable_link.md new file mode 100644 index 00000000..4c73fa36 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6choice_variable_link.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/00_6choice_variable_link2.md b/tests/results/test_mandatory_secrets/00_6choice_variable_link2.md new file mode 100644 index 00000000..69e1b391 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6choice_variable_link2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/00_6custom.md b/tests/results/test_mandatory_secrets/00_6custom.md new file mode 100644 index 00000000..0278efae --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6custom.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_mandatory_secrets/00_6domainname.md b/tests/results/test_mandatory_secrets/00_6domainname.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6domainname.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_mandatory_secrets/00_6domainname_params.md b/tests/results/test_mandatory_secrets/00_6domainname_params.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6domainname_params.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_mandatory_secrets/00_6float.md b/tests/results/test_mandatory_secrets/00_6float.md new file mode 100644 index 00000000..fdf00c1b --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6float.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_mandatory_secrets/00_6integer.md b/tests/results/test_mandatory_secrets/00_6integer.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6integer.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_mandatory_secrets/00_6ip.md b/tests/results/test_mandatory_secrets/00_6ip.md new file mode 100644 index 00000000..03c33f4a --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6ip.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) +- :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) +- :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_mandatory_secrets/00_6network.md b/tests/results/test_mandatory_secrets/00_6network.md new file mode 100644 index 00000000..bcdcd790 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6network.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) +- :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) +- :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_mandatory_secrets/00_6number.md b/tests/results/test_mandatory_secrets/00_6number.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6number.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_mandatory_secrets/00_6port.md b/tests/results/test_mandatory_secrets/00_6port.md new file mode 100644 index 00000000..03133fbb --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6port.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a port variable: 80 ◀ loaded from rougail-test +- :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_mandatory_secrets/00_6regexp.md b/tests/results/test_mandatory_secrets/00_6regexp.md new file mode 100644 index 00000000..fac2816f --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6regexp.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_mandatory_secrets/00_6regexp_link.md b/tests/results/test_mandatory_secrets/00_6regexp_link.md new file mode 100644 index 00000000..ca7a25c4 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6regexp_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_mandatory_secrets/00_6secret.md b/tests/results/test_mandatory_secrets/00_6secret.md new file mode 100644 index 00000000..8aadd24f --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6secret.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: ********** ◀ loaded from rougail-test +- :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_mandatory_secrets/00_6secret_param.md b/tests/results/test_mandatory_secrets/00_6secret_param.md new file mode 100644 index 00000000..a3589d53 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6secret_param.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: ********** ◀ loaded from rougail-test +- :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) +- :notebook: the third variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_mandatory_secrets/00_6string.md b/tests/results/test_mandatory_secrets/00_6string.md new file mode 100644 index 00000000..495f5f12 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6string.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test +- :notebook: the third variable: string1 ◀ loaded from rougail-test +- :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory_secrets/00_7choice_quote.md b/tests/results/test_mandatory_secrets/00_7choice_quote.md new file mode 100644 index 00000000..ec33219d --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7choice_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_mandatory_secrets/00_7help.md b/tests/results/test_mandatory_secrets/00_7help.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_7help_quote.md b/tests/results/test_mandatory_secrets/00_7help_quote.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7help_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_7help_sup.md b/tests/results/test_mandatory_secrets/00_7help_sup.md new file mode 100644 index 00000000..ef5ad161 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7help_sup.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first : string1 ◀ loaded from rougail-test +- :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_7value_doublequote.md b/tests/results/test_mandatory_secrets/00_7value_doublequote.md new file mode 100644 index 00000000..aaa4b82e --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7value_doublequote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_mandatory_secrets/00_7value_doublequote2.md b/tests/results/test_mandatory_secrets/00_7value_doublequote2.md new file mode 100644 index 00000000..a6f45dbf --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7value_doublequote2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_mandatory_secrets/00_7value_doublequote3.md b/tests/results/test_mandatory_secrets/00_7value_doublequote3.md new file mode 100644 index 00000000..8f1901c5 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7value_doublequote3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_mandatory_secrets/00_7value_quote.md b/tests/results/test_mandatory_secrets/00_7value_quote.md new file mode 100644 index 00000000..d3b5cf77 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7value_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_mandatory_secrets/00_8calculation_information.md b/tests/results/test_mandatory_secrets/00_8calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_8calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_8test.md b/tests/results/test_mandatory_secrets/00_8test.md new file mode 100644 index 00000000..ab0eb351 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_8test.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: test ◀ loaded from rougail-test +- :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the third variable: test1 ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_9choice_variable_multi.md b/tests/results/test_mandatory_secrets/00_9choice_variable_multi.md new file mode 100644 index 00000000..a8e00ca4 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_9choice_variables.md b/tests/results/test_mandatory_secrets/00_9choice_variables.md new file mode 100644 index 00000000..eabca2ae --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9choice_variables.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation.md b/tests/results/test_mandatory_secrets/00_9default_calculation.md new file mode 100644 index 00000000..28f184e4 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_information.md b/tests/results/test_mandatory_secrets/00_9default_calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.md b/tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.md b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.md b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional_default.md b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e50c6d45 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_optional.md b/tests/results/test_mandatory_secrets/00_9default_calculation_optional.md new file mode 100644 index 00000000..fba93947 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.md b/tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..8331c4d0 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.md b/tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..ba3ac0cb --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_mandatory_secrets/00_9default_information_other_variable.md b/tests/results/test_mandatory_secrets/00_9default_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_9default_information_other_variable2.md b/tests/results/test_mandatory_secrets/00_9default_information_other_variable2.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_information_other_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_9default_integer.md b/tests/results/test_mandatory_secrets/00_9default_integer.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_mandatory_secrets/00_9default_number.md b/tests/results/test_mandatory_secrets/00_9default_number.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_number.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_mandatory_secrets/01_6boolean_multi.md b/tests/results/test_mandatory_secrets/01_6boolean_multi.md new file mode 100644 index 00000000..64a9c704 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6boolean_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory_secrets/01_6custom_multi.md b/tests/results/test_mandatory_secrets/01_6custom_multi.md new file mode 100644 index 00000000..5f8295fe --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6custom_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/01_6float_multi.md b/tests/results/test_mandatory_secrets/01_6float_multi.md new file mode 100644 index 00000000..37394ce7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6float_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/01_6integer_multi.md b/tests/results/test_mandatory_secrets/01_6integer_multi.md new file mode 100644 index 00000000..cd3a6d90 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6integer_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/01_6integer_multi_mandatory.md b/tests/results/test_mandatory_secrets/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..5dc07324 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6integer_multi_mandatory.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/01_6string_empty.md b/tests/results/test_mandatory_secrets/01_6string_empty.md new file mode 100644 index 00000000..169debbc --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6string_empty.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/01_6string_multi.md b/tests/results/test_mandatory_secrets/01_6string_multi.md new file mode 100644 index 00000000..5126d7c7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6string_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/01_6string_multi_length.md b/tests/results/test_mandatory_secrets/01_6string_multi_length.md new file mode 100644 index 00000000..bad5a109 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6string_multi_length.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/01_7value_multi_doublequote.md b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote.md new file mode 100644 index 00000000..c7d13a41 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.md b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..86a1a25c --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/01_7value_multi_quote.md b/tests/results/test_mandatory_secrets/01_7value_multi_quote.md new file mode 100644 index 00000000..08b18504 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_7value_multi_quote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/01_8calculation_information_multi.md b/tests/results/test_mandatory_secrets/01_8calculation_information_multi.md new file mode 100644 index 00000000..36f45646 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_8calculation_information_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/01_9choice_variable_multi.md b/tests/results/test_mandatory_secrets/01_9choice_variable_multi.md new file mode 100644 index 00000000..e66688b4 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/01_9choice_variable_optional.md b/tests/results/test_mandatory_secrets/01_9choice_variable_optional.md new file mode 100644 index 00000000..f85e76de --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_9choice_variable_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_mandatory_secrets/02_0tags.md b/tests/results/test_mandatory_secrets/02_0tags.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_mandatory_secrets/02_0tags.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_0type_param.md b/tests/results/test_mandatory_secrets/04_0type_param.md new file mode 100644 index 00000000..9b8af410 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_0type_param.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_mandatory_secrets/04_0type_param_integer.md b/tests/results/test_mandatory_secrets/04_0type_param_integer.md new file mode 100644 index 00000000..8dda6325 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_0type_param_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_mandatory_secrets/04_1auto_save.md b/tests/results/test_mandatory_secrets/04_1auto_save.md new file mode 100644 index 00000000..18a70157 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1auto_save.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: an auto save variable: no diff --git a/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.md b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..1012dbd7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: no diff --git a/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.md b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..f5e243ac --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: yes diff --git a/tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.md b/tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..92ece53f --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Modified value + +Variables: +- :notebook: autosave variable: yes diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.md b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.md b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_3.md b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..7175a798 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: value +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_4.md b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..28ab29b3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_4.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: value +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_5.md b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..73e9e97b --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_5.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_6.md b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..12897a4f --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_6.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_boolean.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..2a347caa --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_boolean.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..bc48b290 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a first variable: null +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional_default.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..da1a4fdf --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional_default.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a first variable: null +- :notebook: a second variable: null +- :notebook: a forth variable: null diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable10.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable10.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..686a5383 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..2c85557d --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable5.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..32aee234 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable5.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :notebook: a condition: false +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable6.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable6.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable7.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable7.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable8.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..6dc9f936 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable8.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :notebook: a condition: true diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable9.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable9.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory_secrets/04_5validators.md b/tests/results/test_mandatory_secrets/04_5validators.md new file mode 100644 index 00000000..bde57131 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5validators.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_5validators_differ.md b/tests/results/test_mandatory_secrets/04_5validators_differ.md new file mode 100644 index 00000000..7228c318 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5validators_differ.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) +- :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_mandatory_secrets/04_5validators_multi.md b/tests/results/test_mandatory_secrets/04_5validators_multi.md new file mode 100644 index 00000000..a02553e3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5validators_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_5validators_multi2.md b/tests/results/test_mandatory_secrets/04_5validators_multi2.md new file mode 100644 index 00000000..d540870f --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5validators_multi2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory_secrets/04_5validators_multi3.md b/tests/results/test_mandatory_secrets/04_5validators_multi3.md new file mode 100644 index 00000000..12aa629b --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5validators_multi3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_mandatory_secrets/04_5validators_warnings.md b/tests/results/test_mandatory_secrets/04_5validators_warnings.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5validators_warnings.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_mandatory_secrets/04_5validators_warnings_all.md b/tests/results/test_mandatory_secrets/04_5validators_warnings_all.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5validators_warnings_all.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_mandatory_secrets/05_0multi_not_uniq.md b/tests/results/test_mandatory_secrets/05_0multi_not_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_mandatory_secrets/05_0multi_not_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/05_0multi_uniq.md b/tests/results/test_mandatory_secrets/05_0multi_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_mandatory_secrets/05_0multi_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/12_1auto_save_expert.md b/tests/results/test_mandatory_secrets/12_1auto_save_expert.md new file mode 100644 index 00000000..517523ba --- /dev/null +++ b/tests/results/test_mandatory_secrets/12_1auto_save_expert.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test_mandatory_secrets/16_0redefine_description.md b/tests/results/test_mandatory_secrets/16_0redefine_description.md new file mode 100644 index 00000000..1a79d0e3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_0redefine_description.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_2family_redefine_calculation.md b/tests/results/test_mandatory_secrets/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory_secrets/16_2family_redefine_disabled.md b/tests/results/test_mandatory_secrets/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory_secrets/16_3family_empty_at_ends.md b/tests/results/test_mandatory_secrets/16_3family_empty_at_ends.md new file mode 100644 index 00000000..391f7652 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_3family_empty_at_ends.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_5exists_nonexists.md b/tests/results/test_mandatory_secrets/16_5exists_nonexists.md new file mode 100644 index 00000000..5282c9a9 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5exists_nonexists.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory_secrets/16_5exists_redefine.md b/tests/results/test_mandatory_secrets/16_5exists_redefine.md new file mode 100644 index 00000000..b282e496 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5exists_redefine.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :notebook: a first variable: yes diff --git a/tests/results/test_mandatory_secrets/16_5redefine_calculation.md b/tests/results/test_mandatory_secrets/16_5redefine_calculation.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory_secrets/16_5redefine_choice.md b/tests/results/test_mandatory_secrets/16_5redefine_choice.md new file mode 100644 index 00000000..3fa8719b --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_choice.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_5redefine_default.md b/tests/results/test_mandatory_secrets/16_5redefine_default.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_default.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.md b/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_5redefine_family.md b/tests/results/test_mandatory_secrets/16_5redefine_family.md new file mode 100644 index 00000000..e3d9d3ab --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_5redefine_help.md b/tests/results/test_mandatory_secrets/16_5redefine_help.md new file mode 100644 index 00000000..1da5c1c7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_5redefine_hidden.md b/tests/results/test_mandatory_secrets/16_5redefine_hidden.md new file mode 100644 index 00000000..a076cf86 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test_mandatory_secrets/16_5redefine_multi.md b/tests/results/test_mandatory_secrets/16_5redefine_multi.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.md b/tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_5test_redefine.md b/tests/results/test_mandatory_secrets/16_5test_redefine.md new file mode 100644 index 00000000..c1457ecf --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5test_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_6choice_redefine.md b/tests/results/test_mandatory_secrets/16_6choice_redefine.md new file mode 100644 index 00000000..9752d3c3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_6choice_redefine.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_mandatory_secrets/16_6exists_family.md b/tests/results/test_mandatory_secrets/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory_secrets/16_6exists_redefine_family.md b/tests/results/test_mandatory_secrets/16_6exists_redefine_family.md new file mode 100644 index 00000000..d32c7ec6 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_6exists_redefine_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16exists_exists.md b/tests/results/test_mandatory_secrets/16exists_exists.md new file mode 100644 index 00000000..6af116b0 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16exists_exists.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/17_5redefine_leadership.md b/tests/results/test_mandatory_secrets/17_5redefine_leadership.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test_mandatory_secrets/17_5redefine_leadership.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_mandatory_secrets/17_5redefine_leadership.sh b/tests/results/test_mandatory_secrets/17_5redefine_leadership.sh index e69de29b..b5d95187 100644 --- a/tests/results/test_mandatory_secrets/17_5redefine_leadership.sh +++ b/tests/results/test_mandatory_secrets/17_5redefine_leadership.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_mandatory_secrets/20_0empty_family.md b/tests/results/test_mandatory_secrets/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory_secrets/20_0family_append.md b/tests/results/test_mandatory_secrets/20_0family_append.md new file mode 100644 index 00000000..e58e2fff --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0family_append.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/20_0family_underscore.md b/tests/results/test_mandatory_secrets/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory_secrets/20_0multi_family.md b/tests/results/test_mandatory_secrets/20_0multi_family.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0multi_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/20_0multi_family_basic.md b/tests/results/test_mandatory_secrets/20_0multi_family_basic.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0multi_family_basic.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/20_0multi_family_expert.md b/tests/results/test_mandatory_secrets/20_0multi_family_expert.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0multi_family_expert.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/20_0multi_family_order.md b/tests/results/test_mandatory_secrets/20_0multi_family_order.md new file mode 100644 index 00000000..6fe9fe14 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0multi_family_order.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/20_0validators_differ_redefine.md b/tests/results/test_mandatory_secrets/20_0validators_differ_redefine.md new file mode 100644 index 00000000..894437c1 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0validators_differ_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory_secrets/20_1empty_subfamily.md b/tests/results/test_mandatory_secrets/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory_secrets/20_2family_looks_like_dynamic.md b/tests/results/test_mandatory_secrets/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..37a189c4 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_2family_looks_like_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory_secrets/20_2family_looks_like_variable.md b/tests/results/test_mandatory_secrets/20_2family_looks_like_variable.md new file mode 100644 index 00000000..ab3f4c56 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_2family_looks_like_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory_secrets/20_9default_information_parent.md b/tests/results/test_mandatory_secrets/20_9default_information_parent.md new file mode 100644 index 00000000..3baade9e --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_9default_information_parent.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/20_9family_absolute.md b/tests/results/test_mandatory_secrets/20_9family_absolute.md new file mode 100644 index 00000000..04c297cd --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_9family_absolute.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: first variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a second variable: string6 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: third variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a variable2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - :notebook: var3: string5 ◀ loaded from rougail-test (:hourglass_flowing_sand: string4) + - :open_file_folder: a sub family + - :notebook: fourth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string5) diff --git a/tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.md b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..f116a698 --- /dev/null +++ b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..6406a8de --- /dev/null +++ b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: null diff --git a/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..e2205c85 --- /dev/null +++ b/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.md b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.md b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..38cfdc4f --- /dev/null +++ b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/24_7validators_variable_optional.md b/tests/results/test_mandatory_secrets/24_7validators_variable_optional.md new file mode 100644 index 00000000..2a474ee3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/24_7validators_variable_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_mandatory_secrets/24_family_disabled_var_hidden.md b/tests/results/test_mandatory_secrets/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory_secrets/40_0leadership.md b/tests/results/test_mandatory_secrets/40_0leadership.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_0leadership.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/40_0leadership_diff_name.md b/tests/results/test_mandatory_secrets/40_0leadership_diff_name.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_0leadership_diff_name.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/40_0leadership_empty.md b/tests/results/test_mandatory_secrets/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.md b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..9fc9ddef --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.md b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..d35335b7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_mandatory_secrets/40_0leadership_leader_follower.md b/tests/results/test_mandatory_secrets/40_0leadership_leader_follower.md new file mode 100644 index 00000000..f3168a42 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_0leadership_leader_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.md b/tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..de43516e --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/40_0leadership_reduce.md b/tests/results/test_mandatory_secrets/40_0leadership_reduce.md new file mode 100644 index 00000000..6e0a96b2 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_0leadership_reduce.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/40_1leadership_append_follower.md b/tests/results/test_mandatory_secrets/40_1leadership_append_follower.md new file mode 100644 index 00000000..f45a28e6 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_1leadership_append_follower.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/40_2leadership_calculation_index.md b/tests/results/test_mandatory_secrets/40_2leadership_calculation_index.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_2leadership_calculation_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_mandatory_secrets/40_2leadership_calculation_index_2.md b/tests/results/test_mandatory_secrets/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_2leadership_calculation_index_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_mandatory_secrets/40_6leadership_follower_multi.md b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/40_8calculation_boolean.md b/tests/results/test_mandatory_secrets/40_8calculation_boolean.md new file mode 100644 index 00000000..0c592024 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_8calculation_boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) +- :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.md b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.md new file mode 100644 index 00000000..b02d27dc --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.md b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..332d66de --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.md b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..4baceb00 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..ca74e6ba --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,27 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..0fb2518d --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..c3c8499d --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..9a98f208 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test +- :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..e6481970 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..28505269 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..10cd17ad --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..ec612eff --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..993c89c0 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,37 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_mandatory_secrets/41_0choice_leader.md b/tests/results/test_mandatory_secrets/41_0choice_leader.md new file mode 100644 index 00000000..62c10705 --- /dev/null +++ b/tests/results/test_mandatory_secrets/41_0choice_leader.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/44_0leadership_hidden.md b/tests/results/test_mandatory_secrets/44_0leadership_hidden.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_0leadership_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_mandatory_secrets/44_0leadership_hidden.sh b/tests/results/test_mandatory_secrets/44_0leadership_hidden.sh index e69de29b..b5d95187 100644 --- a/tests/results/test_mandatory_secrets/44_0leadership_hidden.sh +++ b/tests/results/test_mandatory_secrets/44_0leadership_hidden.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.md b/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] 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 e69de29b..b5d95187 100644 --- a/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.sh +++ b/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.md b/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] 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 e69de29b..b5d95187 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 @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_mandatory_secrets/44_4disabled_calcultion_follower_index.md b/tests/results/test_mandatory_secrets/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..7a5bc503 --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_mandatory_secrets/44_4leadership_mandatory.md b/tests/results/test_mandatory_secrets/44_4leadership_mandatory.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_4leadership_mandatory.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.md b/tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.md b/tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..2e4cffd8 --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.md b/tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..665f062c --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic.md b/tests/results/test_mandatory_secrets/60_0family_dynamic.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.md new file mode 100644 index 00000000..5d22fb5d --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_forbidden_char.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..7ecfff5a --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..7db666a1 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..a1fc666b --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_source_hidden.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..5215b122 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_source_hidden.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_static.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_static.md new file mode 100644 index 00000000..aab71c32 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_static.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_test.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_test.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_test.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_upper_char.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..afda6419 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_upper_char.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..898c3589 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_optional.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..e0280911 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..87cd38d2 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..3df384ec --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_mandatory_secrets/60_0family_empty.md b/tests/results/test_mandatory_secrets/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_mandatory_secrets/60_0family_hidden.md b/tests/results/test_mandatory_secrets/60_0family_hidden.md new file mode 100644 index 00000000..e9be0a15 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_hidden.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a family + - :notebook: a variable: null diff --git a/tests/results/test_mandatory_secrets/60_0family_mode.md b/tests/results/test_mandatory_secrets/60_0family_mode.md new file mode 100644 index 00000000..fe7dbe59 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_mode.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.md b/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..492046f5 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..58ae4ad3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..797cc590 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..65e4f9a9 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..0600e9df --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.md b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..22e9ef87 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..4d41e2d7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_description.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..ccdfecaf --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_description.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..aece1d4c --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..6ceb861a --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..33e2a846 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :notebook: dynval1: {} +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh index 89adda2c..f6dfd744 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,6 +1,8 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: +┣━━ 📓 dynval1: {} ┗━━ 📂 dynval2  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..b9c1c2f5 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..892804c4 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..1a400f72 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..f69f8091 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..5b369056 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..3b896745 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..3829548b --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a new variable: null diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..60f97596 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..9aa74bc8 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.md b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..7a3fcf83 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.md b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..ec497a1f --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.md b/tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..d6e21b35 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/68_0family_leadership_mode.md b/tests/results/test_mandatory_secrets/68_0family_leadership_mode.md new file mode 100644 index 00000000..91257b8b --- /dev/null +++ b/tests/results/test_mandatory_secrets/68_0family_leadership_mode.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_0empty.md b/tests/results/test_namespace/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace/00_0no_variable.md b/tests/results/test_namespace/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace/00_0no_variable_default_version.md b/tests/results/test_namespace/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace/00_0no_variable_remove_version.md b/tests/results/test_namespace/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace/00_0version_underscore.md b/tests/results/test_namespace/00_0version_underscore.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace/00_0version_underscore.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_1empty_variable.md b/tests/results/test_namespace/00_1empty_variable.md new file mode 100644 index 00000000..da8af99e --- /dev/null +++ b/tests/results/test_namespace/00_1empty_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_2default_calculated.md b/tests/results/test_namespace/00_2default_calculated.md new file mode 100644 index 00000000..f11ddfcf --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_2default_calculated_multi.md b/tests/results/test_namespace/00_2default_calculated_multi.md new file mode 100644 index 00000000..fb0e8e14 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace/00_2default_calculated_params_permissive.md b/tests/results/test_namespace/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..c028478d --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_params_permissive.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a first variable + - :notebook: a first variable: a_value + - :notebook: a first variable: a_value + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_namespace/00_2default_calculated_variable.md b/tests/results/test_namespace/00_2default_calculated_variable.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description.md b/tests/results/test_namespace/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..65cb161f --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..0fca75de --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_2default_calculated_variable_transitive.md b/tests/results/test_namespace/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace/00_4load_subfolder.md b/tests/results/test_namespace/00_4load_subfolder.md new file mode 100644 index 00000000..ff7bdb9d --- /dev/null +++ b/tests/results/test_namespace/00_4load_subfolder.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_5load_notype.md b/tests/results/test_namespace/00_5load_notype.md new file mode 100644 index 00000000..6fd8d704 --- /dev/null +++ b/tests/results/test_namespace/00_5load_notype.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace/00_6boolean.md b/tests/results/test_namespace/00_6boolean.md new file mode 100644 index 00000000..3675e3e8 --- /dev/null +++ b/tests/results/test_namespace/00_6boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace/00_6boolean_no_mandatory.md b/tests/results/test_namespace/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..2bc7dff2 --- /dev/null +++ b/tests/results/test_namespace/00_6boolean_no_mandatory.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace/00_6choice.md b/tests/results/test_namespace/00_6choice.md new file mode 100644 index 00000000..98413c43 --- /dev/null +++ b/tests/results/test_namespace/00_6choice.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test + - :notebook: the third variable: a ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace/00_6choice_calculation.md b/tests/results/test_namespace/00_6choice_calculation.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace/00_6choice_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace/00_6choice_link.md b/tests/results/test_namespace/00_6choice_link.md new file mode 100644 index 00000000..210e19ea --- /dev/null +++ b/tests/results/test_namespace/00_6choice_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace/00_6choice_variable.md b/tests/results/test_namespace/00_6choice_variable.md new file mode 100644 index 00000000..7f4eae65 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace/00_6choice_variable_link.md b/tests/results/test_namespace/00_6choice_variable_link.md new file mode 100644 index 00000000..4ad38758 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/00_6choice_variable_link2.md b/tests/results/test_namespace/00_6choice_variable_link2.md new file mode 100644 index 00000000..987640a9 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/00_6custom.md b/tests/results/test_namespace/00_6custom.md new file mode 100644 index 00000000..a23ac2ed --- /dev/null +++ b/tests/results/test_namespace/00_6custom.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace/00_6domainname.md b/tests/results/test_namespace/00_6domainname.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace/00_6domainname.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace/00_6domainname_params.md b/tests/results/test_namespace/00_6domainname_params.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace/00_6domainname_params.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace/00_6float.md b/tests/results/test_namespace/00_6float.md new file mode 100644 index 00000000..3664d0f8 --- /dev/null +++ b/tests/results/test_namespace/00_6float.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_namespace/00_6integer.md b/tests/results/test_namespace/00_6integer.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace/00_6integer.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace/00_6ip.md b/tests/results/test_namespace/00_6ip.md new file mode 100644 index 00000000..f6a181ce --- /dev/null +++ b/tests/results/test_namespace/00_6ip.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) + - :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) + - :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_namespace/00_6network.md b/tests/results/test_namespace/00_6network.md new file mode 100644 index 00000000..e0da0a7d --- /dev/null +++ b/tests/results/test_namespace/00_6network.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) + - :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) + - :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_namespace/00_6number.md b/tests/results/test_namespace/00_6number.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace/00_6number.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace/00_6port.md b/tests/results/test_namespace/00_6port.md new file mode 100644 index 00000000..ede37ff7 --- /dev/null +++ b/tests/results/test_namespace/00_6port.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a port variable: 80 ◀ loaded from rougail-test + - :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_namespace/00_6regexp.md b/tests/results/test_namespace/00_6regexp.md new file mode 100644 index 00000000..384bc831 --- /dev/null +++ b/tests/results/test_namespace/00_6regexp.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace/00_6regexp_link.md b/tests/results/test_namespace/00_6regexp_link.md new file mode 100644 index 00000000..39f801e6 --- /dev/null +++ b/tests/results/test_namespace/00_6regexp_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) + - :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_namespace/00_6secret.md b/tests/results/test_namespace/00_6secret.md new file mode 100644 index 00000000..641ee044 --- /dev/null +++ b/tests/results/test_namespace/00_6secret.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test + - :notebook: the second variable: onE7vaLues_len1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace/00_6secret_param.md b/tests/results/test_namespace/00_6secret_param.md new file mode 100644 index 00000000..b9178eb3 --- /dev/null +++ b/tests/results/test_namespace/00_6secret_param.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test + - :notebook: the second variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the third variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace/00_6string.md b/tests/results/test_namespace/00_6string.md new file mode 100644 index 00000000..eda2d5fa --- /dev/null +++ b/tests/results/test_namespace/00_6string.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test + - :notebook: the third variable: string1 ◀ loaded from rougail-test + - :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace/00_7choice_quote.md b/tests/results/test_namespace/00_7choice_quote.md new file mode 100644 index 00000000..807cb900 --- /dev/null +++ b/tests/results/test_namespace/00_7choice_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace/00_7help.md b/tests/results/test_namespace/00_7help.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace/00_7help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_7help_quote.md b/tests/results/test_namespace/00_7help_quote.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace/00_7help_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_7help_sup.md b/tests/results/test_namespace/00_7help_sup.md new file mode 100644 index 00000000..4d3461f3 --- /dev/null +++ b/tests/results/test_namespace/00_7help_sup.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first : string1 ◀ loaded from rougail-test + - :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_7value_doublequote.md b/tests/results/test_namespace/00_7value_doublequote.md new file mode 100644 index 00000000..02ea7785 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_namespace/00_7value_doublequote2.md b/tests/results/test_namespace/00_7value_doublequote2.md new file mode 100644 index 00000000..150a2807 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_namespace/00_7value_doublequote3.md b/tests/results/test_namespace/00_7value_doublequote3.md new file mode 100644 index 00000000..a2329465 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_namespace/00_7value_quote.md b/tests/results/test_namespace/00_7value_quote.md new file mode 100644 index 00000000..b27fe2b9 --- /dev/null +++ b/tests/results/test_namespace/00_7value_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace/00_8calculation_information.md b/tests/results/test_namespace/00_8calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_8calculation_namespace.md b/tests/results/test_namespace/00_8calculation_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace/00_8calculation_param_namespace.md b/tests/results/test_namespace/00_8calculation_param_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_param_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace/00_8test.md b/tests/results/test_namespace/00_8test.md new file mode 100644 index 00000000..a4a93d7c --- /dev/null +++ b/tests/results/test_namespace/00_8test.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: test ◀ loaded from rougail-test + - :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the third variable: test1 ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_9choice_variable_multi.md b/tests/results/test_namespace/00_9choice_variable_multi.md new file mode 100644 index 00000000..41e4dfe6 --- /dev/null +++ b/tests/results/test_namespace/00_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_9choice_variables.md b/tests/results/test_namespace/00_9choice_variables.md new file mode 100644 index 00000000..912e7f07 --- /dev/null +++ b/tests/results/test_namespace/00_9choice_variables.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_namespace/00_9default_calculation.md b/tests/results/test_namespace/00_9default_calculation.md new file mode 100644 index 00000000..6e0bfaa0 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_namespace/00_9default_calculation_information.md b/tests/results/test_namespace/00_9default_calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_9default_calculation_information_other_variable.md b/tests/results/test_namespace/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional.md b/tests/results/test_namespace/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional2.md b/tests/results/test_namespace/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional_default.md b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e1ed61d5 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_9default_calculation_optional.md b/tests/results/test_namespace/00_9default_calculation_optional.md new file mode 100644 index 00000000..a7a67c00 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_9default_calculation_optional_exists.md b/tests/results/test_namespace/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..688bc5af --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace/00_9default_calculation_param_optional.md b/tests/results/test_namespace/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..063691d7 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_param_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace/00_9default_information_other_variable.md b/tests/results/test_namespace/00_9default_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_9default_information_other_variable2.md b/tests/results/test_namespace/00_9default_information_other_variable2.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/00_9default_integer.md b/tests/results/test_namespace/00_9default_integer.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace/00_9default_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace/00_9default_number.md b/tests/results/test_namespace/00_9default_number.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace/00_9default_number.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace/00_9extra.md b/tests/results/test_namespace/00_9extra.md new file mode 100644 index 00000000..36c29e33 --- /dev/null +++ b/tests/results/test_namespace/00_9extra.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: rougail) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace/00_9extra_calculation.md b/tests/results/test_namespace/00_9extra_calculation.md new file mode 100644 index 00000000..c562fe8a --- /dev/null +++ b/tests/results/test_namespace/00_9extra_calculation.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :open_file_folder: extra + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/00_9extra_ouside.md b/tests/results/test_namespace/00_9extra_ouside.md new file mode 100644 index 00000000..5cbd00bd --- /dev/null +++ b/tests/results/test_namespace/00_9extra_ouside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value in extra) diff --git a/tests/results/test_namespace/01_6boolean_multi.md b/tests/results/test_namespace/01_6boolean_multi.md new file mode 100644 index 00000000..890b37b9 --- /dev/null +++ b/tests/results/test_namespace/01_6boolean_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace/01_6custom_multi.md b/tests/results/test_namespace/01_6custom_multi.md new file mode 100644 index 00000000..03c72bf8 --- /dev/null +++ b/tests/results/test_namespace/01_6custom_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/01_6float_multi.md b/tests/results/test_namespace/01_6float_multi.md new file mode 100644 index 00000000..ae1e5d07 --- /dev/null +++ b/tests/results/test_namespace/01_6float_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/01_6integer_multi.md b/tests/results/test_namespace/01_6integer_multi.md new file mode 100644 index 00000000..f4cbdc64 --- /dev/null +++ b/tests/results/test_namespace/01_6integer_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/01_6integer_multi_mandatory.md b/tests/results/test_namespace/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..b302e9ab --- /dev/null +++ b/tests/results/test_namespace/01_6integer_multi_mandatory.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/01_6string_empty.md b/tests/results/test_namespace/01_6string_empty.md new file mode 100644 index 00000000..d48bfc50 --- /dev/null +++ b/tests/results/test_namespace/01_6string_empty.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/01_6string_multi.md b/tests/results/test_namespace/01_6string_multi.md new file mode 100644 index 00000000..bfce09b7 --- /dev/null +++ b/tests/results/test_namespace/01_6string_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/01_6string_multi_length.md b/tests/results/test_namespace/01_6string_multi_length.md new file mode 100644 index 00000000..07754b3e --- /dev/null +++ b/tests/results/test_namespace/01_6string_multi_length.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/01_7value_multi_doublequote.md b/tests/results/test_namespace/01_7value_multi_doublequote.md new file mode 100644 index 00000000..f7a2ddcc --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/01_7value_multi_doublequote2.md b/tests/results/test_namespace/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..51944c96 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/01_7value_multi_quote.md b/tests/results/test_namespace/01_7value_multi_quote.md new file mode 100644 index 00000000..d3c77c8f --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_quote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/01_8calculation_information_multi.md b/tests/results/test_namespace/01_8calculation_information_multi.md new file mode 100644 index 00000000..d44da6ad --- /dev/null +++ b/tests/results/test_namespace/01_8calculation_information_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/01_9choice_variable_multi.md b/tests/results/test_namespace/01_9choice_variable_multi.md new file mode 100644 index 00000000..a8326bee --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/01_9choice_variable_optional.md b/tests/results/test_namespace/01_9choice_variable_optional.md new file mode 100644 index 00000000..a48f5f45 --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace/02_0tags.md b/tests/results/test_namespace/02_0tags.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace/02_0tags.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_0type_param.md b/tests/results/test_namespace/04_0type_param.md new file mode 100644 index 00000000..18c8fa89 --- /dev/null +++ b/tests/results/test_namespace/04_0type_param.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace/04_0type_param_integer.md b/tests/results/test_namespace/04_0type_param_integer.md new file mode 100644 index 00000000..4449d33f --- /dev/null +++ b/tests/results/test_namespace/04_0type_param_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace/04_1auto_save.md b/tests/results/test_namespace/04_1auto_save.md new file mode 100644 index 00000000..8e0d9204 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: an auto save variable: no diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated.md b/tests/results/test_namespace/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..a81ffd07 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: no diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.md b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..1590ca5e --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: yes diff --git a/tests/results/test_namespace/04_1auto_save_and_hidden.md b/tests/results/test_namespace/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..6bf614eb --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: autosave variable: yes diff --git a/tests/results/test_namespace/04_1default_calculation_hidden.md b/tests/results/test_namespace/04_1default_calculation_hidden.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_2.md b/tests/results/test_namespace/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_3.md b/tests/results/test_namespace/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..84077768 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_3.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_4.md b/tests/results/test_namespace/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..ed6759ba --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_4.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_5.md b/tests/results/test_namespace/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..78f4b310 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_5.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_6.md b/tests/results/test_namespace/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..1ea10302 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_6.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 diff --git a/tests/results/test_namespace/04_5disabled_calculation.md b/tests/results/test_namespace/04_5disabled_calculation.md new file mode 100644 index 00000000..5429e690 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_5disabled_calculation_boolean.md b/tests/results/test_namespace/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..e6d444ba --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_5disabled_calculation_default.md b/tests/results/test_namespace/04_5disabled_calculation_default.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_default.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/04_5disabled_calculation_multi.md b/tests/results/test_namespace/04_5disabled_calculation_multi.md new file mode 100644 index 00000000..6a4a72d5 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_multi.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional.md b/tests/results/test_namespace/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..820dd3f4 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: null + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional_default.md b/tests/results/test_namespace/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..f515131d --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional_default.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a first variable: null + - :notebook: a second variable: null + - :notebook: a forth variable: null diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable.md b/tests/results/test_namespace/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable10.md b/tests/results/test_namespace/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2.md b/tests/results/test_namespace/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable3.md b/tests/results/test_namespace/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..a462cd35 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable4.md b/tests/results/test_namespace/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..eb426c71 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable5.md b/tests/results/test_namespace/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..1f9388cb --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: false + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable6.md b/tests/results/test_namespace/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable7.md b/tests/results/test_namespace/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable8.md b/tests/results/test_namespace/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..4e9a4243 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable8.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable9.md b/tests/results/test_namespace/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.md b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace/04_5hidden_calculation.md b/tests/results/test_namespace/04_5hidden_calculation.md new file mode 100644 index 00000000..33a8132a --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace/04_5hidden_calculation2.md b/tests/results/test_namespace/04_5hidden_calculation2.md new file mode 100644 index 00000000..7a7e5bf3 --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 + - :notebook: a second variable: string1 diff --git a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.md b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/04_5validators.md b/tests/results/test_namespace/04_5validators.md new file mode 100644 index 00000000..07cacf5d --- /dev/null +++ b/tests/results/test_namespace/04_5validators.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_5validators_differ.md b/tests/results/test_namespace/04_5validators_differ.md new file mode 100644 index 00000000..5fd982c3 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_differ.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) + - :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace/04_5validators_multi.md b/tests/results/test_namespace/04_5validators_multi.md new file mode 100644 index 00000000..5e479f0b --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/04_5validators_multi2.md b/tests/results/test_namespace/04_5validators_multi2.md new file mode 100644 index 00000000..d39f4735 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace/04_5validators_multi3.md b/tests/results/test_namespace/04_5validators_multi3.md new file mode 100644 index 00000000..9ccf53ad --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi3.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace/04_5validators_warnings.md b/tests/results/test_namespace/04_5validators_warnings.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_warnings.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace/04_5validators_warnings_all.md b/tests/results/test_namespace/04_5validators_warnings_all.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_warnings_all.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace/05_0multi_not_uniq.md b/tests/results/test_namespace/05_0multi_not_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace/05_0multi_not_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/05_0multi_uniq.md b/tests/results/test_namespace/05_0multi_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace/05_0multi_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/12_1auto_save_expert.md b/tests/results/test_namespace/12_1auto_save_expert.md new file mode 100644 index 00000000..70329de2 --- /dev/null +++ b/tests/results/test_namespace/12_1auto_save_expert.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace/16_0redefine_description.md b/tests/results/test_namespace/16_0redefine_description.md new file mode 100644 index 00000000..41640d4f --- /dev/null +++ b/tests/results/test_namespace/16_0redefine_description.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/16_2family_redefine_calculation.md b/tests/results/test_namespace/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace/16_2family_redefine_disabled.md b/tests/results/test_namespace/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace/16_3family_empty_at_ends.md b/tests/results/test_namespace/16_3family_empty_at_ends.md new file mode 100644 index 00000000..d4cd08a8 --- /dev/null +++ b/tests/results/test_namespace/16_3family_empty_at_ends.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/16_5exists_nonexists.md b/tests/results/test_namespace/16_5exists_nonexists.md new file mode 100644 index 00000000..7c554062 --- /dev/null +++ b/tests/results/test_namespace/16_5exists_nonexists.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace/16_5exists_redefine.md b/tests/results/test_namespace/16_5exists_redefine.md new file mode 100644 index 00000000..c7486fd7 --- /dev/null +++ b/tests/results/test_namespace/16_5exists_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: yes diff --git a/tests/results/test_namespace/16_5redefine_calculation.md b/tests/results/test_namespace/16_5redefine_calculation.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace/16_5redefine_choice.md b/tests/results/test_namespace/16_5redefine_choice.md new file mode 100644 index 00000000..2e22c970 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_choice.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/16_5redefine_default.md b/tests/results/test_namespace/16_5redefine_default.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace/16_5redefine_default_calculation.md b/tests/results/test_namespace/16_5redefine_default_calculation.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/16_5redefine_family.md b/tests/results/test_namespace/16_5redefine_family.md new file mode 100644 index 00000000..e66a0f40 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/16_5redefine_help.md b/tests/results/test_namespace/16_5redefine_help.md new file mode 100644 index 00000000..ad0a42bf --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/16_5redefine_hidden.md b/tests/results/test_namespace/16_5redefine_hidden.md new file mode 100644 index 00000000..355256ce --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace/16_5redefine_multi.md b/tests/results/test_namespace/16_5redefine_multi.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.md b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/16_5test_redefine.md b/tests/results/test_namespace/16_5test_redefine.md new file mode 100644 index 00000000..a10d019d --- /dev/null +++ b/tests/results/test_namespace/16_5test_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/16_6choice_redefine.md b/tests/results/test_namespace/16_6choice_redefine.md new file mode 100644 index 00000000..46540373 --- /dev/null +++ b/tests/results/test_namespace/16_6choice_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace/16_6exists_family.md b/tests/results/test_namespace/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace/16_6exists_redefine_family.md b/tests/results/test_namespace/16_6exists_redefine_family.md new file mode 100644 index 00000000..b9c88d1e --- /dev/null +++ b/tests/results/test_namespace/16_6exists_redefine_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/16exists_exists.md b/tests/results/test_namespace/16exists_exists.md new file mode 100644 index 00000000..2f8e2a9b --- /dev/null +++ b/tests/results/test_namespace/16exists_exists.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/17_5redefine_leadership.md b/tests/results/test_namespace/17_5redefine_leadership.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace/17_5redefine_leadership.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace/17_5redefine_leadership.sh b/tests/results/test_namespace/17_5redefine_leadership.sh index 15a1e9f2..9517af71 100644 --- a/tests/results/test_namespace/17_5redefine_leadership.sh +++ b/tests/results/test_namespace/17_5redefine_leadership.sh @@ -1,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace/20_0empty_family.md b/tests/results/test_namespace/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace/20_0family_append.md b/tests/results/test_namespace/20_0family_append.md new file mode 100644 index 00000000..1c0878b3 --- /dev/null +++ b/tests/results/test_namespace/20_0family_append.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/20_0family_underscore.md b/tests/results/test_namespace/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace/20_0multi_family.md b/tests/results/test_namespace/20_0multi_family.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/20_0multi_family_basic.md b/tests/results/test_namespace/20_0multi_family_basic.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_basic.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/20_0multi_family_expert.md b/tests/results/test_namespace/20_0multi_family_expert.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_expert.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/20_0multi_family_order.md b/tests/results/test_namespace/20_0multi_family_order.md new file mode 100644 index 00000000..d23b8332 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_order.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/20_0validators_differ_redefine.md b/tests/results/test_namespace/20_0validators_differ_redefine.md new file mode 100644 index 00000000..c68cc8ff --- /dev/null +++ b/tests/results/test_namespace/20_0validators_differ_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace/20_1empty_subfamily.md b/tests/results/test_namespace/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace/20_2family_looks_like_dynamic.md b/tests/results/test_namespace/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..a8ecdfa7 --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace/20_2family_looks_like_variable.md b/tests/results/test_namespace/20_2family_looks_like_variable.md new file mode 100644 index 00000000..897a8517 --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace/20_9default_information_parent.md b/tests/results/test_namespace/20_9default_information_parent.md new file mode 100644 index 00000000..2593a43d --- /dev/null +++ b/tests/results/test_namespace/20_9default_information_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/24_0family_hidden_condition.md b/tests/results/test_namespace/24_0family_hidden_condition.md new file mode 100644 index 00000000..a75b0d33 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean.md b/tests/results/test_namespace/24_0family_hidden_condition_boolean.md new file mode 100644 index 00000000..47a2cbf7 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :open_file_folder: a family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.md b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..c88c8c63 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..b593f63a --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: null diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.md b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.md new file mode 100644 index 00000000..895a4880 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a second conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :open_file_folder: a family + - :notebook: a variable: null diff --git a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..60626190 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/24_0family_mandatory_condition.md b/tests/results/test_namespace/24_0family_mandatory_condition.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/24_0family_mandatory_condition_variable.md b/tests/results/test_namespace/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..4b589b44 --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/24_7validators_variable_optional.md b/tests/results/test_namespace/24_7validators_variable_optional.md new file mode 100644 index 00000000..40fc3001 --- /dev/null +++ b/tests/results/test_namespace/24_7validators_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace/24_family_disabled_var_hidden.md b/tests/results/test_namespace/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace/40_0leadership.md b/tests/results/test_namespace/40_0leadership.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/40_0leadership_diff_name.md b/tests/results/test_namespace/40_0leadership_diff_name.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_diff_name.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/40_0leadership_empty.md b/tests/results/test_namespace/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace/40_0leadership_follower_default_calculation.md b/tests/results/test_namespace/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..953e4883 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti.md b/tests/results/test_namespace/40_0leadership_follower_default_submulti.md new file mode 100644 index 00000000..7403107d --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.md b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.md new file mode 100644 index 00000000..324444f2 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace/40_0leadership_follower_default_value.md b/tests/results/test_namespace/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..e6ed0273 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_value.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace/40_0leadership_leader_follower.md b/tests/results/test_namespace/40_0leadership_leader_follower.md new file mode 100644 index 00000000..a061374c --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_follower.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace/40_0leadership_leader_not_multi.md b/tests/results/test_namespace/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..7effd208 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/40_0leadership_reduce.md b/tests/results/test_namespace/40_0leadership_reduce.md new file mode 100644 index 00000000..42bd1dff --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_reduce.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/40_1leadership_append_follower.md b/tests/results/test_namespace/40_1leadership_append_follower.md new file mode 100644 index 00000000..152651e6 --- /dev/null +++ b/tests/results/test_namespace/40_1leadership_append_follower.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/40_2leadership_calculation_index.md b/tests/results/test_namespace/40_2leadership_calculation_index.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace/40_2leadership_calculation_index_2.md b/tests/results/test_namespace/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index.md b/tests/results/test_namespace/40_2leadership_calculation_param_index.md new file mode 100644 index 00000000..3614be1f --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace/40_2leadership_leader_calculation.md b/tests/results/test_namespace/40_2leadership_leader_calculation.md new file mode 100644 index 00000000..09b0881e --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_leader_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a first follower: string1 ◀ loaded from rougail-test + - :notebook: a second follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a first follower: string2 ◀ loaded from rougail-test + - :notebook: a second follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a first follower: string3 ◀ loaded from rougail-test + - :notebook: a second follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/40_6leadership_follower_multi.md b/tests/results/test_namespace/40_6leadership_follower_multi.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace/40_6leadership_follower_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/40_8calculation_boolean.md b/tests/results/test_namespace/40_8calculation_boolean.md new file mode 100644 index 00000000..5d0bf2a5 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) + - :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace/40_8calculation_boolean_return_none.md b/tests/results/test_namespace/40_8calculation_boolean_return_none.md new file mode 100644 index 00000000..e1149f92 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a second variable: true ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/40_8calculation_integer.md b/tests/results/test_namespace/40_8calculation_integer.md new file mode 100644 index 00000000..259e6b92 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_integer.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: first integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :notebook: second integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 4) diff --git a/tests/results/test_namespace/40_8calculation_multi_variable.md b/tests/results/test_namespace/40_8calculation_multi_variable.md new file mode 100644 index 00000000..daeb8aef --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent.md b/tests/results/test_namespace/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..ae20c911 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.md b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..8c12caae --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..731f3677 --- /dev/null +++ b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..54330a19 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..49302e24 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..5673a7f6 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test + - :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.md b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..5c02b640 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..cd610233 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.md b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable.md b/tests/results/test_namespace/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..b633c9f0 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..73f20381 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,29 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..c7e3530e --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace/41_0choice_leader.md b/tests/results/test_namespace/41_0choice_leader.md new file mode 100644 index 00000000..476885ac --- /dev/null +++ b/tests/results/test_namespace/41_0choice_leader.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/44_0leadership_hidden.md b/tests/results/test_namespace/44_0leadership_hidden.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace/44_0leadership_hidden.sh b/tests/results/test_namespace/44_0leadership_hidden.sh index 15a1e9f2..9517af71 100644 --- a/tests/results/test_namespace/44_0leadership_hidden.sh +++ b/tests/results/test_namespace/44_0leadership_hidden.sh @@ -1,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace/44_0leadership_leader_hidden.md b/tests/results/test_namespace/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_leader_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace/44_0leadership_leader_hidden.sh b/tests/results/test_namespace/44_0leadership_leader_hidden.sh index 15a1e9f2..9517af71 100644 --- a/tests/results/test_namespace/44_0leadership_leader_hidden.sh +++ b/tests/results/test_namespace/44_0leadership_leader_hidden.sh @@ -1,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace/44_1leadership_append_hidden_follower.md b/tests/results/test_namespace/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace/44_1leadership_append_hidden_follower.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace/44_1leadership_append_hidden_follower.sh index 15a1e9f2..9517af71 100644 --- a/tests/results/test_namespace/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_namespace/44_1leadership_append_hidden_follower.sh @@ -1,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower.md b/tests/results/test_namespace/44_4disabled_calcultion_follower.md new file mode 100644 index 00000000..f6e8a31d --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower_index.md b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..865de6f5 --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace/44_4leadership_mandatory.md b/tests/results/test_namespace/44_4leadership_mandatory.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/44_4leadership_mandatory_follower.md b/tests/results/test_namespace/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.md b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..c23fba50 --- /dev/null +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.md b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..e7eefdbf --- /dev/null +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/44_9calculated_default_leadership_leader.md b/tests/results/test_namespace/44_9calculated_default_leadership_leader.md new file mode 100644 index 00000000..0146c6b1 --- /dev/null +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace/60_0family_dynamic.md b/tests/results/test_namespace/60_0family_dynamic.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0.md b/tests/results/test_namespace/60_0family_dynamic_1_0.md new file mode 100644 index 00000000..e52e4cc9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.md b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.md new file mode 100644 index 00000000..42f07baf --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type.md b/tests/results/test_namespace/60_0family_dynamic_1_0_type.md new file mode 100644 index 00000000..20097627 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.md b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.md new file mode 100644 index 00000000..2a3e7710 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1.md b/tests/results/test_namespace/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.md b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_empty.md b/tests/results/test_namespace/60_0family_dynamic_empty.md new file mode 100644 index 00000000..7059e693 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.md b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..fc1b2d1b --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.md b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.md new file mode 100644 index 00000000..8049ba8a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number.md b/tests/results/test_namespace/60_0family_dynamic_jinja_number.md new file mode 100644 index 00000000..4c762078 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description.md b/tests/results/test_namespace/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..69331323 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.md b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..26cb5c18 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_source_hidden.md b/tests/results/test_namespace/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..06f8cb9c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_source_hidden.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_static.md b/tests/results/test_namespace/60_0family_dynamic_static.md new file mode 100644 index 00000000..85868b55 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_static.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_test.md b/tests/results/test_namespace/60_0family_dynamic_test.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_test.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_upper_char.md b/tests/results/test_namespace/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..9ba03d6a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_upper_char.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_empty.md b/tests/results/test_namespace/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..658b2882 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_optional.md b/tests/results/test_namespace/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..69a6c1a0 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.md b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..a77fdc6d --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..c08885e8 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace/60_0family_empty.md b/tests/results/test_namespace/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace/60_0family_hidden.md b/tests/results/test_namespace/60_0family_hidden.md new file mode 100644 index 00000000..fc65840d --- /dev/null +++ b/tests/results/test_namespace/60_0family_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a variable: null diff --git a/tests/results/test_namespace/60_0family_mode.md b/tests/results/test_namespace/60_0family_mode.md new file mode 100644 index 00000000..e64c4fc8 --- /dev/null +++ b/tests/results/test_namespace/60_0family_mode.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja.md b/tests/results/test_namespace/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..d89ebc8c --- /dev/null +++ b/tests/results/test_namespace/60_1family_dynamic_jinja.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..63c9d37e --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..8ab36214 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..b6adb3e4 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..965dabf7 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc.md b/tests/results/test_namespace/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..4d9fd33f --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..3781ded9 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2.md b/tests/results/test_namespace/60_5family_dynamic_calc2.md new file mode 100644 index 00000000..13749ae2 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.md b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.md new file mode 100644 index 00000000..bf3f976c --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_description.md b/tests/results/test_namespace/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..1a0ae738 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_description.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..144fa099 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..c278d473 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..2471f240 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: dynval1: {} + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.sh index 48379a65..55dd8df3 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,7 +1,9 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┣━━ 📓 dynval1: {}  ┗━━ 📂 dynval2   ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.md new file mode 100644 index 00000000..ed1d0242 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.sh index 094ce312..97bed2b8 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.sh @@ -1,9 +1,12 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test  ┃ ┗━━ val2 ◀ loaded from rougail-test + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.md new file mode 100644 index 00000000..2a900a61 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.md new file mode 100644 index 00000000..1d6619e3 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.md new file mode 100644 index 00000000..940179cb --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: a value + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: a value + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.md new file mode 100644 index 00000000..5242ae19 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: true + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: true + - :notebook: A variable calculated: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.md new file mode 100644 index 00000000..20d4967f --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: + - a value + - a second value + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: + - a value + - a second value + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: a second value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..a0a6724d --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..b9877673 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable.md b/tests/results/test_namespace/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..54b72de2 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..7e2ca9d8 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.md b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..081a00d2 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a new variable: null diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix.md b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix.md new file mode 100644 index 00000000..e0711e71 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.md b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.md new file mode 100644 index 00000000..b08c4eb3 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.md @@ -0,0 +1,34 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - val3 ◀ loaded from rougail-test + - val4 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.md new file mode 100644 index 00000000..6f42fec7 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.md new file mode 100644 index 00000000..b8544bae --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.md new file mode 100644 index 00000000..7acbb3b3 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.md new file mode 100644 index 00000000..d54e75b9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..746028e0 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..7474a697 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_6family_dynamic_inside.md b/tests/results/test_namespace/60_6family_dynamic_inside.md new file mode 100644 index 00000000..a4c046a7 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_6family_dynamic_inside_empty.md b/tests/results/test_namespace/60_6family_dynamic_inside_empty.md new file mode 100644 index 00000000..23b9d8f8 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership.md b/tests/results/test_namespace/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..9ae7efeb --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.md b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..d264e6ad --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.md new file mode 100644 index 00000000..ee896739 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.md new file mode 100644 index 00000000..8717fe86 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.md new file mode 100644 index 00000000..12725719 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.md @@ -0,0 +1,46 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string3) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string3) diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.md b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.md b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_9extra_dynamic.md b/tests/results/test_namespace/60_9extra_dynamic.md new file mode 100644 index 00000000..63eee2dc --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: extra + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_9extra_dynamic_extra.md b/tests/results/test_namespace/60_9extra_dynamic_extra.md new file mode 100644 index 00000000..50d613f7 --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic_extra.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: général + - :notebook: No change: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: extra + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/60_9family_dynamic_calc_both.md b/tests/results/test_namespace/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..6339c134 --- /dev/null +++ b/tests/results/test_namespace/60_9family_dynamic_calc_both.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace/68_0family_leadership_mode.md b/tests/results/test_namespace/68_0family_leadership_mode.md new file mode 100644 index 00000000..ddc22098 --- /dev/null +++ b/tests/results/test_namespace/68_0family_leadership_mode.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_0empty.md b/tests/results/test_namespace_mandatory/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory/00_0no_variable.md b/tests/results/test_namespace_mandatory/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory/00_0no_variable_default_version.md b/tests/results/test_namespace_mandatory/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory/00_0no_variable_remove_version.md b/tests/results/test_namespace_mandatory/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory/00_0version_underscore.md b/tests/results/test_namespace_mandatory/00_0version_underscore.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_0version_underscore.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_1empty_variable.md b/tests/results/test_namespace_mandatory/00_1empty_variable.md new file mode 100644 index 00000000..da8af99e --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_1empty_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated.md b/tests/results/test_namespace_mandatory/00_2default_calculated.md new file mode 100644 index 00000000..f11ddfcf --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_2default_calculated.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated_multi.md b/tests/results/test_namespace_mandatory/00_2default_calculated_multi.md new file mode 100644 index 00000000..fb0e8e14 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated_params_permissive.md b/tests/results/test_namespace_mandatory/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..c028478d --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_params_permissive.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a first variable + - :notebook: a first variable: a_value + - :notebook: a first variable: a_value + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated_variable.md b/tests/results/test_namespace_mandatory/00_2default_calculated_variable.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated_variable_description.md b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..65cb161f --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_description.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..0fca75de --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.md b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_mandatory/00_4load_subfolder.md b/tests/results/test_namespace_mandatory/00_4load_subfolder.md new file mode 100644 index 00000000..ff7bdb9d --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_4load_subfolder.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_5load_notype.md b/tests/results/test_namespace_mandatory/00_5load_notype.md new file mode 100644 index 00000000..6fd8d704 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_5load_notype.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_mandatory/00_6boolean.md b/tests/results/test_namespace_mandatory/00_6boolean.md new file mode 100644 index 00000000..3675e3e8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.md b/tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..2bc7dff2 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory/00_6choice.md b/tests/results/test_namespace_mandatory/00_6choice.md new file mode 100644 index 00000000..98413c43 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test + - :notebook: the third variable: a ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_mandatory/00_6choice_calculation.md b/tests/results/test_namespace_mandatory/00_6choice_calculation.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_mandatory/00_6choice_link.md b/tests/results/test_namespace_mandatory/00_6choice_link.md new file mode 100644 index 00000000..210e19ea --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_mandatory/00_6choice_variable.md b/tests/results/test_namespace_mandatory/00_6choice_variable.md new file mode 100644 index 00000000..7f4eae65 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_mandatory/00_6choice_variable_link.md b/tests/results/test_namespace_mandatory/00_6choice_variable_link.md new file mode 100644 index 00000000..4ad38758 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice_variable_link.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/00_6choice_variable_link2.md b/tests/results/test_namespace_mandatory/00_6choice_variable_link2.md new file mode 100644 index 00000000..987640a9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice_variable_link2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/00_6custom.md b/tests/results/test_namespace_mandatory/00_6custom.md new file mode 100644 index 00000000..a23ac2ed --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6custom.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_mandatory/00_6domainname.md b/tests/results/test_namespace_mandatory/00_6domainname.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6domainname.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_mandatory/00_6domainname_params.md b/tests/results/test_namespace_mandatory/00_6domainname_params.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6domainname_params.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_mandatory/00_6float.md b/tests/results/test_namespace_mandatory/00_6float.md new file mode 100644 index 00000000..3664d0f8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6float.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_namespace_mandatory/00_6integer.md b/tests/results/test_namespace_mandatory/00_6integer.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6integer.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_mandatory/00_6ip.md b/tests/results/test_namespace_mandatory/00_6ip.md new file mode 100644 index 00000000..f6a181ce --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6ip.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) + - :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) + - :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_namespace_mandatory/00_6network.md b/tests/results/test_namespace_mandatory/00_6network.md new file mode 100644 index 00000000..e0da0a7d --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6network.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) + - :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) + - :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_namespace_mandatory/00_6number.md b/tests/results/test_namespace_mandatory/00_6number.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6number.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_mandatory/00_6port.md b/tests/results/test_namespace_mandatory/00_6port.md new file mode 100644 index 00000000..ede37ff7 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6port.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a port variable: 80 ◀ loaded from rougail-test + - :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_namespace_mandatory/00_6regexp.md b/tests/results/test_namespace_mandatory/00_6regexp.md new file mode 100644 index 00000000..384bc831 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6regexp.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace_mandatory/00_6regexp_link.md b/tests/results/test_namespace_mandatory/00_6regexp_link.md new file mode 100644 index 00000000..39f801e6 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6regexp_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) + - :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_namespace_mandatory/00_6secret.md b/tests/results/test_namespace_mandatory/00_6secret.md new file mode 100644 index 00000000..641ee044 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6secret.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test + - :notebook: the second variable: onE7vaLues_len1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_mandatory/00_6secret_param.md b/tests/results/test_namespace_mandatory/00_6secret_param.md new file mode 100644 index 00000000..b9178eb3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6secret_param.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test + - :notebook: the second variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the third variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_mandatory/00_6string.md b/tests/results/test_namespace_mandatory/00_6string.md new file mode 100644 index 00000000..eda2d5fa --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6string.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test + - :notebook: the third variable: string1 ◀ loaded from rougail-test + - :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory/00_7choice_quote.md b/tests/results/test_namespace_mandatory/00_7choice_quote.md new file mode 100644 index 00000000..807cb900 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7choice_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_mandatory/00_7help.md b/tests/results/test_namespace_mandatory/00_7help.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_7help_quote.md b/tests/results/test_namespace_mandatory/00_7help_quote.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7help_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_7help_sup.md b/tests/results/test_namespace_mandatory/00_7help_sup.md new file mode 100644 index 00000000..4d3461f3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7help_sup.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first : string1 ◀ loaded from rougail-test + - :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_7value_doublequote.md b/tests/results/test_namespace_mandatory/00_7value_doublequote.md new file mode 100644 index 00000000..02ea7785 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7value_doublequote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_namespace_mandatory/00_7value_doublequote2.md b/tests/results/test_namespace_mandatory/00_7value_doublequote2.md new file mode 100644 index 00000000..150a2807 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7value_doublequote2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_namespace_mandatory/00_7value_doublequote3.md b/tests/results/test_namespace_mandatory/00_7value_doublequote3.md new file mode 100644 index 00000000..a2329465 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7value_doublequote3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_namespace_mandatory/00_7value_quote.md b/tests/results/test_namespace_mandatory/00_7value_quote.md new file mode 100644 index 00000000..b27fe2b9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7value_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_mandatory/00_8calculation_information.md b/tests/results/test_namespace_mandatory/00_8calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_8calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_8calculation_namespace.md b/tests/results/test_namespace_mandatory/00_8calculation_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_8calculation_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_mandatory/00_8calculation_param_namespace.md b/tests/results/test_namespace_mandatory/00_8calculation_param_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_8calculation_param_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_mandatory/00_8test.md b/tests/results/test_namespace_mandatory/00_8test.md new file mode 100644 index 00000000..a4a93d7c --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_8test.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: test ◀ loaded from rougail-test + - :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the third variable: test1 ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_9choice_variable_multi.md b/tests/results/test_namespace_mandatory/00_9choice_variable_multi.md new file mode 100644 index 00000000..41e4dfe6 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_9choice_variables.md b/tests/results/test_namespace_mandatory/00_9choice_variables.md new file mode 100644 index 00000000..912e7f07 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9choice_variables.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation.md b/tests/results/test_namespace_mandatory/00_9default_calculation.md new file mode 100644 index 00000000..6e0bfaa0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_information.md b/tests/results/test_namespace_mandatory/00_9default_calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.md b/tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.md b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.md b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional_default.md b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e1ed61d5 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_optional.md b/tests/results/test_namespace_mandatory/00_9default_calculation_optional.md new file mode 100644 index 00000000..a7a67c00 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.md b/tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..688bc5af --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.md b/tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..063691d7 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_mandatory/00_9default_information_other_variable.md b/tests/results/test_namespace_mandatory/00_9default_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_9default_information_other_variable2.md b/tests/results/test_namespace_mandatory/00_9default_information_other_variable2.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_information_other_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_9default_integer.md b/tests/results/test_namespace_mandatory/00_9default_integer.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_mandatory/00_9default_number.md b/tests/results/test_namespace_mandatory/00_9default_number.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_number.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_mandatory/00_9extra.md b/tests/results/test_namespace_mandatory/00_9extra.md new file mode 100644 index 00000000..36c29e33 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9extra.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: rougail) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_mandatory/00_9extra_calculation.md b/tests/results/test_namespace_mandatory/00_9extra_calculation.md new file mode 100644 index 00000000..c562fe8a --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9extra_calculation.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :open_file_folder: extra + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/00_9extra_ouside.md b/tests/results/test_namespace_mandatory/00_9extra_ouside.md new file mode 100644 index 00000000..5cbd00bd --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9extra_ouside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value in extra) diff --git a/tests/results/test_namespace_mandatory/01_6boolean_multi.md b/tests/results/test_namespace_mandatory/01_6boolean_multi.md new file mode 100644 index 00000000..890b37b9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6boolean_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory/01_6custom_multi.md b/tests/results/test_namespace_mandatory/01_6custom_multi.md new file mode 100644 index 00000000..03c72bf8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6custom_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/01_6float_multi.md b/tests/results/test_namespace_mandatory/01_6float_multi.md new file mode 100644 index 00000000..ae1e5d07 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6float_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/01_6integer_multi.md b/tests/results/test_namespace_mandatory/01_6integer_multi.md new file mode 100644 index 00000000..f4cbdc64 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6integer_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/01_6integer_multi_mandatory.md b/tests/results/test_namespace_mandatory/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..b302e9ab --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6integer_multi_mandatory.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/01_6string_empty.md b/tests/results/test_namespace_mandatory/01_6string_empty.md new file mode 100644 index 00000000..d48bfc50 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6string_empty.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/01_6string_multi.md b/tests/results/test_namespace_mandatory/01_6string_multi.md new file mode 100644 index 00000000..bfce09b7 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6string_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/01_6string_multi_length.md b/tests/results/test_namespace_mandatory/01_6string_multi_length.md new file mode 100644 index 00000000..07754b3e --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6string_multi_length.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/01_7value_multi_doublequote.md b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote.md new file mode 100644 index 00000000..f7a2ddcc --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.md b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..51944c96 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/01_7value_multi_quote.md b/tests/results/test_namespace_mandatory/01_7value_multi_quote.md new file mode 100644 index 00000000..d3c77c8f --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_7value_multi_quote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/01_8calculation_information_multi.md b/tests/results/test_namespace_mandatory/01_8calculation_information_multi.md new file mode 100644 index 00000000..d44da6ad --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_8calculation_information_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/01_9choice_variable_multi.md b/tests/results/test_namespace_mandatory/01_9choice_variable_multi.md new file mode 100644 index 00000000..a8326bee --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/01_9choice_variable_optional.md b/tests/results/test_namespace_mandatory/01_9choice_variable_optional.md new file mode 100644 index 00000000..a48f5f45 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_9choice_variable_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_mandatory/02_0tags.md b/tests/results/test_namespace_mandatory/02_0tags.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_mandatory/02_0tags.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_0type_param.md b/tests/results/test_namespace_mandatory/04_0type_param.md new file mode 100644 index 00000000..18c8fa89 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_0type_param.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_mandatory/04_0type_param_integer.md b/tests/results/test_namespace_mandatory/04_0type_param_integer.md new file mode 100644 index 00000000..4449d33f --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_0type_param_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_mandatory/04_1auto_save.md b/tests/results/test_namespace_mandatory/04_1auto_save.md new file mode 100644 index 00000000..8e0d9204 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1auto_save.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: an auto save variable: no diff --git a/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.md b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..a81ffd07 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.md b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..1590ca5e --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: yes diff --git a/tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.md b/tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..6bf614eb --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: autosave variable: yes diff --git a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.md b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.md b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_3.md b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..84077768 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_3.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_4.md b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..ed6759ba --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_4.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_5.md b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..78f4b310 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_5.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_6.md b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..1ea10302 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_6.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation.md new file mode 100644 index 00000000..5429e690 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_boolean.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..e6d444ba --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_boolean.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_default.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_default.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_default.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_multi.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_multi.md new file mode 100644 index 00000000..6a4a72d5 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_multi.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..820dd3f4 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: null + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional_default.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..f515131d --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional_default.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a first variable: null + - :notebook: a second variable: null + - :notebook: a forth variable: null diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable10.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable10.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..a462cd35 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..eb426c71 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable5.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..1f9388cb --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable5.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: false + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable6.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable7.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable7.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable8.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..4e9a4243 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable8.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable9.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable9.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory/04_5hidden_calculation.md b/tests/results/test_namespace_mandatory/04_5hidden_calculation.md new file mode 100644 index 00000000..33a8132a --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5hidden_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_mandatory/04_5hidden_calculation2.md b/tests/results/test_namespace_mandatory/04_5hidden_calculation2.md new file mode 100644 index 00000000..7a7e5bf3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5hidden_calculation2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 + - :notebook: a second variable: string1 diff --git a/tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.md b/tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/04_5validators.md b/tests/results/test_namespace_mandatory/04_5validators.md new file mode 100644 index 00000000..07cacf5d --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5validators.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_5validators_differ.md b/tests/results/test_namespace_mandatory/04_5validators_differ.md new file mode 100644 index 00000000..5fd982c3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5validators_differ.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) + - :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_mandatory/04_5validators_multi.md b/tests/results/test_namespace_mandatory/04_5validators_multi.md new file mode 100644 index 00000000..5e479f0b --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5validators_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_5validators_multi2.md b/tests/results/test_namespace_mandatory/04_5validators_multi2.md new file mode 100644 index 00000000..d39f4735 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5validators_multi2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory/04_5validators_multi3.md b/tests/results/test_namespace_mandatory/04_5validators_multi3.md new file mode 100644 index 00000000..9ccf53ad --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5validators_multi3.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_mandatory/04_5validators_warnings.md b/tests/results/test_namespace_mandatory/04_5validators_warnings.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5validators_warnings.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_mandatory/04_5validators_warnings_all.md b/tests/results/test_namespace_mandatory/04_5validators_warnings_all.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5validators_warnings_all.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_mandatory/05_0multi_not_uniq.md b/tests/results/test_namespace_mandatory/05_0multi_not_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_mandatory/05_0multi_not_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/05_0multi_uniq.md b/tests/results/test_namespace_mandatory/05_0multi_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_mandatory/05_0multi_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/12_1auto_save_expert.md b/tests/results/test_namespace_mandatory/12_1auto_save_expert.md new file mode 100644 index 00000000..70329de2 --- /dev/null +++ b/tests/results/test_namespace_mandatory/12_1auto_save_expert.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace_mandatory/16_0redefine_description.md b/tests/results/test_namespace_mandatory/16_0redefine_description.md new file mode 100644 index 00000000..41640d4f --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_0redefine_description.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_2family_redefine_calculation.md b/tests/results/test_namespace_mandatory/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory/16_2family_redefine_disabled.md b/tests/results/test_namespace_mandatory/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory/16_3family_empty_at_ends.md b/tests/results/test_namespace_mandatory/16_3family_empty_at_ends.md new file mode 100644 index 00000000..d4cd08a8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_3family_empty_at_ends.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_5exists_nonexists.md b/tests/results/test_namespace_mandatory/16_5exists_nonexists.md new file mode 100644 index 00000000..7c554062 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5exists_nonexists.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory/16_5exists_redefine.md b/tests/results/test_namespace_mandatory/16_5exists_redefine.md new file mode 100644 index 00000000..c7486fd7 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5exists_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: yes diff --git a/tests/results/test_namespace_mandatory/16_5redefine_calculation.md b/tests/results/test_namespace_mandatory/16_5redefine_calculation.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory/16_5redefine_choice.md b/tests/results/test_namespace_mandatory/16_5redefine_choice.md new file mode 100644 index 00000000..2e22c970 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_choice.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_5redefine_default.md b/tests/results/test_namespace_mandatory/16_5redefine_default.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_default.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.md b/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_5redefine_family.md b/tests/results/test_namespace_mandatory/16_5redefine_family.md new file mode 100644 index 00000000..e66a0f40 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_5redefine_help.md b/tests/results/test_namespace_mandatory/16_5redefine_help.md new file mode 100644 index 00000000..ad0a42bf --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_5redefine_hidden.md b/tests/results/test_namespace_mandatory/16_5redefine_hidden.md new file mode 100644 index 00000000..355256ce --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace_mandatory/16_5redefine_multi.md b/tests/results/test_namespace_mandatory/16_5redefine_multi.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.md b/tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_5test_redefine.md b/tests/results/test_namespace_mandatory/16_5test_redefine.md new file mode 100644 index 00000000..a10d019d --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5test_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_6choice_redefine.md b/tests/results/test_namespace_mandatory/16_6choice_redefine.md new file mode 100644 index 00000000..46540373 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_6choice_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_mandatory/16_6exists_family.md b/tests/results/test_namespace_mandatory/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory/16_6exists_redefine_family.md b/tests/results/test_namespace_mandatory/16_6exists_redefine_family.md new file mode 100644 index 00000000..b9c88d1e --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_6exists_redefine_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16exists_exists.md b/tests/results/test_namespace_mandatory/16exists_exists.md new file mode 100644 index 00000000..2f8e2a9b --- /dev/null +++ b/tests/results/test_namespace_mandatory/16exists_exists.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/17_5redefine_leadership.md b/tests/results/test_namespace_mandatory/17_5redefine_leadership.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace_mandatory/17_5redefine_leadership.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_mandatory/17_5redefine_leadership.sh b/tests/results/test_namespace_mandatory/17_5redefine_leadership.sh index 15a1e9f2..9517af71 100644 --- a/tests/results/test_namespace_mandatory/17_5redefine_leadership.sh +++ b/tests/results/test_namespace_mandatory/17_5redefine_leadership.sh @@ -1,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_mandatory/20_0empty_family.md b/tests/results/test_namespace_mandatory/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory/20_0family_append.md b/tests/results/test_namespace_mandatory/20_0family_append.md new file mode 100644 index 00000000..1c0878b3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0family_append.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/20_0family_underscore.md b/tests/results/test_namespace_mandatory/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory/20_0multi_family.md b/tests/results/test_namespace_mandatory/20_0multi_family.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0multi_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/20_0multi_family_basic.md b/tests/results/test_namespace_mandatory/20_0multi_family_basic.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0multi_family_basic.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/20_0multi_family_expert.md b/tests/results/test_namespace_mandatory/20_0multi_family_expert.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0multi_family_expert.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/20_0multi_family_order.md b/tests/results/test_namespace_mandatory/20_0multi_family_order.md new file mode 100644 index 00000000..d23b8332 --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0multi_family_order.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/20_0validators_differ_redefine.md b/tests/results/test_namespace_mandatory/20_0validators_differ_redefine.md new file mode 100644 index 00000000..c68cc8ff --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0validators_differ_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory/20_1empty_subfamily.md b/tests/results/test_namespace_mandatory/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory/20_2family_looks_like_dynamic.md b/tests/results/test_namespace_mandatory/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..a8ecdfa7 --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_2family_looks_like_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory/20_2family_looks_like_variable.md b/tests/results/test_namespace_mandatory/20_2family_looks_like_variable.md new file mode 100644 index 00000000..897a8517 --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_2family_looks_like_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory/20_9default_information_parent.md b/tests/results/test_namespace_mandatory/20_9default_information_parent.md new file mode 100644 index 00000000..2593a43d --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_9default_information_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition.md b/tests/results/test_namespace_mandatory/24_0family_hidden_condition.md new file mode 100644 index 00000000..a75b0d33 --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.md b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.md new file mode 100644 index 00000000..47a2cbf7 --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :open_file_folder: a family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.md b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..c88c8c63 --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..b593f63a --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: null diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.md b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.md new file mode 100644 index 00000000..895a4880 --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a second conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :open_file_folder: a family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..60626190 --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.md b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.md b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..4b589b44 --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/24_7validators_variable_optional.md b/tests/results/test_namespace_mandatory/24_7validators_variable_optional.md new file mode 100644 index 00000000..40fc3001 --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_7validators_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_mandatory/24_family_disabled_var_hidden.md b/tests/results/test_namespace_mandatory/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory/40_0leadership.md b/tests/results/test_namespace_mandatory/40_0leadership.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/40_0leadership_diff_name.md b/tests/results/test_namespace_mandatory/40_0leadership_diff_name.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_diff_name.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/40_0leadership_empty.md b/tests/results/test_namespace_mandatory/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.md b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..953e4883 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.md b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.md new file mode 100644 index 00000000..7403107d --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.md b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.md new file mode 100644 index 00000000..324444f2 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.md b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..e6ed0273 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_mandatory/40_0leadership_leader_follower.md b/tests/results/test_namespace_mandatory/40_0leadership_leader_follower.md new file mode 100644 index 00000000..a061374c --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_leader_follower.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.md b/tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..7effd208 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/40_0leadership_reduce.md b/tests/results/test_namespace_mandatory/40_0leadership_reduce.md new file mode 100644 index 00000000..42bd1dff --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_reduce.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/40_1leadership_append_follower.md b/tests/results/test_namespace_mandatory/40_1leadership_append_follower.md new file mode 100644 index 00000000..152651e6 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_1leadership_append_follower.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/40_2leadership_calculation_index.md b/tests/results/test_namespace_mandatory/40_2leadership_calculation_index.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_2leadership_calculation_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_mandatory/40_2leadership_calculation_index_2.md b/tests/results/test_namespace_mandatory/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_2leadership_calculation_index_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.md b/tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.md new file mode 100644 index 00000000..3614be1f --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.md b/tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.md new file mode 100644 index 00000000..09b0881e --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a first follower: string1 ◀ loaded from rougail-test + - :notebook: a second follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a first follower: string2 ◀ loaded from rougail-test + - :notebook: a second follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a first follower: string3 ◀ loaded from rougail-test + - :notebook: a second follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/40_6leadership_follower_multi.md b/tests/results/test_namespace_mandatory/40_6leadership_follower_multi.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_6leadership_follower_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_namespace_mandatory/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/40_8calculation_boolean.md b/tests/results/test_namespace_mandatory/40_8calculation_boolean.md new file mode 100644 index 00000000..5d0bf2a5 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_8calculation_boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) + - :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.md b/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.md new file mode 100644 index 00000000..e1149f92 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a second variable: true ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/40_8calculation_integer.md b/tests/results/test_namespace_mandatory/40_8calculation_integer.md new file mode 100644 index 00000000..259e6b92 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_8calculation_integer.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: first integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :notebook: second integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 4) diff --git a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable.md b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable.md new file mode 100644 index 00000000..daeb8aef --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.md b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..ae20c911 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.md b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..8c12caae --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_namespace_mandatory/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..731f3677 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..54330a19 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..49302e24 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..5673a7f6 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test + - :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..5c02b640 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..cd610233 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..b633c9f0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..73f20381 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,29 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..c7e3530e --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory/41_0choice_leader.md b/tests/results/test_namespace_mandatory/41_0choice_leader.md new file mode 100644 index 00000000..476885ac --- /dev/null +++ b/tests/results/test_namespace_mandatory/41_0choice_leader.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/44_0leadership_hidden.md b/tests/results/test_namespace_mandatory/44_0leadership_hidden.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_0leadership_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_mandatory/44_0leadership_hidden.sh b/tests/results/test_namespace_mandatory/44_0leadership_hidden.sh index 15a1e9f2..9517af71 100644 --- a/tests/results/test_namespace_mandatory/44_0leadership_hidden.sh +++ b/tests/results/test_namespace_mandatory/44_0leadership_hidden.sh @@ -1,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.md b/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.sh index 15a1e9f2..9517af71 100644 --- a/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.sh +++ b/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.sh @@ -1,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.md b/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.sh index 15a1e9f2..9517af71 100644 --- a/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.sh @@ -1,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.md b/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.md new file mode 100644 index 00000000..f6e8a31d --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower_index.md b/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..865de6f5 --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_mandatory/44_4leadership_mandatory.md b/tests/results/test_namespace_mandatory/44_4leadership_mandatory.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_4leadership_mandatory.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.md b/tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.md b/tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..c23fba50 --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.md b/tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..e7eefdbf --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.md b/tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.md new file mode 100644 index 00000000..0146c6b1 --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic.md b/tests/results/test_namespace_mandatory/60_0family_dynamic.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.md new file mode 100644 index 00000000..e52e4cc9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.md new file mode 100644 index 00000000..42f07baf --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.md new file mode 100644 index 00000000..20097627 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.md new file mode 100644 index 00000000..2a3e7710 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.md new file mode 100644 index 00000000..7059e693 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_forbidden_char.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..fc1b2d1b --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty.md new file mode 100644 index 00000000..8049ba8a --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.md new file mode 100644 index 00000000..4c762078 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..69331323 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..26cb5c18 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_source_hidden.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..06f8cb9c --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_source_hidden.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_static.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_static.md new file mode 100644 index 00000000..85868b55 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_static.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_test.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_test.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_test.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_upper_char.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..9ba03d6a --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_upper_char.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..658b2882 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_optional.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..69a6c1a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..a77fdc6d --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..c08885e8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_mandatory/60_0family_empty.md b/tests/results/test_namespace_mandatory/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory/60_0family_hidden.md b/tests/results/test_namespace_mandatory/60_0family_hidden.md new file mode 100644 index 00000000..fc65840d --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_mandatory/60_0family_mode.md b/tests/results/test_namespace_mandatory/60_0family_mode.md new file mode 100644 index 00000000..e64c4fc8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_mode.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.md b/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..d89ebc8c --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..63c9d37e --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..8ab36214 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..b6adb3e4 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..965dabf7 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.md b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..4d9fd33f --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..3781ded9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.md new file mode 100644 index 00000000..13749ae2 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.md new file mode 100644 index 00000000..bf3f976c --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_description.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..1a0ae738 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_description.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..144fa099 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..c278d473 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..2471f240 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: dynval1: {} + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.sh index 48379a65..55dd8df3 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,7 +1,9 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┣━━ 📓 dynval1: {}  ┗━━ 📂 dynval2   ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.md new file mode 100644 index 00000000..ed1d0242 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh index 094ce312..97bed2b8 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh @@ -1,9 +1,12 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test  ┃ ┗━━ val2 ◀ loaded from rougail-test + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_2.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_2.md new file mode 100644 index 00000000..2a900a61 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_3.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_3.md new file mode 100644 index 00000000..1d6619e3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_3.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden.md new file mode 100644 index 00000000..940179cb --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: a value + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: a value + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.md new file mode 100644 index 00000000..5242ae19 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: true + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: true + - :notebook: A variable calculated: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.md new file mode 100644 index 00000000..20d4967f --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: + - a value + - a second value + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: + - a value + - a second value + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: a second value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..a0a6724d --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..b9877673 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..54b72de2 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..7e2ca9d8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..081a00d2 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a new variable: null diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.md new file mode 100644 index 00000000..e0711e71 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.md new file mode 100644 index 00000000..b08c4eb3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.md @@ -0,0 +1,34 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - val3 ◀ loaded from rougail-test + - val4 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.md new file mode 100644 index 00000000..6f42fec7 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.md new file mode 100644 index 00000000..b8544bae --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_1_0.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_1_0.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_1_0.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.md new file mode 100644 index 00000000..7acbb3b3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.md new file mode 100644 index 00000000..d54e75b9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..746028e0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..7474a697 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_inside.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside.md new file mode 100644 index 00000000..a4c046a7 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.md new file mode 100644 index 00000000..23b9d8f8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..9ae7efeb --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..d264e6ad --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.md new file mode 100644 index 00000000..ee896739 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.md new file mode 100644 index 00000000..8717fe86 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.md new file mode 100644 index 00000000..12725719 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.md @@ -0,0 +1,46 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string3) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string3) diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi2.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi2.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi2.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_9extra_dynamic.md b/tests/results/test_namespace_mandatory/60_9extra_dynamic.md new file mode 100644 index 00000000..63eee2dc --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_9extra_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: extra + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.md b/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.md new file mode 100644 index 00000000..50d613f7 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: général + - :notebook: No change: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: extra + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.md b/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..6339c134 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/68_0family_leadership_mode.md b/tests/results/test_namespace_mandatory/68_0family_leadership_mode.md new file mode 100644 index 00000000..ddc22098 --- /dev/null +++ b/tests/results/test_namespace_mandatory/68_0family_leadership_mode.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_0empty.md b/tests/results/test_namespace_mandatory_secrets/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory_secrets/00_0no_variable.md b/tests/results/test_namespace_mandatory_secrets/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory_secrets/00_0no_variable_default_version.md b/tests/results/test_namespace_mandatory_secrets/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory_secrets/00_0no_variable_remove_version.md b/tests/results/test_namespace_mandatory_secrets/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory_secrets/00_0version_underscore.md b/tests/results/test_namespace_mandatory_secrets/00_0version_underscore.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_0version_underscore.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_1empty_variable.md b/tests/results/test_namespace_mandatory_secrets/00_1empty_variable.md new file mode 100644 index 00000000..da8af99e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_1empty_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.md new file mode 100644 index 00000000..f11ddfcf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.md new file mode 100644 index 00000000..fb0e8e14 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_params_permissive.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..c028478d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_params_permissive.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a first variable + - :notebook: a first variable: a_value + - :notebook: a first variable: a_value + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..65cb161f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..0fca75de --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.md b/tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.md new file mode 100644 index 00000000..ff7bdb9d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_5load_notype.md b/tests/results/test_namespace_mandatory_secrets/00_5load_notype.md new file mode 100644 index 00000000..6fd8d704 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_5load_notype.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6boolean.md b/tests/results/test_namespace_mandatory_secrets/00_6boolean.md new file mode 100644 index 00000000..3675e3e8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.md b/tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..2bc7dff2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice.md b/tests/results/test_namespace_mandatory_secrets/00_6choice.md new file mode 100644 index 00000000..98413c43 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test + - :notebook: the third variable: a ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.md b/tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice_link.md b/tests/results/test_namespace_mandatory_secrets/00_6choice_link.md new file mode 100644 index 00000000..210e19ea --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice_variable.md b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable.md new file mode 100644 index 00000000..7f4eae65 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link.md b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link.md new file mode 100644 index 00000000..4ad38758 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link2.md b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link2.md new file mode 100644 index 00000000..987640a9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6custom.md b/tests/results/test_namespace_mandatory_secrets/00_6custom.md new file mode 100644 index 00000000..a23ac2ed --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6custom.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6domainname.md b/tests/results/test_namespace_mandatory_secrets/00_6domainname.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6domainname.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6domainname_params.md b/tests/results/test_namespace_mandatory_secrets/00_6domainname_params.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6domainname_params.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6float.md b/tests/results/test_namespace_mandatory_secrets/00_6float.md new file mode 100644 index 00000000..3664d0f8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6float.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6integer.md b/tests/results/test_namespace_mandatory_secrets/00_6integer.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6integer.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6ip.md b/tests/results/test_namespace_mandatory_secrets/00_6ip.md new file mode 100644 index 00000000..f6a181ce --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6ip.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) + - :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) + - :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6network.md b/tests/results/test_namespace_mandatory_secrets/00_6network.md new file mode 100644 index 00000000..e0da0a7d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6network.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) + - :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) + - :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6number.md b/tests/results/test_namespace_mandatory_secrets/00_6number.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6number.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6port.md b/tests/results/test_namespace_mandatory_secrets/00_6port.md new file mode 100644 index 00000000..ede37ff7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6port.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a port variable: 80 ◀ loaded from rougail-test + - :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6regexp.md b/tests/results/test_namespace_mandatory_secrets/00_6regexp.md new file mode 100644 index 00000000..384bc831 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6regexp.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6regexp_link.md b/tests/results/test_namespace_mandatory_secrets/00_6regexp_link.md new file mode 100644 index 00000000..39f801e6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6regexp_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) + - :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6secret.md b/tests/results/test_namespace_mandatory_secrets/00_6secret.md new file mode 100644 index 00000000..a4c054c2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6secret.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: ********** ◀ loaded from rougail-test + - :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6secret_param.md b/tests/results/test_namespace_mandatory_secrets/00_6secret_param.md new file mode 100644 index 00000000..b4f231b5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6secret_param.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: ********** ◀ loaded from rougail-test + - :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) + - :notebook: the third variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6string.md b/tests/results/test_namespace_mandatory_secrets/00_6string.md new file mode 100644 index 00000000..eda2d5fa --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6string.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test + - :notebook: the third variable: string1 ◀ loaded from rougail-test + - :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory_secrets/00_7choice_quote.md b/tests/results/test_namespace_mandatory_secrets/00_7choice_quote.md new file mode 100644 index 00000000..807cb900 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7choice_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_mandatory_secrets/00_7help.md b/tests/results/test_namespace_mandatory_secrets/00_7help.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_7help_quote.md b/tests/results/test_namespace_mandatory_secrets/00_7help_quote.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7help_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_7help_sup.md b/tests/results/test_namespace_mandatory_secrets/00_7help_sup.md new file mode 100644 index 00000000..4d3461f3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7help_sup.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first : string1 ◀ loaded from rougail-test + - :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.md b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.md new file mode 100644 index 00000000..02ea7785 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.md b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.md new file mode 100644 index 00000000..150a2807 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.md b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.md new file mode 100644 index 00000000..a2329465 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_quote.md b/tests/results/test_namespace_mandatory_secrets/00_7value_quote.md new file mode 100644 index 00000000..b27fe2b9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.md b/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_8calculation_namespace.md b/tests/results/test_namespace_mandatory_secrets/00_8calculation_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_8calculation_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_mandatory_secrets/00_8calculation_param_namespace.md b/tests/results/test_namespace_mandatory_secrets/00_8calculation_param_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_8calculation_param_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_mandatory_secrets/00_8test.md b/tests/results/test_namespace_mandatory_secrets/00_8test.md new file mode 100644 index 00000000..a4a93d7c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_8test.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: test ◀ loaded from rougail-test + - :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the third variable: test1 ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.md b/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.md new file mode 100644 index 00000000..41e4dfe6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.md b/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.md new file mode 100644 index 00000000..912e7f07 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation.md new file mode 100644 index 00000000..6e0bfaa0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional_default.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e1ed61d5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.md new file mode 100644 index 00000000..a7a67c00 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..688bc5af --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..063691d7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.md b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable2.md b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable2.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_integer.md b/tests/results/test_namespace_mandatory_secrets/00_9default_integer.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_number.md b/tests/results/test_namespace_mandatory_secrets/00_9default_number.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_number.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9extra.md b/tests/results/test_namespace_mandatory_secrets/00_9extra.md new file mode 100644 index 00000000..36c29e33 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9extra.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: rougail) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.md b/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.md new file mode 100644 index 00000000..c562fe8a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :open_file_folder: extra + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9extra_ouside.md b/tests/results/test_namespace_mandatory_secrets/00_9extra_ouside.md new file mode 100644 index 00000000..5cbd00bd --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9extra_ouside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value in extra) diff --git a/tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.md b/tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.md new file mode 100644 index 00000000..890b37b9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.md b/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.md new file mode 100644 index 00000000..03c72bf8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/01_6float_multi.md b/tests/results/test_namespace_mandatory_secrets/01_6float_multi.md new file mode 100644 index 00000000..ae1e5d07 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6float_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/01_6integer_multi.md b/tests/results/test_namespace_mandatory_secrets/01_6integer_multi.md new file mode 100644 index 00000000..f4cbdc64 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6integer_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/01_6integer_multi_mandatory.md b/tests/results/test_namespace_mandatory_secrets/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..b302e9ab --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6integer_multi_mandatory.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/01_6string_empty.md b/tests/results/test_namespace_mandatory_secrets/01_6string_empty.md new file mode 100644 index 00000000..d48bfc50 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6string_empty.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/01_6string_multi.md b/tests/results/test_namespace_mandatory_secrets/01_6string_multi.md new file mode 100644 index 00000000..bfce09b7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6string_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/01_6string_multi_length.md b/tests/results/test_namespace_mandatory_secrets/01_6string_multi_length.md new file mode 100644 index 00000000..07754b3e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6string_multi_length.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.md b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.md new file mode 100644 index 00000000..f7a2ddcc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.md b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..51944c96 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.md b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.md new file mode 100644 index 00000000..d3c77c8f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.md b/tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.md new file mode 100644 index 00000000..d44da6ad --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.md b/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.md new file mode 100644 index 00000000..a8326bee --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_optional.md b/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_optional.md new file mode 100644 index 00000000..a48f5f45 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_mandatory_secrets/02_0tags.md b/tests/results/test_namespace_mandatory_secrets/02_0tags.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/02_0tags.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_0type_param.md b/tests/results/test_namespace_mandatory_secrets/04_0type_param.md new file mode 100644 index 00000000..18c8fa89 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_0type_param.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_mandatory_secrets/04_0type_param_integer.md b/tests/results/test_namespace_mandatory_secrets/04_0type_param_integer.md new file mode 100644 index 00000000..4449d33f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_0type_param_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_mandatory_secrets/04_1auto_save.md b/tests/results/test_namespace_mandatory_secrets/04_1auto_save.md new file mode 100644 index 00000000..8e0d9204 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: an auto save variable: no diff --git a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.md b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..a81ffd07 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.md b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..1590ca5e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: yes diff --git a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.md b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..6bf614eb --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: autosave variable: yes diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.md b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.md b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_3.md b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..84077768 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_3.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_4.md b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..ed6759ba --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_4.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_5.md b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..78f4b310 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_5.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_6.md b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..1ea10302 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_6.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.md new file mode 100644 index 00000000..5429e690 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_boolean.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..e6d444ba --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_boolean.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_multi.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_multi.md new file mode 100644 index 00000000..6a4a72d5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_multi.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..820dd3f4 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: null + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional_default.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..f515131d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional_default.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a first variable: null + - :notebook: a second variable: null + - :notebook: a forth variable: null diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable10.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable10.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..a462cd35 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..eb426c71 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable5.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..1f9388cb --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable5.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: false + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable6.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable7.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable7.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable8.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..4e9a4243 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable8.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable9.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable9.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.md b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.md new file mode 100644 index 00000000..33a8132a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.md b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.md new file mode 100644 index 00000000..7a7e5bf3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 + - :notebook: a second variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.md b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators.md b/tests/results/test_namespace_mandatory_secrets/04_5validators.md new file mode 100644 index 00000000..07cacf5d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.md b/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.md new file mode 100644 index 00000000..5fd982c3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) + - :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_multi.md b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi.md new file mode 100644 index 00000000..5e479f0b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.md b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.md new file mode 100644 index 00000000..d39f4735 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_multi3.md b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi3.md new file mode 100644 index 00000000..9ccf53ad --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi3.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_warnings.md b/tests/results/test_namespace_mandatory_secrets/04_5validators_warnings.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_warnings.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_warnings_all.md b/tests/results/test_namespace_mandatory_secrets/04_5validators_warnings_all.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_warnings_all.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.md b/tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.md b/tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.md b/tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.md new file mode 100644 index 00000000..70329de2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.md b/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.md new file mode 100644 index 00000000..41640d4f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_calculation.md b/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_disabled.md b/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory_secrets/16_3family_empty_at_ends.md b/tests/results/test_namespace_mandatory_secrets/16_3family_empty_at_ends.md new file mode 100644 index 00000000..d4cd08a8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_3family_empty_at_ends.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.md b/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.md new file mode 100644 index 00000000..7c554062 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.md b/tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.md new file mode 100644 index 00000000..c7486fd7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: yes diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.md new file mode 100644 index 00000000..2e22c970 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_family.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_family.md new file mode 100644 index 00000000..e66a0f40 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_help.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_help.md new file mode 100644 index 00000000..ad0a42bf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.md new file mode 100644 index 00000000..355256ce --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16_5test_redefine.md b/tests/results/test_namespace_mandatory_secrets/16_5test_redefine.md new file mode 100644 index 00000000..a10d019d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5test_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.md b/tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.md new file mode 100644 index 00000000..46540373 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_mandatory_secrets/16_6exists_family.md b/tests/results/test_namespace_mandatory_secrets/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.md b/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.md new file mode 100644 index 00000000..b9c88d1e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16exists_exists.md b/tests/results/test_namespace_mandatory_secrets/16exists_exists.md new file mode 100644 index 00000000..2f8e2a9b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16exists_exists.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.md b/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] 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 15a1e9f2..9517af71 100644 --- a/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.sh +++ b/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.sh @@ -1,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_mandatory_secrets/20_0empty_family.md b/tests/results/test_namespace_mandatory_secrets/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory_secrets/20_0family_append.md b/tests/results/test_namespace_mandatory_secrets/20_0family_append.md new file mode 100644 index 00000000..1c0878b3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0family_append.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/20_0family_underscore.md b/tests/results/test_namespace_mandatory_secrets/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family.md b/tests/results/test_namespace_mandatory_secrets/20_0multi_family.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.md b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.md b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.md b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.md new file mode 100644 index 00000000..d23b8332 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.md b/tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.md new file mode 100644 index 00000000..c68cc8ff --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory_secrets/20_1empty_subfamily.md b/tests/results/test_namespace_mandatory_secrets/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory_secrets/20_2family_looks_like_dynamic.md b/tests/results/test_namespace_mandatory_secrets/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..a8ecdfa7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_2family_looks_like_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory_secrets/20_2family_looks_like_variable.md b/tests/results/test_namespace_mandatory_secrets/20_2family_looks_like_variable.md new file mode 100644 index 00000000..897a8517 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_2family_looks_like_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.md b/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.md new file mode 100644 index 00000000..2593a43d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.md b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.md new file mode 100644 index 00000000..a75b0d33 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.md b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.md new file mode 100644 index 00000000..47a2cbf7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :open_file_folder: a family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.md b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..c88c8c63 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..b593f63a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: null diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.md b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.md new file mode 100644 index 00000000..895a4880 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a second conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :open_file_folder: a family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..60626190 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.md b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.md b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..4b589b44 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.md b/tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.md new file mode 100644 index 00000000..40fc3001 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_mandatory_secrets/24_family_disabled_var_hidden.md b/tests/results/test_namespace_mandatory_secrets/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_empty.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..953e4883 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.md new file mode 100644 index 00000000..7403107d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.md new file mode 100644 index 00000000..324444f2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..e6ed0273 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_follower.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_follower.md new file mode 100644 index 00000000..a061374c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_follower.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..7effd208 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_reduce.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_reduce.md new file mode 100644 index 00000000..42bd1dff --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_reduce.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.md b/tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.md new file mode 100644 index 00000000..152651e6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.md b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index_2.md b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.md b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.md new file mode 100644 index 00000000..3614be1f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.md b/tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.md new file mode 100644 index 00000000..09b0881e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a first follower: string1 ◀ loaded from rougail-test + - :notebook: a second follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a first follower: string2 ◀ loaded from rougail-test + - :notebook: a second follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a first follower: string3 ◀ loaded from rougail-test + - :notebook: a second follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.md b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.md b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.md new file mode 100644 index 00000000..5d0bf2a5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) + - :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.md b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.md new file mode 100644 index 00000000..e1149f92 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a second variable: true ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.md b/tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.md new file mode 100644 index 00000000..259e6b92 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: first integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :notebook: second integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 4) diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.md b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.md new file mode 100644 index 00000000..daeb8aef --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.md b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..ae20c911 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.md b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..8c12caae --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_namespace_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..731f3677 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..54330a19 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..49302e24 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..5673a7f6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test + - :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..5c02b640 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..cd610233 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..b633c9f0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..73f20381 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,29 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..c7e3530e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory_secrets/41_0choice_leader.md b/tests/results/test_namespace_mandatory_secrets/41_0choice_leader.md new file mode 100644 index 00000000..476885ac --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/41_0choice_leader.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.md b/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] 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 15a1e9f2..9517af71 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.sh +++ b/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.sh @@ -1,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.md b/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] 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 15a1e9f2..9517af71 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,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.md b/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] 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 15a1e9f2..9517af71 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,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.md b/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.md new file mode 100644 index 00000000..f6e8a31d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower_index.md b/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..865de6f5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.md b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.md b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.md b/tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..c23fba50 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.md b/tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..e7eefdbf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.md b/tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.md new file mode 100644 index 00000000..0146c6b1 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.md new file mode 100644 index 00000000..e52e4cc9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.md new file mode 100644 index 00000000..42f07baf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.md new file mode 100644 index 00000000..20097627 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.md new file mode 100644 index 00000000..2a3e7710 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.md new file mode 100644 index 00000000..7059e693 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_forbidden_char.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..fc1b2d1b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_integer_empty.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_integer_empty.md new file mode 100644 index 00000000..8049ba8a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_integer_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.md new file mode 100644 index 00000000..4c762078 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..69331323 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..26cb5c18 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_source_hidden.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..06f8cb9c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_source_hidden.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.md new file mode 100644 index 00000000..85868b55 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_upper_char.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..9ba03d6a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_upper_char.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..658b2882 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_optional.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..69a6c1a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..a77fdc6d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..c08885e8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_empty.md b/tests/results/test_namespace_mandatory_secrets/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_hidden.md b/tests/results/test_namespace_mandatory_secrets/60_0family_hidden.md new file mode 100644 index 00000000..fc65840d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_mode.md b/tests/results/test_namespace_mandatory_secrets/60_0family_mode.md new file mode 100644 index 00000000..e64c4fc8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_mode.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.md b/tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..d89ebc8c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..63c9d37e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..8ab36214 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..b6adb3e4 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..965dabf7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.md b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..4d9fd33f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..3781ded9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.md new file mode 100644 index 00000000..13749ae2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.md new file mode 100644 index 00000000..bf3f976c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_description.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..1a0ae738 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_description.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..144fa099 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..c278d473 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..2471f240 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: dynval1: {} + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test 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 48379a65..55dd8df3 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,7 +1,9 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┣━━ 📓 dynval1: {}  ┗━━ 📂 dynval2   ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.md new file mode 100644 index 00000000..ed1d0242 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test 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 index 094ce312..97bed2b8 100644 --- 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 @@ -1,9 +1,12 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test  ┃ ┗━━ val2 ◀ loaded from rougail-test + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.md new file mode 100644 index 00000000..2a900a61 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.md new file mode 100644 index 00000000..1d6619e3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.md new file mode 100644 index 00000000..940179cb --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: a value + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: a value + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.md new file mode 100644 index 00000000..5242ae19 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: true + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: true + - :notebook: A variable calculated: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.md new file mode 100644 index 00000000..20d4967f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: + - a value + - a second value + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: + - a value + - a second value + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: a second value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..a0a6724d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..b9877673 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..54b72de2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..7e2ca9d8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..081a00d2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a new variable: null diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.md new file mode 100644 index 00000000..e0711e71 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.md new file mode 100644 index 00000000..b08c4eb3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.md @@ -0,0 +1,34 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - val3 ◀ loaded from rougail-test + - val4 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.md new file mode 100644 index 00000000..6f42fec7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.md new file mode 100644 index 00000000..b8544bae --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.md new file mode 100644 index 00000000..7acbb3b3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.md new file mode 100644 index 00000000..d54e75b9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..746028e0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..7474a697 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.md new file mode 100644 index 00000000..a4c046a7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.md new file mode 100644 index 00000000..23b9d8f8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..9ae7efeb --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..d264e6ad --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.md new file mode 100644 index 00000000..ee896739 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.md new file mode 100644 index 00000000..8717fe86 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.md new file mode 100644 index 00000000..12725719 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.md @@ -0,0 +1,46 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string3) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string3) diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_suffix_auto_multi.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_suffix_auto_multi.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_suffix_auto_multi.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_suffix_auto_multi2.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_suffix_auto_multi2.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_suffix_auto_multi2.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.md b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.md new file mode 100644 index 00000000..63eee2dc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: extra + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.md b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.md new file mode 100644 index 00000000..50d613f7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: général + - :notebook: No change: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: extra + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.md b/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..6339c134 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.md b/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.md new file mode 100644 index 00000000..ddc22098 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_0empty.md b/tests/results/test_namespace_read_write/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/00_0no_variable.md b/tests/results/test_namespace_read_write/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/00_0no_variable_default_version.md b/tests/results/test_namespace_read_write/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/00_0no_variable_remove_version.md b/tests/results/test_namespace_read_write/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/00_0version_underscore.md b/tests/results/test_namespace_read_write/00_0version_underscore.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write/00_0version_underscore.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_1empty_variable.md b/tests/results/test_namespace_read_write/00_1empty_variable.md new file mode 100644 index 00000000..da8af99e --- /dev/null +++ b/tests/results/test_namespace_read_write/00_1empty_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_2default_calculated.md b/tests/results/test_namespace_read_write/00_2default_calculated.md new file mode 100644 index 00000000..f11ddfcf --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_multi.md b/tests/results/test_namespace_read_write/00_2default_calculated_multi.md new file mode 100644 index 00000000..fb0e8e14 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_params_permissive.md b/tests/results/test_namespace_read_write/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..a14c4b13 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated_params_permissive.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_variable.md b/tests/results/test_namespace_read_write/00_2default_calculated_variable.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_variable_description.md b/tests/results/test_namespace_read_write/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..65cb161f --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated_variable_description.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_namespace_read_write/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..0fca75de --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.md b/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_read_write/00_4load_subfolder.md b/tests/results/test_namespace_read_write/00_4load_subfolder.md new file mode 100644 index 00000000..ff7bdb9d --- /dev/null +++ b/tests/results/test_namespace_read_write/00_4load_subfolder.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_5load_notype.md b/tests/results/test_namespace_read_write/00_5load_notype.md new file mode 100644 index 00000000..6fd8d704 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_5load_notype.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_read_write/00_6boolean.md b/tests/results/test_namespace_read_write/00_6boolean.md new file mode 100644 index 00000000..3675e3e8 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.md b/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..2bc7dff2 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write/00_6choice.md b/tests/results/test_namespace_read_write/00_6choice.md new file mode 100644 index 00000000..98413c43 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test + - :notebook: the third variable: a ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_read_write/00_6choice_calculation.md b/tests/results/test_namespace_read_write/00_6choice_calculation.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write/00_6choice_link.md b/tests/results/test_namespace_read_write/00_6choice_link.md new file mode 100644 index 00000000..210e19ea --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_read_write/00_6choice_variable.md b/tests/results/test_namespace_read_write/00_6choice_variable.md new file mode 100644 index 00000000..7f4eae65 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_read_write/00_6choice_variable_link.md b/tests/results/test_namespace_read_write/00_6choice_variable_link.md new file mode 100644 index 00000000..4ad38758 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_variable_link.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/00_6choice_variable_link2.md b/tests/results/test_namespace_read_write/00_6choice_variable_link2.md new file mode 100644 index 00000000..987640a9 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_variable_link2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/00_6custom.md b/tests/results/test_namespace_read_write/00_6custom.md new file mode 100644 index 00000000..a23ac2ed --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6custom.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write/00_6domainname.md b/tests/results/test_namespace_read_write/00_6domainname.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6domainname.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_read_write/00_6domainname_params.md b/tests/results/test_namespace_read_write/00_6domainname_params.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6domainname_params.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_read_write/00_6float.md b/tests/results/test_namespace_read_write/00_6float.md new file mode 100644 index 00000000..3664d0f8 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6float.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_namespace_read_write/00_6integer.md b/tests/results/test_namespace_read_write/00_6integer.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6integer.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write/00_6ip.md b/tests/results/test_namespace_read_write/00_6ip.md new file mode 100644 index 00000000..f6a181ce --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6ip.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) + - :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) + - :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_namespace_read_write/00_6network.md b/tests/results/test_namespace_read_write/00_6network.md new file mode 100644 index 00000000..e0da0a7d --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6network.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) + - :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) + - :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_namespace_read_write/00_6number.md b/tests/results/test_namespace_read_write/00_6number.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6number.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write/00_6port.md b/tests/results/test_namespace_read_write/00_6port.md new file mode 100644 index 00000000..ede37ff7 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6port.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a port variable: 80 ◀ loaded from rougail-test + - :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_namespace_read_write/00_6regexp.md b/tests/results/test_namespace_read_write/00_6regexp.md new file mode 100644 index 00000000..384bc831 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6regexp.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace_read_write/00_6regexp_link.md b/tests/results/test_namespace_read_write/00_6regexp_link.md new file mode 100644 index 00000000..39f801e6 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6regexp_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) + - :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_namespace_read_write/00_6secret.md b/tests/results/test_namespace_read_write/00_6secret.md new file mode 100644 index 00000000..641ee044 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6secret.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test + - :notebook: the second variable: onE7vaLues_len1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write/00_6secret_param.md b/tests/results/test_namespace_read_write/00_6secret_param.md new file mode 100644 index 00000000..b9178eb3 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6secret_param.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test + - :notebook: the second variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the third variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write/00_6string.md b/tests/results/test_namespace_read_write/00_6string.md new file mode 100644 index 00000000..eda2d5fa --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6string.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test + - :notebook: the third variable: string1 ◀ loaded from rougail-test + - :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write/00_7choice_quote.md b/tests/results/test_namespace_read_write/00_7choice_quote.md new file mode 100644 index 00000000..807cb900 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7choice_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_read_write/00_7help.md b/tests/results/test_namespace_read_write/00_7help.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_7help_quote.md b/tests/results/test_namespace_read_write/00_7help_quote.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7help_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_7help_sup.md b/tests/results/test_namespace_read_write/00_7help_sup.md new file mode 100644 index 00000000..4d3461f3 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7help_sup.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first : string1 ◀ loaded from rougail-test + - :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote.md b/tests/results/test_namespace_read_write/00_7value_doublequote.md new file mode 100644 index 00000000..02ea7785 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7value_doublequote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote2.md b/tests/results/test_namespace_read_write/00_7value_doublequote2.md new file mode 100644 index 00000000..150a2807 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7value_doublequote2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote3.md b/tests/results/test_namespace_read_write/00_7value_doublequote3.md new file mode 100644 index 00000000..a2329465 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7value_doublequote3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_namespace_read_write/00_7value_quote.md b/tests/results/test_namespace_read_write/00_7value_quote.md new file mode 100644 index 00000000..b27fe2b9 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7value_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_read_write/00_8calculation_information.md b/tests/results/test_namespace_read_write/00_8calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write/00_8calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_8calculation_namespace.md b/tests/results/test_namespace_read_write/00_8calculation_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_8calculation_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_read_write/00_8calculation_param_namespace.md b/tests/results/test_namespace_read_write/00_8calculation_param_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_8calculation_param_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_read_write/00_8test.md b/tests/results/test_namespace_read_write/00_8test.md new file mode 100644 index 00000000..a4a93d7c --- /dev/null +++ b/tests/results/test_namespace_read_write/00_8test.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: test ◀ loaded from rougail-test + - :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the third variable: test1 ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_9choice_variable_multi.md b/tests/results/test_namespace_read_write/00_9choice_variable_multi.md new file mode 100644 index 00000000..41e4dfe6 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_9choice_variables.md b/tests/results/test_namespace_read_write/00_9choice_variables.md new file mode 100644 index 00000000..912e7f07 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9choice_variables.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_namespace_read_write/00_9default_calculation.md b/tests/results/test_namespace_read_write/00_9default_calculation.md new file mode 100644 index 00000000..6e0bfaa0 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_information.md b/tests/results/test_namespace_read_write/00_9default_calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.md b/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.md b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.md b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional_default.md b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e1ed61d5 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_optional.md b/tests/results/test_namespace_read_write/00_9default_calculation_optional.md new file mode 100644 index 00000000..a7a67c00 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.md b/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..688bc5af --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.md b/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..063691d7 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write/00_9default_information_other_variable.md b/tests/results/test_namespace_read_write/00_9default_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_9default_information_other_variable2.md b/tests/results/test_namespace_read_write/00_9default_information_other_variable2.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_information_other_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_9default_integer.md b/tests/results/test_namespace_read_write/00_9default_integer.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write/00_9default_number.md b/tests/results/test_namespace_read_write/00_9default_number.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_number.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write/00_9extra.md b/tests/results/test_namespace_read_write/00_9extra.md new file mode 100644 index 00000000..36c29e33 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9extra.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: rougail) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write/00_9extra_calculation.md b/tests/results/test_namespace_read_write/00_9extra_calculation.md new file mode 100644 index 00000000..c562fe8a --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9extra_calculation.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :open_file_folder: extra + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/00_9extra_ouside.md b/tests/results/test_namespace_read_write/00_9extra_ouside.md new file mode 100644 index 00000000..5cbd00bd --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9extra_ouside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value in extra) diff --git a/tests/results/test_namespace_read_write/01_6boolean_multi.md b/tests/results/test_namespace_read_write/01_6boolean_multi.md new file mode 100644 index 00000000..890b37b9 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6boolean_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write/01_6custom_multi.md b/tests/results/test_namespace_read_write/01_6custom_multi.md new file mode 100644 index 00000000..03c72bf8 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6custom_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/01_6float_multi.md b/tests/results/test_namespace_read_write/01_6float_multi.md new file mode 100644 index 00000000..ae1e5d07 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6float_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/01_6integer_multi.md b/tests/results/test_namespace_read_write/01_6integer_multi.md new file mode 100644 index 00000000..f4cbdc64 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6integer_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/01_6integer_multi_mandatory.md b/tests/results/test_namespace_read_write/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..b302e9ab --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6integer_multi_mandatory.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/01_6string_empty.md b/tests/results/test_namespace_read_write/01_6string_empty.md new file mode 100644 index 00000000..d48bfc50 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6string_empty.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/01_6string_multi.md b/tests/results/test_namespace_read_write/01_6string_multi.md new file mode 100644 index 00000000..bfce09b7 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6string_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/01_6string_multi_length.md b/tests/results/test_namespace_read_write/01_6string_multi_length.md new file mode 100644 index 00000000..07754b3e --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6string_multi_length.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/01_7value_multi_doublequote.md b/tests/results/test_namespace_read_write/01_7value_multi_doublequote.md new file mode 100644 index 00000000..f7a2ddcc --- /dev/null +++ b/tests/results/test_namespace_read_write/01_7value_multi_doublequote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.md b/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..51944c96 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/01_7value_multi_quote.md b/tests/results/test_namespace_read_write/01_7value_multi_quote.md new file mode 100644 index 00000000..d3c77c8f --- /dev/null +++ b/tests/results/test_namespace_read_write/01_7value_multi_quote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/01_8calculation_information_multi.md b/tests/results/test_namespace_read_write/01_8calculation_information_multi.md new file mode 100644 index 00000000..d44da6ad --- /dev/null +++ b/tests/results/test_namespace_read_write/01_8calculation_information_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/01_9choice_variable_multi.md b/tests/results/test_namespace_read_write/01_9choice_variable_multi.md new file mode 100644 index 00000000..a8326bee --- /dev/null +++ b/tests/results/test_namespace_read_write/01_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/01_9choice_variable_optional.md b/tests/results/test_namespace_read_write/01_9choice_variable_optional.md new file mode 100644 index 00000000..a48f5f45 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_9choice_variable_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write/02_0tags.md b/tests/results/test_namespace_read_write/02_0tags.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_read_write/02_0tags.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_0type_param.md b/tests/results/test_namespace_read_write/04_0type_param.md new file mode 100644 index 00000000..18c8fa89 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_0type_param.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write/04_0type_param_integer.md b/tests/results/test_namespace_read_write/04_0type_param_integer.md new file mode 100644 index 00000000..4449d33f --- /dev/null +++ b/tests/results/test_namespace_read_write/04_0type_param_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write/04_1auto_save.md b/tests/results/test_namespace_read_write/04_1auto_save.md new file mode 100644 index 00000000..8e0d9204 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1auto_save.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: an auto save variable: no diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.md b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..a81ffd07 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.md b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..1590ca5e --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: yes diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.md b/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden.md b/tests/results/test_namespace_read_write/04_1default_calculation_hidden.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.md b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_3.md b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..48c39d75 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_4.md b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..d8c7a9b7 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_4.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_5.md b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..12033178 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_5.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_6.md b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..985cb473 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_6.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation.md b/tests/results/test_namespace_read_write/04_5disabled_calculation.md new file mode 100644 index 00000000..5429e690 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_boolean.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..e6d444ba --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_boolean.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_default.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_default.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_default.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.md new file mode 100644 index 00000000..6a4a72d5 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..fb293928 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_optional_default.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..911eff8b --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional_default.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable10.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable10.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..a462cd35 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..eb426c71 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable5.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable5.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable6.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable7.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable7.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable8.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable9.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable9.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation.md b/tests/results/test_namespace_read_write/04_5hidden_calculation.md new file mode 100644 index 00000000..33a8132a --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation2.md b/tests/results/test_namespace_read_write/04_5hidden_calculation2.md new file mode 100644 index 00000000..7ebee86b --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.md b/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/04_5validators.md b/tests/results/test_namespace_read_write/04_5validators.md new file mode 100644 index 00000000..07cacf5d --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_5validators_differ.md b/tests/results/test_namespace_read_write/04_5validators_differ.md new file mode 100644 index 00000000..5fd982c3 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators_differ.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) + - :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write/04_5validators_multi.md b/tests/results/test_namespace_read_write/04_5validators_multi.md new file mode 100644 index 00000000..5e479f0b --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_5validators_multi2.md b/tests/results/test_namespace_read_write/04_5validators_multi2.md new file mode 100644 index 00000000..d39f4735 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators_multi2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write/04_5validators_multi3.md b/tests/results/test_namespace_read_write/04_5validators_multi3.md new file mode 100644 index 00000000..9ccf53ad --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators_multi3.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write/04_5validators_warnings.md b/tests/results/test_namespace_read_write/04_5validators_warnings.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators_warnings.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_read_write/04_5validators_warnings_all.md b/tests/results/test_namespace_read_write/04_5validators_warnings_all.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators_warnings_all.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_read_write/05_0multi_not_uniq.md b/tests/results/test_namespace_read_write/05_0multi_not_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_read_write/05_0multi_not_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/05_0multi_uniq.md b/tests/results/test_namespace_read_write/05_0multi_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_read_write/05_0multi_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/12_1auto_save_expert.md b/tests/results/test_namespace_read_write/12_1auto_save_expert.md new file mode 100644 index 00000000..70329de2 --- /dev/null +++ b/tests/results/test_namespace_read_write/12_1auto_save_expert.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace_read_write/16_0redefine_description.md b/tests/results/test_namespace_read_write/16_0redefine_description.md new file mode 100644 index 00000000..41640d4f --- /dev/null +++ b/tests/results/test_namespace_read_write/16_0redefine_description.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16_2family_redefine_calculation.md b/tests/results/test_namespace_read_write/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/16_2family_redefine_disabled.md b/tests/results/test_namespace_read_write/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/16_3family_empty_at_ends.md b/tests/results/test_namespace_read_write/16_3family_empty_at_ends.md new file mode 100644 index 00000000..d4cd08a8 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_3family_empty_at_ends.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16_5exists_nonexists.md b/tests/results/test_namespace_read_write/16_5exists_nonexists.md new file mode 100644 index 00000000..7c554062 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5exists_nonexists.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write/16_5exists_redefine.md b/tests/results/test_namespace_read_write/16_5exists_redefine.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/16_5redefine_calculation.md b/tests/results/test_namespace_read_write/16_5redefine_calculation.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write/16_5redefine_choice.md b/tests/results/test_namespace_read_write/16_5redefine_choice.md new file mode 100644 index 00000000..2e22c970 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_choice.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16_5redefine_default.md b/tests/results/test_namespace_read_write/16_5redefine_default.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_default.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write/16_5redefine_default_calculation.md b/tests/results/test_namespace_read_write/16_5redefine_default_calculation.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16_5redefine_family.md b/tests/results/test_namespace_read_write/16_5redefine_family.md new file mode 100644 index 00000000..e66a0f40 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16_5redefine_help.md b/tests/results/test_namespace_read_write/16_5redefine_help.md new file mode 100644 index 00000000..ad0a42bf --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16_5redefine_hidden.md b/tests/results/test_namespace_read_write/16_5redefine_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/16_5redefine_multi.md b/tests/results/test_namespace_read_write/16_5redefine_multi.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.md b/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16_5test_redefine.md b/tests/results/test_namespace_read_write/16_5test_redefine.md new file mode 100644 index 00000000..a10d019d --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5test_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16_6choice_redefine.md b/tests/results/test_namespace_read_write/16_6choice_redefine.md new file mode 100644 index 00000000..46540373 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_6choice_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write/16_6exists_family.md b/tests/results/test_namespace_read_write/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/16_6exists_redefine_family.md b/tests/results/test_namespace_read_write/16_6exists_redefine_family.md new file mode 100644 index 00000000..b9c88d1e --- /dev/null +++ b/tests/results/test_namespace_read_write/16_6exists_redefine_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16exists_exists.md b/tests/results/test_namespace_read_write/16exists_exists.md new file mode 100644 index 00000000..2f8e2a9b --- /dev/null +++ b/tests/results/test_namespace_read_write/16exists_exists.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/17_5redefine_leadership.md b/tests/results/test_namespace_read_write/17_5redefine_leadership.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/20_0empty_family.md b/tests/results/test_namespace_read_write/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/20_0family_append.md b/tests/results/test_namespace_read_write/20_0family_append.md new file mode 100644 index 00000000..1c0878b3 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0family_append.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/20_0family_underscore.md b/tests/results/test_namespace_read_write/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/20_0multi_family.md b/tests/results/test_namespace_read_write/20_0multi_family.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0multi_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/20_0multi_family_basic.md b/tests/results/test_namespace_read_write/20_0multi_family_basic.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0multi_family_basic.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/20_0multi_family_expert.md b/tests/results/test_namespace_read_write/20_0multi_family_expert.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0multi_family_expert.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/20_0multi_family_order.md b/tests/results/test_namespace_read_write/20_0multi_family_order.md new file mode 100644 index 00000000..d23b8332 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0multi_family_order.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/20_0validators_differ_redefine.md b/tests/results/test_namespace_read_write/20_0validators_differ_redefine.md new file mode 100644 index 00000000..c68cc8ff --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0validators_differ_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write/20_1empty_subfamily.md b/tests/results/test_namespace_read_write/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/20_2family_looks_like_dynamic.md b/tests/results/test_namespace_read_write/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..a8ecdfa7 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_2family_looks_like_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write/20_2family_looks_like_variable.md b/tests/results/test_namespace_read_write/20_2family_looks_like_variable.md new file mode 100644 index 00000000..897a8517 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_2family_looks_like_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write/20_9default_information_parent.md b/tests/results/test_namespace_read_write/20_9default_information_parent.md new file mode 100644 index 00000000..2593a43d --- /dev/null +++ b/tests/results/test_namespace_read_write/20_9default_information_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition.md b/tests/results/test_namespace_read_write/24_0family_hidden_condition.md new file mode 100644 index 00000000..a75b0d33 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.md b/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.md new file mode 100644 index 00000000..47a2cbf7 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :open_file_folder: a family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.md b/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..c88c8c63 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..2125bc98 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.md b/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.md new file mode 100644 index 00000000..e467f821 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a second conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a family: {} 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 b852e8e4..0ce5e7a1 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,10 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 a first conditional variable: true ◀ loaded from rougail-test (⏳ false) - ┗━━ 📓 a second conditional variable: true ◀ loaded from rougail-test (⏳ false) + ┣━━ 📓 a second conditional variable: true ◀ loaded from rougail-test (⏳ false) + ┗━━ 📓 a family: {} diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..60626190 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/24_0family_mandatory_condition.md b/tests/results/test_namespace_read_write/24_0family_mandatory_condition.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_mandatory_condition.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.md b/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..4b589b44 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/24_7validators_variable_optional.md b/tests/results/test_namespace_read_write/24_7validators_variable_optional.md new file mode 100644 index 00000000..40fc3001 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_7validators_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.md b/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/40_0leadership.md b/tests/results/test_namespace_read_write/40_0leadership.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/40_0leadership_diff_name.md b/tests/results/test_namespace_read_write/40_0leadership_diff_name.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_diff_name.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/40_0leadership_empty.md b/tests/results/test_namespace_read_write/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.md b/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..953e4883 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.md b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.md new file mode 100644 index 00000000..7403107d --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.md b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.md new file mode 100644 index 00000000..324444f2 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.md b/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..e6ed0273 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write/40_0leadership_leader_follower.md b/tests/results/test_namespace_read_write/40_0leadership_leader_follower.md new file mode 100644 index 00000000..a061374c --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_leader_follower.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.md b/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..7effd208 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/40_0leadership_reduce.md b/tests/results/test_namespace_read_write/40_0leadership_reduce.md new file mode 100644 index 00000000..42bd1dff --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_reduce.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/40_1leadership_append_follower.md b/tests/results/test_namespace_read_write/40_1leadership_append_follower.md new file mode 100644 index 00000000..152651e6 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_1leadership_append_follower.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/40_2leadership_calculation_index.md b/tests/results/test_namespace_read_write/40_2leadership_calculation_index.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write/40_2leadership_calculation_index_2.md b/tests/results/test_namespace_read_write/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_index_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.md b/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.md new file mode 100644 index 00000000..3614be1f --- /dev/null +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.md b/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.md new file mode 100644 index 00000000..09b0881e --- /dev/null +++ b/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a first follower: string1 ◀ loaded from rougail-test + - :notebook: a second follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a first follower: string2 ◀ loaded from rougail-test + - :notebook: a second follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a first follower: string3 ◀ loaded from rougail-test + - :notebook: a second follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/40_6leadership_follower_multi.md b/tests/results/test_namespace_read_write/40_6leadership_follower_multi.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_6leadership_follower_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_namespace_read_write/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/40_8calculation_boolean.md b/tests/results/test_namespace_read_write/40_8calculation_boolean.md new file mode 100644 index 00000000..5d0bf2a5 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) + - :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.md b/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.md new file mode 100644 index 00000000..e1149f92 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a second variable: true ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/40_8calculation_integer.md b/tests/results/test_namespace_read_write/40_8calculation_integer.md new file mode 100644 index 00000000..259e6b92 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_integer.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: first integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :notebook: second integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 4) diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable.md b/tests/results/test_namespace_read_write/40_8calculation_multi_variable.md new file mode 100644 index 00000000..daeb8aef --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.md b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..ae20c911 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.md b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..8c12caae --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_namespace_read_write/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..731f3677 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..54330a19 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..49302e24 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..5673a7f6 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test + - :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..5c02b640 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..cd610233 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-variable.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..b633c9f0 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-variable.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..73f20381 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,29 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..c7e3530e --- /dev/null +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write/41_0choice_leader.md b/tests/results/test_namespace_read_write/41_0choice_leader.md new file mode 100644 index 00000000..476885ac --- /dev/null +++ b/tests/results/test_namespace_read_write/41_0choice_leader.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/44_0leadership_hidden.md b/tests/results/test_namespace_read_write/44_0leadership_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.md b/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.md b/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.md b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.md new file mode 100644 index 00000000..f6e8a31d --- /dev/null +++ b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower_index.md b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..865de6f5 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write/44_4leadership_mandatory.md b/tests/results/test_namespace_read_write/44_4leadership_mandatory.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_4leadership_mandatory.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.md b/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.md b/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..c23fba50 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.md b/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..e7eefdbf --- /dev/null +++ b/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.md b/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.md new file mode 100644 index 00000000..0146c6b1 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic.md b/tests/results/test_namespace_read_write/60_0family_dynamic.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.md b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.md new file mode 100644 index 00000000..e52e4cc9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.md b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.md new file mode 100644 index 00000000..42f07baf --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.md b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.md new file mode 100644 index 00000000..20097627 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.md b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.md new file mode 100644 index 00000000..2a3e7710 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.md b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.md b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_empty.md b/tests/results/test_namespace_read_write/60_0family_dynamic_empty.md new file mode 100644 index 00000000..7059e693 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.md b/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..fc1b2d1b --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty.md b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty.md new file mode 100644 index 00000000..8049ba8a --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.md b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.md new file mode 100644 index 00000000..4c762078 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.md b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..69331323 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.md b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..26cb5c18 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_source_hidden.md b/tests/results/test_namespace_read_write/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..4feb820b --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_source_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_static.md b/tests/results/test_namespace_read_write/60_0family_dynamic_static.md new file mode 100644 index 00000000..85868b55 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_static.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_test.md b/tests/results/test_namespace_read_write/60_0family_dynamic_test.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_test.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_upper_char.md b/tests/results/test_namespace_read_write/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..9ba03d6a --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_upper_char.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.md b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..658b2882 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_optional.md b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..69a6c1a0 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.md b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..a77fdc6d --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..c08885e8 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_read_write/60_0family_empty.md b/tests/results/test_namespace_read_write/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/60_0family_hidden.md b/tests/results/test_namespace_read_write/60_0family_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write/60_0family_mode.md b/tests/results/test_namespace_read_write/60_0family_mode.md new file mode 100644 index 00000000..e64c4fc8 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_mode.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.md b/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..d89ebc8c --- /dev/null +++ b/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..63c9d37e --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..8ab36214 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..b6adb3e4 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..965dabf7 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.md b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..4d9fd33f --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..3781ded9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.md new file mode 100644 index 00000000..13749ae2 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.md new file mode 100644 index 00000000..bf3f976c --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_description.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..1a0ae738 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_description.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..144fa099 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..c278d473 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..2471f240 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: dynval1: {} + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test 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 48379a65..55dd8df3 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,7 +1,9 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┣━━ 📓 dynval1: {}  ┗━━ 📂 dynval2   ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.md new file mode 100644 index 00000000..ed1d0242 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test 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 index 094ce312..97bed2b8 100644 --- 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 @@ -1,9 +1,12 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test  ┃ ┗━━ val2 ◀ loaded from rougail-test + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.md new file mode 100644 index 00000000..2a900a61 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.md new file mode 100644 index 00000000..1d6619e3 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.md new file mode 100644 index 00000000..616d7484 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.sh index 13a6c817..e699c860 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.sh @@ -1,5 +1,6 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: @@ -7,4 +8,6 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)  ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: string1 ◀ loaded from rougail-test (⏳ a value) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.md new file mode 100644 index 00000000..2b5a31ac --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.sh index bbe10057..654015b9 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -1,5 +1,6 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: @@ -7,4 +8,6 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)  ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: true ◀ loaded from rougail-test (⏳ true) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.md new file mode 100644 index 00000000..23aa4899 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: a second value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.sh index a1c5f460..1e9c580b 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.sh +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -1,5 +1,6 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: @@ -7,6 +8,8 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)  ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated:   ┣━━ string1 ◀ loaded from rougail-test (⏳ a value)   ┣━━ string2 ◀ loaded from rougail-test (⏳ a second value) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..a0a6724d --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..b9877673 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..54b72de2 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..7e2ca9d8 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.md b/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..5be27424 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.md b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.md new file mode 100644 index 00000000..e0711e71 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.md b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.md new file mode 100644 index 00000000..b08c4eb3 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.md @@ -0,0 +1,34 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - val3 ◀ loaded from rougail-test + - val4 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.md new file mode 100644 index 00000000..6f42fec7 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.md new file mode 100644 index 00000000..b8544bae --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.md new file mode 100644 index 00000000..7acbb3b3 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.md new file mode 100644 index 00000000..d54e75b9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..746028e0 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..7474a697 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_inside.md b/tests/results/test_namespace_read_write/60_6family_dynamic_inside.md new file mode 100644 index 00000000..a4c046a7 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_inside.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.md b/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.md new file mode 100644 index 00000000..23b9d8f8 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.md b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..9ae7efeb --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.md b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..d264e6ad --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.md b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.md b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0_2.md b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0_2.md new file mode 100644 index 00000000..ee896739 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0_2.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.md b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.md new file mode 100644 index 00000000..8717fe86 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.md b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.md new file mode 100644 index 00000000..12725719 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.md @@ -0,0 +1,46 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string3) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string3) diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi.md b/tests/results/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi2.md b/tests/results/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi2.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi2.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_9extra_dynamic.md b/tests/results/test_namespace_read_write/60_9extra_dynamic.md new file mode 100644 index 00000000..63eee2dc --- /dev/null +++ b/tests/results/test_namespace_read_write/60_9extra_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: extra + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.md b/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.md new file mode 100644 index 00000000..50d613f7 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: général + - :notebook: No change: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: extra + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.md b/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..6339c134 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/68_0family_leadership_mode.md b/tests/results/test_namespace_read_write/68_0family_leadership_mode.md new file mode 100644 index 00000000..ddc22098 --- /dev/null +++ b/tests/results/test_namespace_read_write/68_0family_leadership_mode.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_errors/00_0empty.md b/tests/results/test_namespace_read_write_errors/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/00_0no_variable.md b/tests/results/test_namespace_read_write_errors/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/00_0no_variable_default_version.md b/tests/results/test_namespace_read_write_errors/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/00_0no_variable_remove_version.md b/tests/results/test_namespace_read_write_errors/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/00_0version_underscore.md b/tests/results/test_namespace_read_write_errors/00_0version_underscore.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_0version_underscore.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/00_1empty_variable.md b/tests/results/test_namespace_read_write_errors/00_1empty_variable.md new file mode 100644 index 00000000..67a02652 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_1empty_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: empty: null diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated.md new file mode 100644 index 00000000..36a84a43 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: no + - :notebook: a second variable: + - no diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated_multi.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated_multi.md new file mode 100644 index 00000000..919f0d0d --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - no + - yes + - maybe + - :notebook: a second variable: + - no + - yes + - maybe diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated_params_permissive.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..87815603 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_params_permissive.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: a_value diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable.md new file mode 100644 index 00000000..da7961bd --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: [] + - :notebook: a second variable: [] diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable.sh b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable.sh index ad27a877..c6d7342a 100644 --- a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable.sh +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a first variable: - ┗━━ 📓 a second variable: + ┣━━ 📓 a first variable: [] + ┗━━ 📓 a second variable: [] diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_description.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..9c057129 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_description.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..b3e70f5f --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: null + - :notebook: a second variable: null + - :notebook: a new variable: null diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_transitive.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..da7961bd --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_transitive.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: [] + - :notebook: a second variable: [] diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_transitive.sh index ad27a877..c6d7342a 100644 --- a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_transitive.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a first variable: - ┗━━ 📓 a second variable: + ┣━━ 📓 a first variable: [] + ┗━━ 📓 a second variable: [] diff --git a/tests/results/test_namespace_read_write_errors/00_4load_subfolder.md b/tests/results/test_namespace_read_write_errors/00_4load_subfolder.md new file mode 100644 index 00000000..dd7da7f5 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_4load_subfolder.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/00_5load_notype.md b/tests/results/test_namespace_read_write_errors/00_5load_notype.md new file mode 100644 index 00000000..96c54544 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_5load_notype.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: non diff --git a/tests/results/test_namespace_read_write_errors/00_6boolean.md b/tests/results/test_namespace_read_write_errors/00_6boolean.md new file mode 100644 index 00000000..712dbd83 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: true + - :notebook: the second variable: true + - :notebook: the third variable: true + - :notebook: the forth variable: false + - :notebook: the fifth variable: false + - :notebook: the sixth variable: false diff --git a/tests/results/test_namespace_read_write_errors/00_6boolean_no_mandatory.md b/tests/results/test_namespace_read_write_errors/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..5100dbef --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6boolean_no_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: true diff --git a/tests/results/test_namespace_read_write_errors/00_6choice.md b/tests/results/test_namespace_read_write_errors/00_6choice.md new file mode 100644 index 00000000..6692bed6 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6choice.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: null + - :notebook: the third variable: null + - :notebook: the forth variable: null + - :notebook: the fifth variable: a + - :notebook: the sixth variable: 1 diff --git a/tests/results/test_namespace_read_write_errors/00_6choice_calculation.md b/tests/results/test_namespace_read_write_errors/00_6choice_calculation.md new file mode 100644 index 00000000..4c916d24 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6choice_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 9 diff --git a/tests/results/test_namespace_read_write_errors/00_6choice_link.md b/tests/results/test_namespace_read_write_errors/00_6choice_link.md new file mode 100644 index 00000000..6fd2ea03 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6choice_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: null diff --git a/tests/results/test_namespace_read_write_errors/00_6choice_variable.md b/tests/results/test_namespace_read_write_errors/00_6choice_variable.md new file mode 100644 index 00000000..f28765e8 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6choice_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - a + - b + - c + - :notebook: a first variable: a diff --git a/tests/results/test_namespace_read_write_errors/00_6choice_variable_link.md b/tests/results/test_namespace_read_write_errors/00_6choice_variable_link.md new file mode 100644 index 00000000..16a6f5bb --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6choice_variable_link.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - a + - b + - c + - :notebook: a first variable: a + - :notebook: a third variable: a diff --git a/tests/results/test_namespace_read_write_errors/00_6choice_variable_link2.md b/tests/results/test_namespace_read_write_errors/00_6choice_variable_link2.md new file mode 100644 index 00000000..04019e05 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6choice_variable_link2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - a + - b + - c + - :notebook: a first variable: a + - :open_file_folder: family + - :notebook: a third variable: a diff --git a/tests/results/test_namespace_read_write_errors/00_6custom.md b/tests/results/test_namespace_read_write_errors/00_6custom.md new file mode 100644 index 00000000..d7f403a7 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6custom.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the seconf variable: value diff --git a/tests/results/test_namespace_read_write_errors/00_6domainname.md b/tests/results/test_namespace_read_write_errors/00_6domainname.md new file mode 100644 index 00000000..359b1455 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6domainname.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_errors/00_6domainname_params.md b/tests/results/test_namespace_read_write_errors/00_6domainname_params.md new file mode 100644 index 00000000..359b1455 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6domainname_params.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_errors/00_6float.md b/tests/results/test_namespace_read_write_errors/00_6float.md new file mode 100644 index 00000000..a3ef5ebc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6float.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 0.0 + - :notebook: the second variable: 0.0 + - :notebook: the third variable: 0.0 + - :notebook: the forth variable: 10.1 + - :notebook: the fifth variable: 10.1 + - :notebook: the sixth variable: 10.1 diff --git a/tests/results/test_namespace_read_write_errors/00_6integer.md b/tests/results/test_namespace_read_write_errors/00_6integer.md new file mode 100644 index 00000000..de6d792e --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6integer.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 0 + - :notebook: the second variable: 0 + - :notebook: the third variable: 0 + - :notebook: this forth variable: 10 + - :notebook: the fifth variable: 10 + - :notebook: the sixth variable: 10 diff --git a/tests/results/test_namespace_read_write_errors/00_6ip.md b/tests/results/test_namespace_read_write_errors/00_6ip.md new file mode 100644 index 00000000..f04aa668 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6ip.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: an IP: 1.1.1.1 + - :notebook: an IP in CIDR format: 1.1.1.1/24 + - :notebook: an IP in CIDR format with obsolete CIDR type: 1.1.1.1/24 diff --git a/tests/results/test_namespace_read_write_errors/00_6network.md b/tests/results/test_namespace_read_write_errors/00_6network.md new file mode 100644 index 00000000..fb81bb37 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6network.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: an network: 1.1.1.0 + - :notebook: an network in CIDR format: 1.1.1.0/24 + - :notebook: an network in CIDR format with obsolete CIDR type: 1.1.1.0/24 diff --git a/tests/results/test_namespace_read_write_errors/00_6number.md b/tests/results/test_namespace_read_write_errors/00_6number.md new file mode 100644 index 00000000..de6d792e --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6number.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 0 + - :notebook: the second variable: 0 + - :notebook: the third variable: 0 + - :notebook: this forth variable: 10 + - :notebook: the fifth variable: 10 + - :notebook: the sixth variable: 10 diff --git a/tests/results/test_namespace_read_write_errors/00_6port.md b/tests/results/test_namespace_read_write_errors/00_6port.md new file mode 100644 index 00000000..d5eb7e98 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6port.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a port variable: null + - :notebook: a port variable with default value: 8080 + - :notebook: a port variable with integer default value: 8080 diff --git a/tests/results/test_namespace_read_write_errors/00_6regexp.md b/tests/results/test_namespace_read_write_errors/00_6regexp.md new file mode 100644 index 00000000..7dd5f9d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6regexp.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_errors/00_6regexp_link.md b/tests/results/test_namespace_read_write_errors/00_6regexp_link.md new file mode 100644 index 00000000..38088965 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6regexp_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #a1a1a1 + - :notebook: a second variable: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_errors/00_6secret.md b/tests/results/test_namespace_read_write_errors/00_6secret.md new file mode 100644 index 00000000..688a8a37 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6secret.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: value diff --git a/tests/results/test_namespace_read_write_errors/00_6secret_param.md b/tests/results/test_namespace_read_write_errors/00_6secret_param.md new file mode 100644 index 00000000..514311ca --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6secret_param.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: value + - :notebook: the third variable: value diff --git a/tests/results/test_namespace_read_write_errors/00_6string.md b/tests/results/test_namespace_read_write_errors/00_6string.md new file mode 100644 index 00000000..c5147e9e --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_6string.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: null + - :notebook: the third variable: null + - :notebook: the forth variable: value + - :notebook: the fifth variable: value + - :notebook: the sixth variable: value + - :notebook: the seventh variable: 8080 + - :notebook: the height variable: true diff --git a/tests/results/test_namespace_read_write_errors/00_7choice_quote.md b/tests/results/test_namespace_read_write_errors/00_7choice_quote.md new file mode 100644 index 00000000..bc508ad8 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_7choice_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: quote' diff --git a/tests/results/test_namespace_read_write_errors/00_7help.md b/tests/results/test_namespace_read_write_errors/00_7help.md new file mode 100644 index 00000000..6fd2ea03 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_7help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: null diff --git a/tests/results/test_namespace_read_write_errors/00_7help_quote.md b/tests/results/test_namespace_read_write_errors/00_7help_quote.md new file mode 100644 index 00000000..6fd2ea03 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_7help_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: null diff --git a/tests/results/test_namespace_read_write_errors/00_7help_sup.md b/tests/results/test_namespace_read_write_errors/00_7help_sup.md new file mode 100644 index 00000000..abe0f6bd --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_7help_sup.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first : null + - :notebook: the second : null diff --git a/tests/results/test_namespace_read_write_errors/00_7value_doublequote.md b/tests/results/test_namespace_read_write_errors/00_7value_doublequote.md new file mode 100644 index 00000000..debb6e79 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_7value_doublequote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: quote" diff --git a/tests/results/test_namespace_read_write_errors/00_7value_doublequote2.md b/tests/results/test_namespace_read_write_errors/00_7value_doublequote2.md new file mode 100644 index 00000000..e5444eaf --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_7value_doublequote2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: quote'" diff --git a/tests/results/test_namespace_read_write_errors/00_7value_doublequote3.md b/tests/results/test_namespace_read_write_errors/00_7value_doublequote3.md new file mode 100644 index 00000000..f8e9a8ca --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_7value_doublequote3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: quote\"\' diff --git a/tests/results/test_namespace_read_write_errors/00_7value_quote.md b/tests/results/test_namespace_read_write_errors/00_7value_quote.md new file mode 100644 index 00000000..730ada11 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_7value_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: quote' diff --git a/tests/results/test_namespace_read_write_errors/00_8calculation_information.md b/tests/results/test_namespace_read_write_errors/00_8calculation_information.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_8calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/00_8calculation_namespace.md b/tests/results/test_namespace_read_write_errors/00_8calculation_namespace.md new file mode 100644 index 00000000..9af558a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_8calculation_namespace.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: Rougail diff --git a/tests/results/test_namespace_read_write_errors/00_8calculation_param_namespace.md b/tests/results/test_namespace_read_write_errors/00_8calculation_param_namespace.md new file mode 100644 index 00000000..9af558a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_8calculation_param_namespace.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: Rougail diff --git a/tests/results/test_namespace_read_write_errors/00_8test.md b/tests/results/test_namespace_read_write_errors/00_8test.md new file mode 100644 index 00000000..d2454da2 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_8test.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: value + - :notebook: the third variable: null + - :notebook: the forth variable: null + - :notebook: the fifth variable: true + - :notebook: the sixth variable: [] diff --git a/tests/results/test_namespace_read_write_errors/00_8test.sh b/tests/results/test_namespace_read_write_errors/00_8test.sh index 855ebc46..06f76453 100644 --- a/tests/results/test_namespace_read_write_errors/00_8test.sh +++ b/tests/results/test_namespace_read_write_errors/00_8test.sh @@ -8,4 +8,4 @@ Variables:  ┣━━ 📓 the third variable: null  ┣━━ 📓 the forth variable: null  ┣━━ 📓 the fifth variable: true - ┗━━ 📓 the sixth variable: + ┗━━ 📓 the sixth variable: [] diff --git a/tests/results/test_namespace_read_write_errors/00_9choice_variable_multi.md b/tests/results/test_namespace_read_write_errors/00_9choice_variable_multi.md new file mode 100644 index 00000000..da7961bd --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9choice_variable_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: [] + - :notebook: a second variable: [] diff --git a/tests/results/test_namespace_read_write_errors/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_errors/00_9choice_variable_multi.sh index ad27a877..c6d7342a 100644 --- a/tests/results/test_namespace_read_write_errors/00_9choice_variable_multi.sh +++ b/tests/results/test_namespace_read_write_errors/00_9choice_variable_multi.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a first variable: - ┗━━ 📓 a second variable: + ┣━━ 📓 a first variable: [] + ┗━━ 📓 a second variable: [] diff --git a/tests/results/test_namespace_read_write_errors/00_9choice_variables.md b/tests/results/test_namespace_read_write_errors/00_9choice_variables.md new file mode 100644 index 00000000..def794d3 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9choice_variables.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first source variable: val1 + - :notebook: the second source variable: val2 + - :notebook: a variable: val1 diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation.md new file mode 100644 index 00000000..49979d27 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string_1_True_ diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_information.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_information.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_information_other_variable.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..9c057129 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..d4cc0d6f --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: val1 + - :notebook: my_calculated_variable: + - val1 diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional2.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..d4cc0d6f --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: val1 + - :notebook: my_calculated_variable: + - val1 diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional_default.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..8e8df206 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: val1 + - :notebook: my_calculated_variable: + - val1 + - value diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional.md new file mode 100644 index 00000000..d1e5ac15 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_calculated_variable: [] diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional.sh index 8a1e23f5..8641ab5e 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional.sh +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 my_calculated_variable: + ┗━━ 📓 my_calculated_variable: [] diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional_exists.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..376e9612 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional_exists.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: + - val1 + - val2 + - :notebook: my_calculated_variable: + - val1 + - val2 diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_param_optional.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..8b648c40 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_param_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: no + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write_errors/00_9default_information_other_variable.md b/tests/results/test_namespace_read_write_errors/00_9default_information_other_variable.md new file mode 100644 index 00000000..9c057129 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9default_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/00_9default_information_other_variable2.md b/tests/results/test_namespace_read_write_errors/00_9default_information_other_variable2.md new file mode 100644 index 00000000..9c057129 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9default_information_other_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/00_9default_integer.md b/tests/results/test_namespace_read_write_errors/00_9default_integer.md new file mode 100644 index 00000000..4c916d24 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9default_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 9 diff --git a/tests/results/test_namespace_read_write_errors/00_9default_number.md b/tests/results/test_namespace_read_write_errors/00_9default_number.md new file mode 100644 index 00000000..4c916d24 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9default_number.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 9 diff --git a/tests/results/test_namespace_read_write_errors/00_9extra.md b/tests/results/test_namespace_read_write_errors/00_9extra.md new file mode 100644 index 00000000..5e678dc4 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9extra.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: rougail +- :open_file_folder: extra + - :notebook: a variable: no diff --git a/tests/results/test_namespace_read_write_errors/00_9extra_calculation.md b/tests/results/test_namespace_read_write_errors/00_9extra_calculation.md new file mode 100644 index 00000000..8fe20255 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9extra_calculation.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: value +- :open_file_folder: extra + - :notebook: a first variable: value + - :notebook: a second variable: value + - :notebook: a third variable: value diff --git a/tests/results/test_namespace_read_write_errors/00_9extra_ouside.md b/tests/results/test_namespace_read_write_errors/00_9extra_ouside.md new file mode 100644 index 00000000..92752c54 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/00_9extra_ouside.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: value in extra +- :open_file_folder: extra + - :notebook: a variable: value in extra diff --git a/tests/results/test_namespace_read_write_errors/01_6boolean_multi.md b/tests/results/test_namespace_read_write_errors/01_6boolean_multi.md new file mode 100644 index 00000000..0b216e19 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_6boolean_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - true + - :notebook: the second variable: + - true + - :notebook: the third variable: + - true + - :notebook: the forth variable: + - false + - :notebook: the fifth variable: + - false + - :notebook: the sixth variable: + - false + - :notebook: the seventh variable: + - true + - :notebook: the eighth variable: + - true diff --git a/tests/results/test_namespace_read_write_errors/01_6custom_multi.md b/tests/results/test_namespace_read_write_errors/01_6custom_multi.md new file mode 100644 index 00000000..c1f2196c --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_6custom_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first custom variable: [] + - :notebook: a second custom variable: + - value diff --git a/tests/results/test_namespace_read_write_errors/01_6custom_multi.sh b/tests/results/test_namespace_read_write_errors/01_6custom_multi.sh index 20dcc0b2..8bdd6bb6 100644 --- a/tests/results/test_namespace_read_write_errors/01_6custom_multi.sh +++ b/tests/results/test_namespace_read_write_errors/01_6custom_multi.sh @@ -3,6 +3,6 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a first custom variable: + ┣━━ 📓 a first custom variable: []  ┗━━ 📓 a second custom variable:   ┗━━ value diff --git a/tests/results/test_namespace_read_write_errors/01_6float_multi.md b/tests/results/test_namespace_read_write_errors/01_6float_multi.md new file mode 100644 index 00000000..f4493be9 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_6float_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 0.0 + - :notebook: the second variable: + - 0.0 + - :notebook: the third variable: + - 0.0 + - :notebook: the forth variable: + - 10.1 + - :notebook: the fifth variable: + - 10.1 + - :notebook: the sixth variable: + - 10.1 + - :notebook: the seventh variable: + - 0.0 + - :notebook: the eighth variable: + - 0.0 diff --git a/tests/results/test_namespace_read_write_errors/01_6integer_multi.md b/tests/results/test_namespace_read_write_errors/01_6integer_multi.md new file mode 100644 index 00000000..cf481f3e --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_6integer_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 0 + - :notebook: the second variable: + - 0 + - :notebook: the third variable: + - 0 + - :notebook: the forth variable: + - 10 + - :notebook: the fifth variable: + - 10 + - :notebook: the sixth variable: + - 10 + - :notebook: the seventh variable: + - 0 + - :notebook: the eighth variable: + - 0 diff --git a/tests/results/test_namespace_read_write_errors/01_6integer_multi_mandatory.md b/tests/results/test_namespace_read_write_errors/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..69427670 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_6integer_multi_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: [] diff --git a/tests/results/test_namespace_read_write_errors/01_6integer_multi_mandatory.sh b/tests/results/test_namespace_read_write_errors/01_6integer_multi_mandatory.sh index 12f56710..470675c8 100644 --- a/tests/results/test_namespace_read_write_errors/01_6integer_multi_mandatory.sh +++ b/tests/results/test_namespace_read_write_errors/01_6integer_multi_mandatory.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 the first variable: + ┗━━ 📓 the first variable: [] diff --git a/tests/results/test_namespace_read_write_errors/01_6string_empty.md b/tests/results/test_namespace_read_write_errors/01_6string_empty.md new file mode 100644 index 00000000..f29d500b --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_6string_empty.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the second variable: + - value + - null diff --git a/tests/results/test_namespace_read_write_errors/01_6string_multi.md b/tests/results/test_namespace_read_write_errors/01_6string_multi.md new file mode 100644 index 00000000..66557544 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_6string_multi.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: [] + - :notebook: the second variable: [] + - :notebook: the third variable: [] + - :notebook: the forth variable: + - value + - :notebook: the fifth variable: + - value + - :notebook: the sixth variable: + - value + - :notebook: the seventh variable: + - value + - :notebook: the eighth variable: + - value diff --git a/tests/results/test_namespace_read_write_errors/01_6string_multi.sh b/tests/results/test_namespace_read_write_errors/01_6string_multi.sh index 53c91be5..1a5fa61a 100644 --- a/tests/results/test_namespace_read_write_errors/01_6string_multi.sh +++ b/tests/results/test_namespace_read_write_errors/01_6string_multi.sh @@ -3,9 +3,9 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 the first variable: - ┣━━ 📓 the second variable: - ┣━━ 📓 the third variable: + ┣━━ 📓 the first variable: [] + ┣━━ 📓 the second variable: [] + ┣━━ 📓 the third variable: []  ┣━━ 📓 the forth variable:  ┃ ┗━━ value  ┣━━ 📓 the fifth variable: diff --git a/tests/results/test_namespace_read_write_errors/01_6string_multi_length.md b/tests/results/test_namespace_read_write_errors/01_6string_multi_length.md new file mode 100644 index 00000000..afd2e0b3 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_6string_multi_length.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable: + - val1 + - val2 + - val3 + - :notebook: the variable: + - val4 + - val5 diff --git a/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote.md b/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote.md new file mode 100644 index 00000000..0b30b3c3 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - quote" diff --git a/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote2.md b/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..a07f36b1 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - quote'" diff --git a/tests/results/test_namespace_read_write_errors/01_7value_multi_quote.md b/tests/results/test_namespace_read_write_errors/01_7value_multi_quote.md new file mode 100644 index 00000000..28ba8631 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_7value_multi_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - quote' diff --git a/tests/results/test_namespace_read_write_errors/01_8calculation_information_multi.md b/tests/results/test_namespace_read_write_errors/01_8calculation_information_multi.md new file mode 100644 index 00000000..f42c0b10 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_8calculation_information_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: [] diff --git a/tests/results/test_namespace_read_write_errors/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write_errors/01_8calculation_information_multi.sh index 16dfe108..b11db984 100644 --- a/tests/results/test_namespace_read_write_errors/01_8calculation_information_multi.sh +++ b/tests/results/test_namespace_read_write_errors/01_8calculation_information_multi.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a variable: + ┗━━ 📓 a variable: [] diff --git a/tests/results/test_namespace_read_write_errors/01_9choice_variable_multi.md b/tests/results/test_namespace_read_write_errors/01_9choice_variable_multi.md new file mode 100644 index 00000000..9763f3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - a + - b + - c + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/01_9choice_variable_optional.md b/tests/results/test_namespace_read_write_errors/01_9choice_variable_optional.md new file mode 100644 index 00000000..931f4f8f --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/01_9choice_variable_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: c diff --git a/tests/results/test_namespace_read_write_errors/02_0tags.md b/tests/results/test_namespace_read_write_errors/02_0tags.md new file mode 100644 index 00000000..6fd2ea03 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/02_0tags.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: null diff --git a/tests/results/test_namespace_read_write_errors/04_0type_param.md b/tests/results/test_namespace_read_write_errors/04_0type_param.md new file mode 100644 index 00000000..0d73c499 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_0type_param.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited number: 10 diff --git a/tests/results/test_namespace_read_write_errors/04_0type_param_integer.md b/tests/results/test_namespace_read_write_errors/04_0type_param_integer.md new file mode 100644 index 00000000..15216cab --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_0type_param_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited integer: 10 diff --git a/tests/results/test_namespace_read_write_errors/04_1auto_save.md b/tests/results/test_namespace_read_write_errors/04_1auto_save.md new file mode 100644 index 00000000..8e0d9204 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_1auto_save.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: an auto save variable: no diff --git a/tests/results/test_namespace_read_write_errors/04_1auto_save_and_calculated.md b/tests/results/test_namespace_read_write_errors/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..1e7415ca --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_1auto_save_and_calculated.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: no + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write_errors/04_1auto_save_and_calculated_hidden.md b/tests/results/test_namespace_read_write_errors/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..22da8fe3 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: no + - :notebook: a second variable: yes diff --git a/tests/results/test_namespace_read_write_errors/04_1auto_save_and_hidden.md b/tests/results/test_namespace_read_write_errors/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden.md b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden.md new file mode 100644 index 00000000..90bd1437 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a third variable: value diff --git a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_2.md b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..90bd1437 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a third variable: value diff --git a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_3.md b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..a7cbfe81 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a third variable: value diff --git a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_4.md b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..60d81071 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: null + - :notebook: a third variable: value diff --git a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_5.md b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..71354cd6 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_5.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value diff --git a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_6.md b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..dc3ae2d8 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_6.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a third variable: null diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation.md new file mode 100644 index 00000000..821a44fe --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: no + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_boolean.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..0cf0aa13 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_boolean.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: no + - :notebook: a first variable: null diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_default.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_default.md new file mode 100644 index 00000000..da0e78a4 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_default.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no + - :notebook: a first variable: no + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_multi.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_multi.md new file mode 100644 index 00000000..a491462b --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: no + - :notebook: a first variable: [] + - :notebook: a second variable: [] diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_multi.sh index a2ce3b2f..8b7a9c59 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_multi.sh +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_multi.sh @@ -4,5 +4,5 @@ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 a conditional variable: no - ┣━━ 📓 a first variable: - ┗━━ 📓 a second variable: + ┣━━ 📓 a first variable: [] + ┗━━ 📓 a second variable: [] diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_optional.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..642ae679 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_optional_default.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..e5336696 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_optional_default.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: false + - :notebook: a first variable: null + - :notebook: a second variable: null + - :notebook: a forth variable: null diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..dbb2394b --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: false + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable10.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..88c909e7 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable10.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable2.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..88c909e7 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable3.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..f5af6dc5 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: yes diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable4.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..fba2d7f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: yes + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable5.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable5.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable6.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable7.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..dbb2394b --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable7.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: false + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable8.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable9.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable9.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable_multi.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..2cb61b12 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: false + - :notebook: a variable: [] diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable_multi.sh index cb9f5dd3..5ff4346f 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable_multi.sh @@ -4,4 +4,4 @@ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 a condition: false - ┗━━ 📓 a variable: + ┗━━ 📓 a variable: [] diff --git a/tests/results/test_namespace_read_write_errors/04_5hidden_calculation.md b/tests/results/test_namespace_read_write_errors/04_5hidden_calculation.md new file mode 100644 index 00000000..a009e697 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5hidden_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the condition: no + - :notebook: a first variable: no + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write_errors/04_5hidden_calculation2.md b/tests/results/test_namespace_read_write_errors/04_5hidden_calculation2.md new file mode 100644 index 00000000..642ae679 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5hidden_calculation2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no diff --git a/tests/results/test_namespace_read_write_errors/04_5hidden_calculation_default_calculation.md b/tests/results/test_namespace_read_write_errors/04_5hidden_calculation_default_calculation.md new file mode 100644 index 00000000..da0e78a4 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5hidden_calculation_default_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no + - :notebook: a first variable: no + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write_errors/04_5validators.md b/tests/results/test_namespace_read_write_errors/04_5validators.md new file mode 100644 index 00000000..7452bf8c --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5validators.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: null diff --git a/tests/results/test_namespace_read_write_errors/04_5validators_differ.md b/tests/results/test_namespace_read_write_errors/04_5validators_differ.md new file mode 100644 index 00000000..1232bb68 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5validators_differ.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: oui + - :notebook: A second variable: no diff --git a/tests/results/test_namespace_read_write_errors/04_5validators_multi.md b/tests/results/test_namespace_read_write_errors/04_5validators_multi.md new file mode 100644 index 00000000..07456d09 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5validators_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - no + - yes diff --git a/tests/results/test_namespace_read_write_errors/04_5validators_multi2.md b/tests/results/test_namespace_read_write_errors/04_5validators_multi2.md new file mode 100644 index 00000000..07456d09 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5validators_multi2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - no + - yes diff --git a/tests/results/test_namespace_read_write_errors/04_5validators_multi3.md b/tests/results/test_namespace_read_write_errors/04_5validators_multi3.md new file mode 100644 index 00000000..f3050c85 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5validators_multi3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - 0 + - 1 + - 2 diff --git a/tests/results/test_namespace_read_write_errors/04_5validators_warnings.md b/tests/results/test_namespace_read_write_errors/04_5validators_warnings.md new file mode 100644 index 00000000..447f311f --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5validators_warnings.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1000 diff --git a/tests/results/test_namespace_read_write_errors/04_5validators_warnings_all.md b/tests/results/test_namespace_read_write_errors/04_5validators_warnings_all.md new file mode 100644 index 00000000..447f311f --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/04_5validators_warnings_all.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1000 diff --git a/tests/results/test_namespace_read_write_errors/05_0multi_not_uniq.md b/tests/results/test_namespace_read_write_errors/05_0multi_not_uniq.md new file mode 100644 index 00000000..fa1288d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/05_0multi_not_uniq.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - non diff --git a/tests/results/test_namespace_read_write_errors/05_0multi_uniq.md b/tests/results/test_namespace_read_write_errors/05_0multi_uniq.md new file mode 100644 index 00000000..fa1288d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/05_0multi_uniq.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - non diff --git a/tests/results/test_namespace_read_write_errors/12_1auto_save_expert.md b/tests/results/test_namespace_read_write_errors/12_1auto_save_expert.md new file mode 100644 index 00000000..70329de2 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/12_1auto_save_expert.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace_read_write_errors/16_0redefine_description.md b/tests/results/test_namespace_read_write_errors/16_0redefine_description.md new file mode 100644 index 00000000..80518a0b --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_0redefine_description.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: Redefined: null diff --git a/tests/results/test_namespace_read_write_errors/16_2family_redefine_calculation.md b/tests/results/test_namespace_read_write_errors/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/16_2family_redefine_disabled.md b/tests/results/test_namespace_read_write_errors/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/16_3family_empty_at_ends.md b/tests/results/test_namespace_read_write_errors/16_3family_empty_at_ends.md new file mode 100644 index 00000000..70e01e84 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_3family_empty_at_ends.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: var1: null diff --git a/tests/results/test_namespace_read_write_errors/16_5exists_nonexists.md b/tests/results/test_namespace_read_write_errors/16_5exists_nonexists.md new file mode 100644 index 00000000..a45a7467 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_5exists_nonexists.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no + - :notebook: a new variable: yes diff --git a/tests/results/test_namespace_read_write_errors/16_5exists_redefine.md b/tests/results/test_namespace_read_write_errors/16_5exists_redefine.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_calculation.md b/tests/results/test_namespace_read_write_errors/16_5redefine_calculation.md new file mode 100644 index 00000000..31a62c12 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: yes diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_choice.md b/tests/results/test_namespace_read_write_errors/16_5redefine_choice.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_choice.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_default.md b/tests/results/test_namespace_read_write_errors/16_5redefine_default.md new file mode 100644 index 00000000..31a62c12 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_default.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: yes diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_default_calculation.md b/tests/results/test_namespace_read_write_errors/16_5redefine_default_calculation.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_family.md b/tests/results/test_namespace_read_write_errors/16_5redefine_family.md new file mode 100644 index 00000000..3d86a6c7 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_help.md b/tests/results/test_namespace_read_write_errors/16_5redefine_help.md new file mode 100644 index 00000000..819d4fa6 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: redefine help: null diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_hidden.md b/tests/results/test_namespace_read_write_errors/16_5redefine_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_multi.md b/tests/results/test_namespace_read_write_errors/16_5redefine_multi.md new file mode 100644 index 00000000..fa1288d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - non diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_remove_disable_calculation.md b/tests/results/test_namespace_read_write_errors/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..bdd1e106 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/16_5test_redefine.md b/tests/results/test_namespace_read_write_errors/16_5test_redefine.md new file mode 100644 index 00000000..f5a5b5d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_5test_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: no + - :notebook: a second variable: non + - :notebook: a third variable: null diff --git a/tests/results/test_namespace_read_write_errors/16_6choice_redefine.md b/tests/results/test_namespace_read_write_errors/16_6choice_redefine.md new file mode 100644 index 00000000..40db79b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_6choice_redefine.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: c diff --git a/tests/results/test_namespace_read_write_errors/16_6exists_family.md b/tests/results/test_namespace_read_write_errors/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/16_6exists_redefine_family.md b/tests/results/test_namespace_read_write_errors/16_6exists_redefine_family.md new file mode 100644 index 00000000..beb727f1 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16_6exists_redefine_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: null + - :open_file_folder: a second family + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/16exists_exists.md b/tests/results/test_namespace_read_write_errors/16exists_exists.md new file mode 100644 index 00000000..ce022a99 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/16exists_exists.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: Description: null diff --git a/tests/results/test_namespace_read_write_errors/17_5redefine_leadership.md b/tests/results/test_namespace_read_write_errors/17_5redefine_leadership.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/20_0empty_family.md b/tests/results/test_namespace_read_write_errors/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/20_0family_append.md b/tests/results/test_namespace_read_write_errors/20_0family_append.md new file mode 100644 index 00000000..84fb74ec --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/20_0family_append.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A family + - :notebook: The first variable: null + - :notebook: The second variable: null diff --git a/tests/results/test_namespace_read_write_errors/20_0family_underscore.md b/tests/results/test_namespace_read_write_errors/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/20_0multi_family.md b/tests/results/test_namespace_read_write_errors/20_0multi_family.md new file mode 100644 index 00000000..7e34a909 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/20_0multi_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/20_0multi_family_basic.md b/tests/results/test_namespace_read_write_errors/20_0multi_family_basic.md new file mode 100644 index 00000000..7e34a909 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/20_0multi_family_basic.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/20_0multi_family_expert.md b/tests/results/test_namespace_read_write_errors/20_0multi_family_expert.md new file mode 100644 index 00000000..7e34a909 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/20_0multi_family_expert.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/20_0multi_family_order.md b/tests/results/test_namespace_read_write_errors/20_0multi_family_order.md new file mode 100644 index 00000000..49e896f6 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/20_0multi_family_order.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a first variable: null + - :open_file_folder: a sub family + - :notebook: a variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/20_0validators_differ_redefine.md b/tests/results/test_namespace_read_write_errors/20_0validators_differ_redefine.md new file mode 100644 index 00000000..1557eb72 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/20_0validators_differ_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: no + - :notebook: a second variable: no + - :notebook: a third variable: yes diff --git a/tests/results/test_namespace_read_write_errors/20_1empty_subfamily.md b/tests/results/test_namespace_read_write_errors/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/20_2family_looks_like_dynamic.md b/tests/results/test_namespace_read_write_errors/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..921699b1 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/20_2family_looks_like_dynamic.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: dynamic: + - val1 + - val2 + - :notebook: a variable: true diff --git a/tests/results/test_namespace_read_write_errors/20_2family_looks_like_variable.md b/tests/results/test_namespace_read_write_errors/20_2family_looks_like_variable.md new file mode 100644 index 00000000..d91e6d5f --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/20_2family_looks_like_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: default: true diff --git a/tests/results/test_namespace_read_write_errors/20_9default_information_parent.md b/tests/results/test_namespace_read_write_errors/20_9default_information_parent.md new file mode 100644 index 00000000..721c0cde --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/20_9default_information_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition.md b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition.md new file mode 100644 index 00000000..3a132bb4 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: no + - :open_file_folder: possibly hidden family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_boolean.md b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_boolean.md new file mode 100644 index 00000000..1376a8e1 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_boolean.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: false diff --git a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_sub_family.md b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..d8d0b8b8 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: no + - :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..3a4c0e08 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: true diff --git a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_with_variable.md b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_with_variable.md new file mode 100644 index 00000000..cf28f11e --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_with_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first conditional variable: false + - :notebook: a second conditional variable: false diff --git a/tests/results/test_namespace_read_write_errors/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_namespace_read_write_errors/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..d13d310c --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: no + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition.md b/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition.md new file mode 100644 index 00000000..bdd1e106 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition_variable.md b/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..c453be34 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/24_7validators_variable_optional.md b/tests/results/test_namespace_read_write_errors/24_7validators_variable_optional.md new file mode 100644 index 00000000..f7103263 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/24_7validators_variable_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a first integer: null + - :notebook: a second integer: 1 diff --git a/tests/results/test_namespace_read_write_errors/24_family_disabled_var_hidden.md b/tests/results/test_namespace_read_write_errors/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership.md b/tests/results/test_namespace_read_write_errors/40_0leadership.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_0leadership.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership.sh b/tests/results/test_namespace_read_write_errors/40_0leadership.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership.sh +++ b/tests/results/test_namespace_read_write_errors/40_0leadership.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_diff_name.md b/tests/results/test_namespace_read_write_errors/40_0leadership_diff_name.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_diff_name.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write_errors/40_0leadership_diff_name.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership_diff_name.sh +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_diff_name.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_empty.md b/tests/results/test_namespace_read_write_errors/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_calculation.md b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_calculation.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_calculation.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti.md b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti.md new file mode 100644 index 00000000..ccfe6f69 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: leader + - :notebook: a follower1: + - value + - :notebook: a follower2: + - value1 + - value2 diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti_calculation.md b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti_calculation.md new file mode 100644 index 00000000..91d24977 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti_calculation.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: leader + - :notebook: the follower1: + - value + - :notebook: the follower2: + - value diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_value.md b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_value.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_value.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_value.sh +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_value.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_leader_follower.md b/tests/results/test_namespace_read_write_errors/40_0leadership_leader_follower.md new file mode 100644 index 00000000..cde476dd --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_leader_follower.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: value1 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: value2 diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_leader_not_multi.md b/tests/results/test_namespace_read_write_errors/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..b80315cc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_leader_not_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: general + - :notebook: No change: non + - :open_file_folder: general1 + - :open_file_folder: leader: [] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write_errors/40_0leadership_leader_not_multi.sh index 3650c1b0..e36044ee 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_leader_not_multi.sh @@ -6,3 +6,4 @@ Variables:  ┣━━ 📂 general  ┃ ┗━━ 📓 No change: non  ┗━━ 📂 general1 +  ┗━━ 📂 leader: [] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_reduce.md b/tests/results/test_namespace_read_write_errors/40_0leadership_reduce.md new file mode 100644 index 00000000..04191711 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_reduce.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value_1 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value_2 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value_3 + - :notebook: a follower: null diff --git a/tests/results/test_namespace_read_write_errors/40_1leadership_append_follower.md b/tests/results/test_namespace_read_write_errors/40_1leadership_append_follower.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_1leadership_append_follower.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write_errors/40_1leadership_append_follower.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_errors/40_1leadership_append_follower.sh +++ b/tests/results/test_namespace_read_write_errors/40_1leadership_append_follower.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index.md b/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index.md new file mode 100644 index 00000000..7a42f955 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: a + - :notebook: a follower: 0 + - :open_file_folder: a leader + - :notebook: a leader: b + - :notebook: a follower: 1 + - :open_file_folder: a leader + - :notebook: a leader: c + - :notebook: a follower: 2 diff --git a/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index_2.md b/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..7a42f955 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: a + - :notebook: a follower: 0 + - :open_file_folder: a leader + - :notebook: a leader: b + - :notebook: a follower: 1 + - :open_file_folder: a leader + - :notebook: a leader: c + - :notebook: a follower: 2 diff --git a/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_param_index.md b/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_param_index.md new file mode 100644 index 00000000..41371f5b --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_param_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a leader + - :notebook: a leader: a + - :notebook: a follower: 0 + - :open_file_folder: a leader + - :notebook: a leader: b + - :notebook: a follower: 1 + - :open_file_folder: a leader + - :notebook: a leader: c + - :notebook: a follower: 2 diff --git a/tests/results/test_namespace_read_write_errors/40_2leadership_leader_calculation.md b/tests/results/test_namespace_read_write_errors/40_2leadership_leader_calculation.md new file mode 100644 index 00000000..9cc93d49 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_2leadership_leader_calculation.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 + - :notebook: a first follower: null + - :notebook: a second follower: null + - :open_file_folder: a leader + - :notebook: a leader: val2 + - :notebook: a first follower: null + - :notebook: a second follower: null diff --git a/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi.md b/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi.md new file mode 100644 index 00000000..10805d4e --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi.sh index b73fb7e6..806332f5 100644 --- a/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi.sh +++ b/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 A leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..10805d4e --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi_no_mandatory.sh index b73fb7e6..806332f5 100644 --- a/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi_no_mandatory.sh +++ b/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi_no_mandatory.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 A leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/40_8calculation_boolean.md b/tests/results/test_namespace_read_write_errors/40_8calculation_boolean.md new file mode 100644 index 00000000..b6b33125 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_8calculation_boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: false + - :notebook: a first multi variable: + - false + - :notebook: a second multi variable: + - true + - false diff --git a/tests/results/test_namespace_read_write_errors/40_8calculation_boolean_return_none.md b/tests/results/test_namespace_read_write_errors/40_8calculation_boolean_return_none.md new file mode 100644 index 00000000..64cbe7a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_8calculation_boolean_return_none.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: yes + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/40_8calculation_integer.md b/tests/results/test_namespace_read_write_errors/40_8calculation_integer.md new file mode 100644 index 00000000..596c16bf --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_8calculation_integer.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: false + - :notebook: first integer variable: 2 + - :notebook: second integer variable: 3 diff --git a/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable.md b/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable.md new file mode 100644 index 00000000..379cc2e7 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - no + - yes + - :notebook: a second variable: no + - :notebook: a third variable: yes diff --git a/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable_parent.md b/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..39c6e5ba --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no + - :open_file_folder: a family + - :notebook: a calculated variable: no diff --git a/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable_parent2.md b/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..6b606abe --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: first family + - :notebook: a variable: no + - :open_file_folder: second family + - :notebook: a variable: no diff --git a/tests/results/test_namespace_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_namespace_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..31fb6baf --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: + - value1 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: + - value2 diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..3274b560 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :notebook: a calculated variable: + - val11 diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..3274b560 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :notebook: a calculated variable: + - val11 diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..ba607335 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: a + - :notebook: follower: null + - :open_file_folder: leader + - :notebook: leader: b + - :notebook: follower: null + - :notebook: variable: + - null + - null diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..a8232b50 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :notebook: a calculated variable: + - val11 + - val11 diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..f5c518c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :notebook: a calculated variable: value1 diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..1fb8c959 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :notebook: a calculated variable: value2 diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..df6d611d --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :notebook: a calculated variable: + - value1 + - value2 diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..9bfdd125 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a calculated variable: + - value1 + - value2 + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..7ce4f1b0 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: null + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: null + - :notebook: a follower: val + - :open_file_folder: a leader + - :notebook: a leader: null + - :notebook: a follower: val diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..4c72cf72 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: null + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: + - value1 + - value2 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: + - value1 + - value2 diff --git a/tests/results/test_namespace_read_write_errors/41_0choice_leader.md b/tests/results/test_namespace_read_write_errors/41_0choice_leader.md new file mode 100644 index 00000000..f0e33edb --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/41_0choice_leader.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: The leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/41_0choice_leader.sh b/tests/results/test_namespace_read_write_errors/41_0choice_leader.sh index b73fb7e6..d3ef1e47 100644 --- a/tests/results/test_namespace_read_write_errors/41_0choice_leader.sh +++ b/tests/results/test_namespace_read_write_errors/41_0choice_leader.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 The leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/44_0leadership_hidden.md b/tests/results/test_namespace_read_write_errors/44_0leadership_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/44_0leadership_leader_hidden.md b/tests/results/test_namespace_read_write_errors/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/44_1leadership_append_hidden_follower.md b/tests/results/test_namespace_read_write_errors/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower.md b/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower.md new file mode 100644 index 00000000..4245954d --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: a + - :notebook: a follower: null diff --git a/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower_index.md b/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..35b4b358 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: a + - :open_file_folder: aleader + - :notebook: aleader: b + - :notebook: a follower: value diff --git a/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory.md b/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory.sh +++ b/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory_follower.md b/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory_follower.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory_follower.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory_follower.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/44_5leadership_leader_hidden_calculation.md b/tests/results/test_namespace_read_write_errors/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..642ae679 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no diff --git a/tests/results/test_namespace_read_write_errors/44_6leadership_follower_disabled_calculation.md b/tests/results/test_namespace_read_write_errors/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..b3635a9e --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: yes + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write_errors/44_6leadership_follower_disabled_calculation.sh index b0c7267f..85eaeec2 100644 --- a/tests/results/test_namespace_read_write_errors/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_namespace_read_write_errors/44_6leadership_follower_disabled_calculation.sh @@ -3,4 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a condition: yes + ┣━━ 📓 a condition: yes + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/44_9calculated_default_leadership_leader.md b/tests/results/test_namespace_read_write_errors/44_9calculated_default_leadership_leader.md new file mode 100644 index 00000000..39f5d3f5 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/44_9calculated_default_leadership_leader.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: a leader + - :notebook: a leader: a + - :open_file_folder: a leader + - :notebook: a leader: b + - :notebook: a follower: b diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic.md new file mode 100644 index 00000000..74e70692 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0.md new file mode 100644 index 00000000..cf164dcd --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_empty.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_empty.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_empty.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type.md new file mode 100644 index 00000000..b9fcc8ff --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: dynval1 + - :notebook: A dyn variable: null + - :open_file_folder: dynval2 + - :notebook: A dyn variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type_empty.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type_empty.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type_empty.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..74e70692 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1_empty.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1_empty.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_empty.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_empty.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_empty.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_forbidden_char.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..f0ec67cb --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val.1 + - val.2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val.1 + - :notebook: A dynamic variable: val.1 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val.2 + - :notebook: A dynamic variable: val.2 diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_integer_empty.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_integer_empty.md new file mode 100644 index 00000000..d5421d65 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_integer_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_integer_empty.sh b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_integer_empty.sh index 6833c036..f063e69e 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_integer_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_integer_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a suffix variable: + ┣━━ 📓 a suffix variable: []  ┗━━ 📓 a variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_number.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_number.md new file mode 100644 index 00000000..e2da47a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_number.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 + - 2 + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val + - :notebook: a variable: val diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..74bf14e7 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: var: null + - :open_file_folder: A dynamic family + - :notebook: var: null diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description_empty.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description_empty.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_source_hidden.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..7e508e30 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_source_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_static.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_static.md new file mode 100644 index 00000000..41984dae --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_static.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: null + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: null diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_test.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_test.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_test.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_test.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_test.sh +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_test.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_upper_char.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..bfd5da64 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_upper_char.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - Val1 + - VAL2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_empty.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..9da60bfc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_empty.sh index 6e332eeb..b40e1201 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a suffix variable: + ┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_optional.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..15e56a71 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..3bbca25c --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: a value + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: a value diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix_empty.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_empty.md b/tests/results/test_namespace_read_write_errors/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/60_0family_hidden.md b/tests/results/test_namespace_read_write_errors/60_0family_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_errors/60_0family_mode.md b/tests/results/test_namespace_read_write_errors/60_0family_mode.md new file mode 100644 index 00000000..598fce72 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_0family_mode.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: A variable: non diff --git a/tests/results/test_namespace_read_write_errors/60_1family_dynamic_jinja.md b/tests/results/test_namespace_read_write_errors/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..3d6b1fd2 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_1family_dynamic_jinja.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: val + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: val diff --git a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..889f1561 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: null + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..d775c4cb --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: val1 + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: val2 + - :notebook: a varible outside dynamic family: val1 diff --git a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..e5120dc2 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: [] + - :notebook: a varible outside dynamic family: null diff --git a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index 261554a5..ba3018a0 100644 --- a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a identifier variable: + ┣━━ 📓 a identifier variable: []  ┗━━ 📓 a varible outside dynamic family: null diff --git a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..b14a8b92 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh index 67548faf..b5c2cb28 100644 --- a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a suffix variable: + ┣━━ 📓 a suffix variable: []  ┗━━ 📓 a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc.md b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..fbc62525 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: val + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: val + - :notebook: a second variable: val diff --git a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..20edaa6b --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: [] + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc_empty.sh index b347fd55..e0ca1989 100644 --- a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a suffx variable: + ┣━━ 📓 a suffx variable: []  ┗━━ 📓 a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2.md new file mode 100644 index 00000000..95064fa2 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :notebook: a second variable: null + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: val + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: val diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2_empty.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2_empty.md new file mode 100644 index 00000000..6525c0f6 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2_empty.sh index 40843323..fe973ea7 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 A suffix variable: + ┣━━ 📓 A suffix variable: []  ┗━━ 📓 a second variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_description.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..ea46456d --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_description.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: null + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: null + - :notebook: A new variable: null + - :notebook: A new variable: + - null + - null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix.md new file mode 100644 index 00000000..cbb9244a --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null + - :notebook: A variable calculated: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..d26249bb --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: val1 + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: val2 diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..9da60bfc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2_empty.sh index 6e332eeb..b40e1201 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a suffix variable: + ┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..cac63bd7 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: dynval1: {} + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled.sh index 08696ee0..56e0d67d 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled.sh @@ -3,5 +3,6 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┣━━ 📓 dynval1: {}  ┗━━ 📂 dynval2   ┗━━ 📓 A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled2.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled2.md new file mode 100644 index 00000000..07ae3d66 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] + - :notebook: A variable calculated: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled2.sh index 71f6662e..78a2535a 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled2.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled2.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 A suffix variable: + ┣━━ 📓 A suffix variable: []  ┗━━ 📓 A variable calculated: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty.md new file mode 100644 index 00000000..07ae3d66 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] + - :notebook: A variable calculated: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty.sh index 71f6662e..78a2535a 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 A suffix variable: + ┣━━ 📓 A suffix variable: []  ┗━━ 📓 A variable calculated: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_2.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_2.md new file mode 100644 index 00000000..07ae3d66 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] + - :notebook: A variable calculated: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_2.sh index 71f6662e..78a2535a 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_2.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_2.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 A suffix variable: + ┣━━ 📓 A suffix variable: []  ┗━━ 📓 A variable calculated: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_3.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_3.md new file mode 100644 index 00000000..7c5f64c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A variable calculated: null + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_3.sh index ca4a47df..25095f6a 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_3.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_3.sh @@ -4,4 +4,4 @@ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 A variable calculated: null - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden.md new file mode 100644 index 00000000..fa7fc337 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: a value diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden.sh index d046d1e5..ba9b581a 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden.sh @@ -6,4 +6,6 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1  ┃ ┗━━ val2 + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: a value diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_boolean.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_boolean.md new file mode 100644 index 00000000..7cf6ace3 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: true diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh index 8ff9fd35..3191b15c 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -6,4 +6,6 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1  ┃ ┗━━ val2 + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: true diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_multi.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_multi.md new file mode 100644 index 00000000..fe280431 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: + - a value + - a second value diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh index ff072b7a..f4abb0f2 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -6,6 +6,8 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1  ┃ ┗━━ val2 + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated:   ┣━━ a value   ┗━━ a second value diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..39512179 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val1 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val2 diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..a37f1f80 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.sh index fa86e1fb..d57be4b9 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A identifier variable: + ┗━━ 📓 A identifier variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..cbb9244a --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null + - :notebook: A variable calculated: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..01d7aac2 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: null + - :notebook: A new variable: null + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: null + - :notebook: A new variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..54478d9c --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: null + - :notebook: A new variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..07ae3d66 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] + - :notebook: A variable calculated: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_empty.sh index 71f6662e..78a2535a 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 A suffix variable: + ┣━━ 📓 A suffix variable: []  ┗━━ 📓 A variable calculated: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_hidden_suffix.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..a9aad974 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a new variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix.md new file mode 100644 index 00000000..7a9e14a4 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a variable 1: val1 + - :notebook: a variable 2: val1 + - :notebook: a variable 3: val1 + - :open_file_folder: a dynamic family + - :notebook: a variable 1: val2 + - :notebook: a variable 2: val2 + - :notebook: a variable 3: val2 diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix_empty.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix_empty.md new file mode 100644 index 00000000..9da60bfc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix_empty.sh index 6e332eeb..b40e1201 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a suffix variable: + ┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside.md new file mode 100644 index 00000000..f49cd04f --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val1 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val2 + - :notebook: a variable: + - val1 + - val2 diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2.md new file mode 100644 index 00000000..51e33e5e --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - val1 + - val2 + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val1 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val2 diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2_empty.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2_empty.md new file mode 100644 index 00000000..eeac8ddf --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: [] + - :notebook: a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2_empty.sh index 6d156089..6c04516e 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2_empty.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a variable: - ┗━━ 📓 a suffix variable: + ┣━━ 📓 a variable: [] + ┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_1_0.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_1_0.md new file mode 100644 index 00000000..f49cd04f --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_1_0.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val1 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val2 + - :notebook: a variable: + - val1 + - val2 diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_empty.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_empty.md new file mode 100644 index 00000000..74702339 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] + - :notebook: a variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_empty.sh index b11243b7..3bda513d 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_empty.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a suffix variable: - ┗━━ 📓 a variable: + ┣━━ 📓 a suffix variable: [] + ┗━━ 📓 a variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja.md new file mode 100644 index 00000000..f49cd04f --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val1 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val2 + - :notebook: a variable: + - val1 + - val2 diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja_empty.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja_empty.md new file mode 100644 index 00000000..74702339 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] + - :notebook: a variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja_empty.sh index b11243b7..3bda513d 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a suffix variable: - ┗━━ 📓 a variable: + ┣━━ 📓 a suffix variable: [] + ┗━━ 📓 a variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix.md new file mode 100644 index 00000000..3019c50b --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: val1 + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: val2 + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: val1 + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: val2 + - :notebook: a variable: + - val1 + - val2 diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.md new file mode 100644 index 00000000..74702339 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] + - :notebook: a variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh index b11243b7..3bda513d 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a suffix variable: - ┗━━ 📓 a variable: + ┣━━ 📓 a suffix variable: [] + ┗━━ 📓 a variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..09daddfe --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val1 + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val2 + - :notebook: a variable: val1 diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..918c605b --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: asuffix variable: [] + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.sh index f7f7d03b..15b0d784 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 asuffix variable: + ┣━━ 📓 asuffix variable: []  ┗━━ 📓 a variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside.md new file mode 100644 index 00000000..9dad8d95 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: value is suffix: val1 + - :notebook: value is first variable: val1 + - :notebook: value is relative first variable: val1 + - :notebook: value is first variable of val1: val1 + - :open_file_folder: a dynamic family + - :notebook: value is suffix: val2 + - :notebook: value is first variable: val2 + - :notebook: value is relative first variable: val2 + - :notebook: value is first variable of val1: val1 diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside_empty.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside_empty.md new file mode 100644 index 00000000..9da60bfc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside_empty.sh index 6e332eeb..b40e1201 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a suffix variable: + ┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..b56e9982 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership: [] + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership.sh index fcbec923..08e557b8 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership.sh +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership.sh @@ -7,4 +7,6 @@ Variables:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a leadership: []  ┗━━ 📂 a dynamic family +  ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership_empty.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..9da60bfc --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership_empty.sh index 6e332eeb..b40e1201 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a suffix variable: + ┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic.md new file mode 100644 index 00000000..54e58d62 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic.md @@ -0,0 +1,35 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 + - tval2 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval1 + - :notebook: identifier from first family: val1 + - :notebook: merge identifiers: val1-tval1 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval2 + - :notebook: identifier from first family: val1 + - :notebook: merge identifiers: val1-tval2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 + - tval2 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval1 + - :notebook: identifier from first family: val2 + - :notebook: merge identifiers: val2-tval1 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval2 + - :notebook: identifier from first family: val2 + - :notebook: merge identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_1_0.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_1_0.md new file mode 100644 index 00000000..54e58d62 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_1_0.md @@ -0,0 +1,35 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 + - tval2 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval1 + - :notebook: identifier from first family: val1 + - :notebook: merge identifiers: val1-tval1 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval2 + - :notebook: identifier from first family: val1 + - :notebook: merge identifiers: val1-tval2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 + - tval2 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval1 + - :notebook: identifier from first family: val2 + - :notebook: merge identifiers: val2-tval1 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval2 + - :notebook: identifier from first family: val2 + - :notebook: merge identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_1_0_2.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_1_0_2.md new file mode 100644 index 00000000..de6145cd --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_1_0_2.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty.md new file mode 100644 index 00000000..a37f1f80 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty.sh index fa86e1fb..d57be4b9 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty.sh +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A identifier variable: + ┗━━ 📓 A identifier variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty2.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty2.md new file mode 100644 index 00000000..66f3066d --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [] + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty2.sh index a5aad875..2af59e92 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty2.sh +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty2.sh @@ -7,6 +7,6 @@ Variables:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 A dynamic family - ┃ ┗━━ 📓 A dynamic variable: + ┃ ┗━━ 📓 A dynamic variable: []  ┗━━ 📂 A dynamic family -  ┗━━ 📓 A dynamic variable: +  ┗━━ 📓 A dynamic variable: [] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi.md new file mode 100644 index 00000000..93c0c248 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null + - :notebook: A variable calculated: + - null + - null diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi2.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi2.md new file mode 100644 index 00000000..93c0c248 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi2.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null + - :notebook: A variable calculated: + - null + - null diff --git a/tests/results/test_namespace_read_write_errors/60_9extra_dynamic.md b/tests/results/test_namespace_read_write_errors/60_9extra_dynamic.md new file mode 100644 index 00000000..6cab68f2 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_9extra_dynamic.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - a +- :open_file_folder: extra + - :open_file_folder: dyn_a + - :notebook: var: null diff --git a/tests/results/test_namespace_read_write_errors/60_9extra_dynamic_extra.md b/tests/results/test_namespace_read_write_errors/60_9extra_dynamic_extra.md new file mode 100644 index 00000000..dfda3d9c --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_9extra_dynamic_extra.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: général + - :notebook: No change: + - a +- :open_file_folder: extra + - :notebook: a variable: + - a + - :open_file_folder: dyn_a + - :notebook: var: null diff --git a/tests/results/test_namespace_read_write_errors/60_9family_dynamic_calc_both.md b/tests/results/test_namespace_read_write_errors/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..58581fe4 --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/60_9family_dynamic_calc_both.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: val2 + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: null + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: null diff --git a/tests/results/test_namespace_read_write_errors/68_0family_leadership_mode.md b/tests/results/test_namespace_read_write_errors/68_0family_leadership_mode.md new file mode 100644 index 00000000..10805d4e --- /dev/null +++ b/tests/results/test_namespace_read_write_errors/68_0family_leadership_mode.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership: [] diff --git a/tests/results/test_namespace_read_write_errors/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write_errors/68_0family_leadership_mode.sh index b73fb7e6..806332f5 100644 --- a/tests/results/test_namespace_read_write_errors/68_0family_leadership_mode.sh +++ b/tests/results/test_namespace_read_write_errors/68_0family_leadership_mode.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 A leadership: [] diff --git a/tests/results/test_namespace_read_write_mandatory/00_0empty.md b/tests/results/test_namespace_read_write_mandatory/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/00_0no_variable.md b/tests/results/test_namespace_read_write_mandatory/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/00_0no_variable_default_version.md b/tests/results/test_namespace_read_write_mandatory/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/00_0no_variable_remove_version.md b/tests/results/test_namespace_read_write_mandatory/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.md b/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_1empty_variable.md b/tests/results/test_namespace_read_write_mandatory/00_1empty_variable.md new file mode 100644 index 00000000..da8af99e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_1empty_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.md new file mode 100644 index 00000000..f11ddfcf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.md new file mode 100644 index 00000000..fb0e8e14 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_params_permissive.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..a14c4b13 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_params_permissive.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_description.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..65cb161f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_description.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..0fca75de --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.md b/tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.md new file mode 100644 index 00000000..ff7bdb9d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_5load_notype.md b/tests/results/test_namespace_read_write_mandatory/00_5load_notype.md new file mode 100644 index 00000000..6fd8d704 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_5load_notype.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6boolean.md b/tests/results/test_namespace_read_write_mandatory/00_6boolean.md new file mode 100644 index 00000000..3675e3e8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.md b/tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..2bc7dff2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice.md b/tests/results/test_namespace_read_write_mandatory/00_6choice.md new file mode 100644 index 00000000..98413c43 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test + - :notebook: the third variable: a ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.md b/tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_link.md b/tests/results/test_namespace_read_write_mandatory/00_6choice_link.md new file mode 100644 index 00000000..210e19ea --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_variable.md b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable.md new file mode 100644 index 00000000..7f4eae65 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link.md b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link.md new file mode 100644 index 00000000..4ad38758 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link2.md b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link2.md new file mode 100644 index 00000000..987640a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6custom.md b/tests/results/test_namespace_read_write_mandatory/00_6custom.md new file mode 100644 index 00000000..a23ac2ed --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6custom.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6domainname.md b/tests/results/test_namespace_read_write_mandatory/00_6domainname.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6domainname.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6domainname_params.md b/tests/results/test_namespace_read_write_mandatory/00_6domainname_params.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6domainname_params.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6float.md b/tests/results/test_namespace_read_write_mandatory/00_6float.md new file mode 100644 index 00000000..3664d0f8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6float.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6integer.md b/tests/results/test_namespace_read_write_mandatory/00_6integer.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6integer.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6ip.md b/tests/results/test_namespace_read_write_mandatory/00_6ip.md new file mode 100644 index 00000000..f6a181ce --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6ip.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) + - :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) + - :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6network.md b/tests/results/test_namespace_read_write_mandatory/00_6network.md new file mode 100644 index 00000000..e0da0a7d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6network.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) + - :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) + - :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6number.md b/tests/results/test_namespace_read_write_mandatory/00_6number.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6number.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6port.md b/tests/results/test_namespace_read_write_mandatory/00_6port.md new file mode 100644 index 00000000..ede37ff7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6port.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a port variable: 80 ◀ loaded from rougail-test + - :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6regexp.md b/tests/results/test_namespace_read_write_mandatory/00_6regexp.md new file mode 100644 index 00000000..384bc831 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6regexp.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6regexp_link.md b/tests/results/test_namespace_read_write_mandatory/00_6regexp_link.md new file mode 100644 index 00000000..39f801e6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6regexp_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) + - :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6secret.md b/tests/results/test_namespace_read_write_mandatory/00_6secret.md new file mode 100644 index 00000000..641ee044 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6secret.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test + - :notebook: the second variable: onE7vaLues_len1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6secret_param.md b/tests/results/test_namespace_read_write_mandatory/00_6secret_param.md new file mode 100644 index 00000000..b9178eb3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6secret_param.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test + - :notebook: the second variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the third variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6string.md b/tests/results/test_namespace_read_write_mandatory/00_6string.md new file mode 100644 index 00000000..eda2d5fa --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6string.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test + - :notebook: the third variable: string1 ◀ loaded from rougail-test + - :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory/00_7choice_quote.md b/tests/results/test_namespace_read_write_mandatory/00_7choice_quote.md new file mode 100644 index 00000000..807cb900 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7choice_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_read_write_mandatory/00_7help.md b/tests/results/test_namespace_read_write_mandatory/00_7help.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_7help_quote.md b/tests/results/test_namespace_read_write_mandatory/00_7help_quote.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7help_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_7help_sup.md b/tests/results/test_namespace_read_write_mandatory/00_7help_sup.md new file mode 100644 index 00000000..4d3461f3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7help_sup.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first : string1 ◀ loaded from rougail-test + - :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.md b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.md new file mode 100644 index 00000000..02ea7785 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.md b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.md new file mode 100644 index 00000000..150a2807 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.md b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.md new file mode 100644 index 00000000..a2329465 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_namespace_read_write_mandatory/00_7value_quote.md b/tests/results/test_namespace_read_write_mandatory/00_7value_quote.md new file mode 100644 index 00000000..b27fe2b9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_read_write_mandatory/00_8calculation_information.md b/tests/results/test_namespace_read_write_mandatory/00_8calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_8calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_8calculation_namespace.md b/tests/results/test_namespace_read_write_mandatory/00_8calculation_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_8calculation_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_read_write_mandatory/00_8calculation_param_namespace.md b/tests/results/test_namespace_read_write_mandatory/00_8calculation_param_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_8calculation_param_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_read_write_mandatory/00_8test.md b/tests/results/test_namespace_read_write_mandatory/00_8test.md new file mode 100644 index 00000000..a4a93d7c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_8test.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: test ◀ loaded from rougail-test + - :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the third variable: test1 ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.md b/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.md new file mode 100644 index 00000000..41e4dfe6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.md b/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.md new file mode 100644 index 00000000..912e7f07 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation.md new file mode 100644 index 00000000..6e0bfaa0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional_default.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e1ed61d5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.md new file mode 100644 index 00000000..a7a67c00 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..688bc5af --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..063691d7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.md b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable2.md b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable2.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_integer.md b/tests/results/test_namespace_read_write_mandatory/00_9default_integer.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_number.md b/tests/results/test_namespace_read_write_mandatory/00_9default_number.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_number.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write_mandatory/00_9extra.md b/tests/results/test_namespace_read_write_mandatory/00_9extra.md new file mode 100644 index 00000000..36c29e33 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9extra.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: rougail) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.md b/tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.md new file mode 100644 index 00000000..c562fe8a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :open_file_folder: extra + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/00_9extra_ouside.md b/tests/results/test_namespace_read_write_mandatory/00_9extra_ouside.md new file mode 100644 index 00000000..5cbd00bd --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9extra_ouside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value in extra) diff --git a/tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.md b/tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.md new file mode 100644 index 00000000..890b37b9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.md b/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.md new file mode 100644 index 00000000..03c72bf8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/01_6float_multi.md b/tests/results/test_namespace_read_write_mandatory/01_6float_multi.md new file mode 100644 index 00000000..ae1e5d07 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6float_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/01_6integer_multi.md b/tests/results/test_namespace_read_write_mandatory/01_6integer_multi.md new file mode 100644 index 00000000..f4cbdc64 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6integer_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/01_6integer_multi_mandatory.md b/tests/results/test_namespace_read_write_mandatory/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..b302e9ab --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6integer_multi_mandatory.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/01_6string_empty.md b/tests/results/test_namespace_read_write_mandatory/01_6string_empty.md new file mode 100644 index 00000000..d48bfc50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6string_empty.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/01_6string_multi.md b/tests/results/test_namespace_read_write_mandatory/01_6string_multi.md new file mode 100644 index 00000000..bfce09b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6string_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/01_6string_multi_length.md b/tests/results/test_namespace_read_write_mandatory/01_6string_multi_length.md new file mode 100644 index 00000000..07754b3e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6string_multi_length.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.md b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.md new file mode 100644 index 00000000..f7a2ddcc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.md b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..51944c96 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.md b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.md new file mode 100644 index 00000000..d3c77c8f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.md b/tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.md new file mode 100644 index 00000000..d44da6ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.md b/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.md new file mode 100644 index 00000000..a8326bee --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_optional.md b/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_optional.md new file mode 100644 index 00000000..a48f5f45 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write_mandatory/02_0tags.md b/tests/results/test_namespace_read_write_mandatory/02_0tags.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/02_0tags.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_0type_param.md b/tests/results/test_namespace_read_write_mandatory/04_0type_param.md new file mode 100644 index 00000000..18c8fa89 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_0type_param.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write_mandatory/04_0type_param_integer.md b/tests/results/test_namespace_read_write_mandatory/04_0type_param_integer.md new file mode 100644 index 00000000..4449d33f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_0type_param_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write_mandatory/04_1auto_save.md b/tests/results/test_namespace_read_write_mandatory/04_1auto_save.md new file mode 100644 index 00000000..8e0d9204 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: an auto save variable: no diff --git a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.md b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..a81ffd07 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.md b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..1590ca5e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: yes diff --git a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.md b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.md b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.md b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_3.md b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..48c39d75 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_4.md b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..d8c7a9b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_4.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_5.md b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..12033178 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_5.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_6.md b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..985cb473 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_6.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.md new file mode 100644 index 00000000..5429e690 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_boolean.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..e6d444ba --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_boolean.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.md new file mode 100644 index 00000000..6a4a72d5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..fb293928 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional_default.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..911eff8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional_default.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable10.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable10.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..a462cd35 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..eb426c71 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable5.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable5.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable6.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable7.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable7.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable8.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable9.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable9.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.md b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.md new file mode 100644 index 00000000..33a8132a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.md b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.md new file mode 100644 index 00000000..7ebee86b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.md b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators.md b/tests/results/test_namespace_read_write_mandatory/04_5validators.md new file mode 100644 index 00000000..07cacf5d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.md b/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.md new file mode 100644 index 00000000..5fd982c3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) + - :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators_multi.md b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi.md new file mode 100644 index 00000000..5e479f0b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.md b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.md new file mode 100644 index 00000000..d39f4735 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators_multi3.md b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi3.md new file mode 100644 index 00000000..9ccf53ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi3.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators_warnings.md b/tests/results/test_namespace_read_write_mandatory/04_5validators_warnings.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_warnings.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators_warnings_all.md b/tests/results/test_namespace_read_write_mandatory/04_5validators_warnings_all.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_warnings_all.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.md b/tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.md b/tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.md b/tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.md new file mode 100644 index 00000000..70329de2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.md b/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.md new file mode 100644 index 00000000..41640d4f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_calculation.md b/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_disabled.md b/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/16_3family_empty_at_ends.md b/tests/results/test_namespace_read_write_mandatory/16_3family_empty_at_ends.md new file mode 100644 index 00000000..d4cd08a8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_3family_empty_at_ends.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.md b/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.md new file mode 100644 index 00000000..7c554062 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory/16_5exists_redefine.md b/tests/results/test_namespace_read_write_mandatory/16_5exists_redefine.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.md new file mode 100644 index 00000000..2e22c970 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_family.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_family.md new file mode 100644 index 00000000..e66a0f40 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_help.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_help.md new file mode 100644 index 00000000..ad0a42bf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_hidden.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16_5test_redefine.md b/tests/results/test_namespace_read_write_mandatory/16_5test_redefine.md new file mode 100644 index 00000000..a10d019d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5test_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.md b/tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.md new file mode 100644 index 00000000..46540373 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write_mandatory/16_6exists_family.md b/tests/results/test_namespace_read_write_mandatory/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.md b/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.md new file mode 100644 index 00000000..b9c88d1e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16exists_exists.md b/tests/results/test_namespace_read_write_mandatory/16exists_exists.md new file mode 100644 index 00000000..2f8e2a9b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16exists_exists.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/17_5redefine_leadership.md b/tests/results/test_namespace_read_write_mandatory/17_5redefine_leadership.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/20_0empty_family.md b/tests/results/test_namespace_read_write_mandatory/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/20_0family_append.md b/tests/results/test_namespace_read_write_mandatory/20_0family_append.md new file mode 100644 index 00000000..1c0878b3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0family_append.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/20_0family_underscore.md b/tests/results/test_namespace_read_write_mandatory/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family.md b/tests/results/test_namespace_read_write_mandatory/20_0multi_family.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.md b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.md b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.md b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.md new file mode 100644 index 00000000..d23b8332 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.md b/tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.md new file mode 100644 index 00000000..c68cc8ff --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.md b/tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/20_2family_looks_like_dynamic.md b/tests/results/test_namespace_read_write_mandatory/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..a8ecdfa7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_2family_looks_like_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory/20_2family_looks_like_variable.md b/tests/results/test_namespace_read_write_mandatory/20_2family_looks_like_variable.md new file mode 100644 index 00000000..897a8517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_2family_looks_like_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.md b/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.md new file mode 100644 index 00000000..2593a43d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.md b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.md new file mode 100644 index 00000000..a75b0d33 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.md b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.md new file mode 100644 index 00000000..47a2cbf7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :open_file_folder: a family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.md b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..c88c8c63 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..2125bc98 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.md b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.md new file mode 100644 index 00000000..e467f821 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a second conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a family: {} diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.sh index b852e8e4..0ce5e7a1 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.sh +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.sh @@ -1,8 +1,10 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 a first conditional variable: true ◀ loaded from rougail-test (⏳ false) - ┗━━ 📓 a second conditional variable: true ◀ loaded from rougail-test (⏳ false) + ┣━━ 📓 a second conditional variable: true ◀ loaded from rougail-test (⏳ false) + ┗━━ 📓 a family: {} diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..60626190 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.md b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.md b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..4b589b44 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.md b/tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.md new file mode 100644 index 00000000..40fc3001 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.md b/tests/results/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..953e4883 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.md new file mode 100644 index 00000000..7403107d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.md new file mode 100644 index 00000000..324444f2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..e6ed0273 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_follower.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_follower.md new file mode 100644 index 00000000..a061374c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_follower.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..7effd208 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_reduce.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_reduce.md new file mode 100644 index 00000000..42bd1dff --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_reduce.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.md b/tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.md new file mode 100644 index 00000000..152651e6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.md b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index_2.md b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.md b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.md new file mode 100644 index 00000000..3614be1f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.md b/tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.md new file mode 100644 index 00000000..09b0881e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a first follower: string1 ◀ loaded from rougail-test + - :notebook: a second follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a first follower: string2 ◀ loaded from rougail-test + - :notebook: a second follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a first follower: string3 ◀ loaded from rougail-test + - :notebook: a second follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.md b/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.md b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.md new file mode 100644 index 00000000..5d0bf2a5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) + - :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.md b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.md new file mode 100644 index 00000000..e1149f92 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a second variable: true ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.md b/tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.md new file mode 100644 index 00000000..259e6b92 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: first integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :notebook: second integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 4) diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.md b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.md new file mode 100644 index 00000000..daeb8aef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.md b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..ae20c911 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.md b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..8c12caae --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_namespace_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..731f3677 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..54330a19 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..49302e24 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..5673a7f6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test + - :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..5c02b640 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..cd610233 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..b633c9f0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..73f20381 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,29 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..c7e3530e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory/41_0choice_leader.md b/tests/results/test_namespace_read_write_mandatory/41_0choice_leader.md new file mode 100644 index 00000000..476885ac --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/41_0choice_leader.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/44_0leadership_hidden.md b/tests/results/test_namespace_read_write_mandatory/44_0leadership_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.md b/tests/results/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.md b/tests/results/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.md b/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.md new file mode 100644 index 00000000..f6e8a31d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower_index.md b/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..865de6f5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.md b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.md b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.md b/tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..c23fba50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.md b/tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..e7eefdbf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.md b/tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.md new file mode 100644 index 00000000..0146c6b1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.md new file mode 100644 index 00000000..e52e4cc9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.md new file mode 100644 index 00000000..42f07baf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.md new file mode 100644 index 00000000..20097627 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.md new file mode 100644 index 00000000..2a3e7710 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.md new file mode 100644 index 00000000..7059e693 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..fc1b2d1b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty.md new file mode 100644 index 00000000..8049ba8a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.md new file mode 100644 index 00000000..4c762078 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..69331323 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..26cb5c18 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_source_hidden.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..4feb820b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_source_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.md new file mode 100644 index 00000000..85868b55 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_upper_char.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..9ba03d6a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_upper_char.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..658b2882 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_optional.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..69a6c1a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..a77fdc6d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..c08885e8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_empty.md b/tests/results/test_namespace_read_write_mandatory/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_hidden.md b/tests/results/test_namespace_read_write_mandatory/60_0family_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_mode.md b/tests/results/test_namespace_read_write_mandatory/60_0family_mode.md new file mode 100644 index 00000000..e64c4fc8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_mode.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.md b/tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..d89ebc8c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..63c9d37e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..8ab36214 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..b6adb3e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..965dabf7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.md b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..4d9fd33f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..3781ded9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.md new file mode 100644 index 00000000..13749ae2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.md new file mode 100644 index 00000000..bf3f976c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_description.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..1a0ae738 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_description.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..144fa099 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..c278d473 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..2471f240 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: dynval1: {} + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.sh index 48379a65..55dd8df3 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,7 +1,9 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┣━━ 📓 dynval1: {}  ┗━━ 📂 dynval2   ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.md new file mode 100644 index 00000000..ed1d0242 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh index 094ce312..97bed2b8 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh @@ -1,9 +1,12 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test  ┃ ┗━━ val2 ◀ loaded from rougail-test + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_2.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_2.md new file mode 100644 index 00000000..2a900a61 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_3.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_3.md new file mode 100644 index 00000000..1d6619e3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_3.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.md new file mode 100644 index 00000000..616d7484 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.sh index 13a6c817..e699c860 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.sh @@ -1,5 +1,6 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: @@ -7,4 +8,6 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)  ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: string1 ◀ loaded from rougail-test (⏳ a value) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.md new file mode 100644 index 00000000..2b5a31ac --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.sh index bbe10057..654015b9 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.sh +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -1,5 +1,6 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: @@ -7,4 +8,6 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)  ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: true ◀ loaded from rougail-test (⏳ true) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.md new file mode 100644 index 00000000..23aa4899 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: a second value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.sh index a1c5f460..1e9c580b 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -1,5 +1,6 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: @@ -7,6 +8,8 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)  ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated:   ┣━━ string1 ◀ loaded from rougail-test (⏳ a value)   ┣━━ string2 ◀ loaded from rougail-test (⏳ a second value) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..a0a6724d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..b9877673 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..54b72de2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..7e2ca9d8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..5be27424 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.md new file mode 100644 index 00000000..e0711e71 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.md new file mode 100644 index 00000000..b08c4eb3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.md @@ -0,0 +1,34 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - val3 ◀ loaded from rougail-test + - val4 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.md new file mode 100644 index 00000000..6f42fec7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.md new file mode 100644 index 00000000..b8544bae --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_1_0.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_1_0.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_1_0.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.md new file mode 100644 index 00000000..7acbb3b3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.md new file mode 100644 index 00000000..d54e75b9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..746028e0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..7474a697 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.md new file mode 100644 index 00000000..a4c046a7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.md new file mode 100644 index 00000000..23b9d8f8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..9ae7efeb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..d264e6ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.md new file mode 100644 index 00000000..ee896739 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.md new file mode 100644 index 00000000..8717fe86 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.md new file mode 100644 index 00000000..12725719 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.md @@ -0,0 +1,46 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string3) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string3) diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi2.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi2.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi2.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.md b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.md new file mode 100644 index 00000000..63eee2dc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: extra + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.md b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.md new file mode 100644 index 00000000..50d613f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: général + - :notebook: No change: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: extra + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.md b/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..6339c134 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.md b/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.md new file mode 100644 index 00000000..ddc22098 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_0empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable_default_version.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable_remove_version.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.md new file mode 100644 index 00000000..da8af99e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.md new file mode 100644 index 00000000..f11ddfcf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.md new file mode 100644 index 00000000..fb0e8e14 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_params_permissive.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..a14c4b13 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_params_permissive.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..65cb161f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..0fca75de --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.md new file mode 100644 index 00000000..ff7bdb9d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.md new file mode 100644 index 00000000..6fd8d704 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.md new file mode 100644 index 00000000..3675e3e8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..2bc7dff2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.md new file mode 100644 index 00000000..98413c43 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test + - :notebook: the third variable: a ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_link.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_link.md new file mode 100644 index 00000000..210e19ea --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.md new file mode 100644 index 00000000..7f4eae65 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link.md new file mode 100644 index 00000000..4ad38758 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link2.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link2.md new file mode 100644 index 00000000..987640a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.md new file mode 100644 index 00000000..a23ac2ed --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6float.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6float.md new file mode 100644 index 00000000..3664d0f8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6float.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6integer.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6integer.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6integer.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6ip.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6ip.md new file mode 100644 index 00000000..f6a181ce --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6ip.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) + - :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) + - :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6network.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6network.md new file mode 100644 index 00000000..e0da0a7d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6network.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) + - :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) + - :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6number.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6number.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6number.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6port.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6port.md new file mode 100644 index 00000000..ede37ff7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6port.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a port variable: 80 ◀ loaded from rougail-test + - :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.md new file mode 100644 index 00000000..384bc831 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp_link.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp_link.md new file mode 100644 index 00000000..39f801e6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) + - :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret.md new file mode 100644 index 00000000..a4c054c2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: ********** ◀ loaded from rougail-test + - :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret_param.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret_param.md new file mode 100644 index 00000000..b4f231b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret_param.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: ********** ◀ loaded from rougail-test + - :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) + - :notebook: the third variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6string.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6string.md new file mode 100644 index 00000000..eda2d5fa --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6string.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test + - :notebook: the third variable: string1 ◀ loaded from rougail-test + - :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.md new file mode 100644 index 00000000..807cb900 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7help.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_sup.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_sup.md new file mode 100644 index 00000000..4d3461f3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_sup.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first : string1 ◀ loaded from rougail-test + - :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.md new file mode 100644 index 00000000..02ea7785 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.md new file mode 100644 index 00000000..150a2807 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.md new file mode 100644 index 00000000..a2329465 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.md new file mode 100644 index 00000000..b27fe2b9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_namespace.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_param_namespace.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_param_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_param_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_8test.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_8test.md new file mode 100644 index 00000000..a4a93d7c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8test.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: test ◀ loaded from rougail-test + - :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the third variable: test1 ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.md new file mode 100644 index 00000000..41e4dfe6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.md new file mode 100644 index 00000000..912e7f07 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.md new file mode 100644 index 00000000..6e0bfaa0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional_default.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e1ed61d5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.md new file mode 100644 index 00000000..a7a67c00 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..688bc5af --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..063691d7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable2.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable2.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_number.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_number.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_number.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.md new file mode 100644 index 00000000..36c29e33 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: rougail) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.md new file mode 100644 index 00000000..c562fe8a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :open_file_folder: extra + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_ouside.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_ouside.md new file mode 100644 index 00000000..5cbd00bd --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_ouside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value in extra) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.md new file mode 100644 index 00000000..890b37b9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.md new file mode 100644 index 00000000..03c72bf8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.md new file mode 100644 index 00000000..ae1e5d07 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6integer_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6integer_multi.md new file mode 100644 index 00000000..f4cbdc64 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6integer_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6integer_multi_mandatory.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..b302e9ab --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6integer_multi_mandatory.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.md new file mode 100644 index 00000000..d48bfc50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.md new file mode 100644 index 00000000..bfce09b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi_length.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi_length.md new file mode 100644 index 00000000..07754b3e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi_length.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.md new file mode 100644 index 00000000..f7a2ddcc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..51944c96 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.md new file mode 100644 index 00000000..d3c77c8f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.md new file mode 100644 index 00000000..d44da6ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.md new file mode 100644 index 00000000..a8326bee --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_optional.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_optional.md new file mode 100644 index 00000000..a48f5f45 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/02_0tags.md b/tests/results/test_namespace_read_write_mandatory_secrets/02_0tags.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/02_0tags.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.md new file mode 100644 index 00000000..18c8fa89 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param_integer.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param_integer.md new file mode 100644 index 00000000..4449d33f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.md new file mode 100644 index 00000000..8e0d9204 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: an auto save variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..a81ffd07 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..1590ca5e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_hidden.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_3.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..48c39d75 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_4.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..d8c7a9b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_4.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_5.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..12033178 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_5.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_6.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..985cb473 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_6.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.md new file mode 100644 index 00000000..5429e690 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_boolean.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..e6d444ba --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_boolean.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_multi.md new file mode 100644 index 00000000..6a4a72d5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_multi.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..fb293928 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..911eff8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable10.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable10.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..a462cd35 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..eb426c71 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable5.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable5.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable6.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable7.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable7.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable8.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable9.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable9.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.md new file mode 100644 index 00000000..33a8132a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.md new file mode 100644 index 00000000..7ebee86b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.md new file mode 100644 index 00000000..07cacf5d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.md new file mode 100644 index 00000000..5fd982c3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) + - :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.md new file mode 100644 index 00000000..5e479f0b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.md new file mode 100644 index 00000000..d39f4735 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi3.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi3.md new file mode 100644 index 00000000..9ccf53ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi3.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_warnings.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_warnings.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_warnings.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_warnings_all.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_warnings_all.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_warnings_all.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.md b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.md b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.md b/tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.md new file mode 100644 index 00000000..70329de2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.md new file mode 100644 index 00000000..41640d4f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_disabled.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_3family_empty_at_ends.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_3family_empty_at_ends.md new file mode 100644 index 00000000..d4cd08a8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_3family_empty_at_ends.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.md new file mode 100644 index 00000000..7c554062 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_redefine.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_redefine.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.md new file mode 100644 index 00000000..2e22c970 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.md new file mode 100644 index 00000000..e66a0f40 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.md new file mode 100644 index 00000000..ad0a42bf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_hidden.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.md new file mode 100644 index 00000000..a10d019d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.md new file mode 100644 index 00000000..46540373 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_family.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.md new file mode 100644 index 00000000..b9c88d1e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.md b/tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.md new file mode 100644 index 00000000..2f8e2a9b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/17_5redefine_leadership.md b/tests/results/test_namespace_read_write_mandatory_secrets/17_5redefine_leadership.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0empty_family.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.md new file mode 100644 index 00000000..1c0878b3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_underscore.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.md new file mode 100644 index 00000000..d23b8332 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.md new file mode 100644 index 00000000..c68cc8ff --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_1empty_subfamily.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_2family_looks_like_dynamic.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..a8ecdfa7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_2family_looks_like_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_2family_looks_like_variable.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_2family_looks_like_variable.md new file mode 100644 index 00000000..897a8517 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_2family_looks_like_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.md new file mode 100644 index 00000000..2593a43d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.md new file mode 100644 index 00000000..a75b0d33 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.md new file mode 100644 index 00000000..47a2cbf7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :open_file_folder: a family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..c88c8c63 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..2125bc98 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.md new file mode 100644 index 00000000..e467f821 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a second conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a family: {} 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 b852e8e4..0ce5e7a1 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,10 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 a first conditional variable: true ◀ loaded from rougail-test (⏳ false) - ┗━━ 📓 a second conditional variable: true ◀ loaded from rougail-test (⏳ false) + ┣━━ 📓 a second conditional variable: true ◀ loaded from rougail-test (⏳ false) + ┗━━ 📓 a family: {} diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..60626190 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..4b589b44 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.md new file mode 100644 index 00000000..40fc3001 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_family_disabled_var_hidden.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..953e4883 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.md new file mode 100644 index 00000000..7403107d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.md new file mode 100644 index 00000000..324444f2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..e6ed0273 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_follower.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_follower.md new file mode 100644 index 00000000..a061374c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_follower.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..7effd208 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_reduce.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_reduce.md new file mode 100644 index 00000000..42bd1dff --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_reduce.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.md new file mode 100644 index 00000000..152651e6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index_2.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.md new file mode 100644 index 00000000..3614be1f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.md new file mode 100644 index 00000000..09b0881e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a first follower: string1 ◀ loaded from rougail-test + - :notebook: a second follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a first follower: string2 ◀ loaded from rougail-test + - :notebook: a second follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a first follower: string3 ◀ loaded from rougail-test + - :notebook: a second follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.md new file mode 100644 index 00000000..5d0bf2a5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) + - :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.md new file mode 100644 index 00000000..e1149f92 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a second variable: true ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.md new file mode 100644 index 00000000..259e6b92 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: first integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :notebook: second integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 4) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.md new file mode 100644 index 00000000..daeb8aef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..ae20c911 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..8c12caae --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..731f3677 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..54330a19 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..49302e24 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..5673a7f6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test + - :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..5c02b640 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..cd610233 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..b633c9f0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..73f20381 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,29 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..c7e3530e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.md b/tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.md new file mode 100644 index 00000000..476885ac --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_hidden.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_leader_hidden.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.md new file mode 100644 index 00000000..f6e8a31d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower_index.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..865de6f5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..c23fba50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..e7eefdbf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.md new file mode 100644 index 00000000..0146c6b1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.md new file mode 100644 index 00000000..e52e4cc9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.md new file mode 100644 index 00000000..42f07baf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.md new file mode 100644 index 00000000..20097627 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.md new file mode 100644 index 00000000..2a3e7710 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.md new file mode 100644 index 00000000..7059e693 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..fc1b2d1b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_integer_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_integer_empty.md new file mode 100644 index 00000000..8049ba8a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_integer_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.md new file mode 100644 index 00000000..4c762078 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..69331323 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..26cb5c18 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..4feb820b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.md new file mode 100644 index 00000000..85868b55 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_upper_char.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..9ba03d6a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_upper_char.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..658b2882 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_optional.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..69a6c1a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..a77fdc6d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..c08885e8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_hidden.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.md new file mode 100644 index 00000000..e64c4fc8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..d89ebc8c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..63c9d37e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..8ab36214 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..b6adb3e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..965dabf7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..4d9fd33f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..3781ded9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.md new file mode 100644 index 00000000..13749ae2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.md new file mode 100644 index 00000000..bf3f976c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_description.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..1a0ae738 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_description.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..144fa099 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..c278d473 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..2471f240 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: dynval1: {} + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test 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 48379a65..55dd8df3 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,7 +1,9 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┣━━ 📓 dynval1: {}  ┗━━ 📂 dynval2   ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.md new file mode 100644 index 00000000..ed1d0242 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test 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 index 094ce312..97bed2b8 100644 --- 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 @@ -1,9 +1,12 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test  ┃ ┗━━ val2 ◀ loaded from rougail-test + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.md new file mode 100644 index 00000000..2a900a61 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.md new file mode 100644 index 00000000..1d6619e3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.md new file mode 100644 index 00000000..616d7484 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.sh index 13a6c817..e699c860 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.sh @@ -1,5 +1,6 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: @@ -7,4 +8,6 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)  ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: string1 ◀ loaded from rougail-test (⏳ a value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.md new file mode 100644 index 00000000..2b5a31ac --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh index bbe10057..654015b9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -1,5 +1,6 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: @@ -7,4 +8,6 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)  ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: true ◀ loaded from rougail-test (⏳ true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.md new file mode 100644 index 00000000..23aa4899 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: a second value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh index a1c5f460..1e9c580b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -1,5 +1,6 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: @@ -7,6 +8,8 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)  ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated:   ┣━━ string1 ◀ loaded from rougail-test (⏳ a value)   ┣━━ string2 ◀ loaded from rougail-test (⏳ a second value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..a0a6724d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..b9877673 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..54b72de2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..7e2ca9d8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..5be27424 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.md new file mode 100644 index 00000000..e0711e71 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.md new file mode 100644 index 00000000..b08c4eb3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.md @@ -0,0 +1,34 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - val3 ◀ loaded from rougail-test + - val4 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.md new file mode 100644 index 00000000..6f42fec7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.md new file mode 100644 index 00000000..b8544bae --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.md new file mode 100644 index 00000000..7acbb3b3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.md new file mode 100644 index 00000000..d54e75b9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..746028e0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..7474a697 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.md new file mode 100644 index 00000000..a4c046a7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.md new file mode 100644 index 00000000..23b9d8f8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..9ae7efeb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..d264e6ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.md new file mode 100644 index 00000000..ee896739 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.md new file mode 100644 index 00000000..8717fe86 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.md new file mode 100644 index 00000000..12725719 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.md @@ -0,0 +1,46 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string3) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_suffix_auto_multi.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_suffix_auto_multi.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_suffix_auto_multi.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_suffix_auto_multi2.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_suffix_auto_multi2.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_suffix_auto_multi2.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.md new file mode 100644 index 00000000..63eee2dc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: extra + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.md new file mode 100644 index 00000000..50d613f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: général + - :notebook: No change: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: extra + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..6339c134 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.md b/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.md new file mode 100644 index 00000000..ddc22098 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_0empty.md b/tests/results/test_namespace_read_write_secrets/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/00_0no_variable.md b/tests/results/test_namespace_read_write_secrets/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/00_0no_variable_default_version.md b/tests/results/test_namespace_read_write_secrets/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/00_0no_variable_remove_version.md b/tests/results/test_namespace_read_write_secrets/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/00_0version_underscore.md b/tests/results/test_namespace_read_write_secrets/00_0version_underscore.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_0version_underscore.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_1empty_variable.md b/tests/results/test_namespace_read_write_secrets/00_1empty_variable.md new file mode 100644 index 00000000..da8af99e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_1empty_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated.md new file mode 100644 index 00000000..f11ddfcf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.md new file mode 100644 index 00000000..fb0e8e14 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_params_permissive.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..a14c4b13 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_params_permissive.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..65cb161f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..0fca75de --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_read_write_secrets/00_4load_subfolder.md b/tests/results/test_namespace_read_write_secrets/00_4load_subfolder.md new file mode 100644 index 00000000..ff7bdb9d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_4load_subfolder.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_5load_notype.md b/tests/results/test_namespace_read_write_secrets/00_5load_notype.md new file mode 100644 index 00000000..6fd8d704 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_5load_notype.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_read_write_secrets/00_6boolean.md b/tests/results/test_namespace_read_write_secrets/00_6boolean.md new file mode 100644 index 00000000..3675e3e8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.md b/tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..2bc7dff2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice.md b/tests/results/test_namespace_read_write_secrets/00_6choice.md new file mode 100644 index 00000000..98413c43 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6choice.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test + - :notebook: the third variable: a ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice_calculation.md b/tests/results/test_namespace_read_write_secrets/00_6choice_calculation.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice_link.md b/tests/results/test_namespace_read_write_secrets/00_6choice_link.md new file mode 100644 index 00000000..210e19ea --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice_variable.md b/tests/results/test_namespace_read_write_secrets/00_6choice_variable.md new file mode 100644 index 00000000..7f4eae65 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link.md b/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link.md new file mode 100644 index 00000000..4ad38758 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link2.md b/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link2.md new file mode 100644 index 00000000..987640a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/00_6custom.md b/tests/results/test_namespace_read_write_secrets/00_6custom.md new file mode 100644 index 00000000..a23ac2ed --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6custom.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_secrets/00_6domainname.md b/tests/results/test_namespace_read_write_secrets/00_6domainname.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6domainname.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_read_write_secrets/00_6domainname_params.md b/tests/results/test_namespace_read_write_secrets/00_6domainname_params.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6domainname_params.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_read_write_secrets/00_6float.md b/tests/results/test_namespace_read_write_secrets/00_6float.md new file mode 100644 index 00000000..3664d0f8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6float.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_namespace_read_write_secrets/00_6integer.md b/tests/results/test_namespace_read_write_secrets/00_6integer.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6integer.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write_secrets/00_6ip.md b/tests/results/test_namespace_read_write_secrets/00_6ip.md new file mode 100644 index 00000000..f6a181ce --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6ip.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) + - :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) + - :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_namespace_read_write_secrets/00_6network.md b/tests/results/test_namespace_read_write_secrets/00_6network.md new file mode 100644 index 00000000..e0da0a7d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6network.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) + - :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) + - :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_namespace_read_write_secrets/00_6number.md b/tests/results/test_namespace_read_write_secrets/00_6number.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6number.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write_secrets/00_6port.md b/tests/results/test_namespace_read_write_secrets/00_6port.md new file mode 100644 index 00000000..ede37ff7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6port.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a port variable: 80 ◀ loaded from rougail-test + - :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_namespace_read_write_secrets/00_6regexp.md b/tests/results/test_namespace_read_write_secrets/00_6regexp.md new file mode 100644 index 00000000..384bc831 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6regexp.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace_read_write_secrets/00_6regexp_link.md b/tests/results/test_namespace_read_write_secrets/00_6regexp_link.md new file mode 100644 index 00000000..39f801e6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6regexp_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) + - :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_namespace_read_write_secrets/00_6secret.md b/tests/results/test_namespace_read_write_secrets/00_6secret.md new file mode 100644 index 00000000..a4c054c2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6secret.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: ********** ◀ loaded from rougail-test + - :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_namespace_read_write_secrets/00_6secret_param.md b/tests/results/test_namespace_read_write_secrets/00_6secret_param.md new file mode 100644 index 00000000..b4f231b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6secret_param.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: ********** ◀ loaded from rougail-test + - :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) + - :notebook: the third variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_namespace_read_write_secrets/00_6string.md b/tests/results/test_namespace_read_write_secrets/00_6string.md new file mode 100644 index 00000000..eda2d5fa --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6string.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test + - :notebook: the third variable: string1 ◀ loaded from rougail-test + - :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_secrets/00_7choice_quote.md b/tests/results/test_namespace_read_write_secrets/00_7choice_quote.md new file mode 100644 index 00000000..807cb900 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7choice_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_read_write_secrets/00_7help.md b/tests/results/test_namespace_read_write_secrets/00_7help.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_7help_quote.md b/tests/results/test_namespace_read_write_secrets/00_7help_quote.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7help_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_7help_sup.md b/tests/results/test_namespace_read_write_secrets/00_7help_sup.md new file mode 100644 index 00000000..4d3461f3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7help_sup.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first : string1 ◀ loaded from rougail-test + - :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote.md b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote.md new file mode 100644 index 00000000..02ea7785 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.md b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.md new file mode 100644 index 00000000..150a2807 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.md b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.md new file mode 100644 index 00000000..a2329465 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_namespace_read_write_secrets/00_7value_quote.md b/tests/results/test_namespace_read_write_secrets/00_7value_quote.md new file mode 100644 index 00000000..b27fe2b9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7value_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_read_write_secrets/00_8calculation_information.md b/tests/results/test_namespace_read_write_secrets/00_8calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_8calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_8calculation_namespace.md b/tests/results/test_namespace_read_write_secrets/00_8calculation_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_8calculation_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_read_write_secrets/00_8calculation_param_namespace.md b/tests/results/test_namespace_read_write_secrets/00_8calculation_param_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_8calculation_param_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_read_write_secrets/00_8test.md b/tests/results/test_namespace_read_write_secrets/00_8test.md new file mode 100644 index 00000000..a4a93d7c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_8test.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: test ◀ loaded from rougail-test + - :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the third variable: test1 ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.md b/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.md new file mode 100644 index 00000000..41e4dfe6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_9choice_variables.md b/tests/results/test_namespace_read_write_secrets/00_9choice_variables.md new file mode 100644 index 00000000..912e7f07 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9choice_variables.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation.md new file mode 100644 index 00000000..6e0bfaa0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional_default.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e1ed61d5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.md new file mode 100644 index 00000000..a7a67c00 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..688bc5af --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..063691d7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.md b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable2.md b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable2.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_integer.md b/tests/results/test_namespace_read_write_secrets/00_9default_integer.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_number.md b/tests/results/test_namespace_read_write_secrets/00_9default_number.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_number.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write_secrets/00_9extra.md b/tests/results/test_namespace_read_write_secrets/00_9extra.md new file mode 100644 index 00000000..36c29e33 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9extra.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: rougail) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_secrets/00_9extra_calculation.md b/tests/results/test_namespace_read_write_secrets/00_9extra_calculation.md new file mode 100644 index 00000000..c562fe8a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9extra_calculation.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :open_file_folder: extra + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/00_9extra_ouside.md b/tests/results/test_namespace_read_write_secrets/00_9extra_ouside.md new file mode 100644 index 00000000..5cbd00bd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9extra_ouside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value in extra) diff --git a/tests/results/test_namespace_read_write_secrets/01_6boolean_multi.md b/tests/results/test_namespace_read_write_secrets/01_6boolean_multi.md new file mode 100644 index 00000000..890b37b9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6boolean_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_secrets/01_6custom_multi.md b/tests/results/test_namespace_read_write_secrets/01_6custom_multi.md new file mode 100644 index 00000000..03c72bf8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6custom_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/01_6float_multi.md b/tests/results/test_namespace_read_write_secrets/01_6float_multi.md new file mode 100644 index 00000000..ae1e5d07 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6float_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/01_6integer_multi.md b/tests/results/test_namespace_read_write_secrets/01_6integer_multi.md new file mode 100644 index 00000000..f4cbdc64 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6integer_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/01_6integer_multi_mandatory.md b/tests/results/test_namespace_read_write_secrets/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..b302e9ab --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6integer_multi_mandatory.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/01_6string_empty.md b/tests/results/test_namespace_read_write_secrets/01_6string_empty.md new file mode 100644 index 00000000..d48bfc50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6string_empty.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/01_6string_multi.md b/tests/results/test_namespace_read_write_secrets/01_6string_multi.md new file mode 100644 index 00000000..bfce09b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6string_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/01_6string_multi_length.md b/tests/results/test_namespace_read_write_secrets/01_6string_multi_length.md new file mode 100644 index 00000000..07754b3e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6string_multi_length.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.md b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.md new file mode 100644 index 00000000..f7a2ddcc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.md b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..51944c96 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.md b/tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.md new file mode 100644 index 00000000..d3c77c8f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.md b/tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.md new file mode 100644 index 00000000..d44da6ad --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.md b/tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.md new file mode 100644 index 00000000..a8326bee --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/01_9choice_variable_optional.md b/tests/results/test_namespace_read_write_secrets/01_9choice_variable_optional.md new file mode 100644 index 00000000..a48f5f45 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_9choice_variable_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write_secrets/02_0tags.md b/tests/results/test_namespace_read_write_secrets/02_0tags.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/02_0tags.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_0type_param.md b/tests/results/test_namespace_read_write_secrets/04_0type_param.md new file mode 100644 index 00000000..18c8fa89 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_0type_param.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write_secrets/04_0type_param_integer.md b/tests/results/test_namespace_read_write_secrets/04_0type_param_integer.md new file mode 100644 index 00000000..4449d33f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_0type_param_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_read_write_secrets/04_1auto_save.md b/tests/results/test_namespace_read_write_secrets/04_1auto_save.md new file mode 100644 index 00000000..8e0d9204 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: an auto save variable: no diff --git a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.md b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..a81ffd07 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.md b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..1590ca5e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: yes diff --git a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_hidden.md b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.md b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.md b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_3.md b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..48c39d75 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_4.md b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..d8c7a9b7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_4.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_5.md b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..12033178 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_5.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_6.md b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..985cb473 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_6.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.md new file mode 100644 index 00000000..5429e690 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_boolean.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..e6d444ba --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_boolean.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_multi.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_multi.md new file mode 100644 index 00000000..6a4a72d5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_multi.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..fb293928 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional_default.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..911eff8b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional_default.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable10.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable10.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..a462cd35 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..eb426c71 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable5.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable5.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable6.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable7.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable7.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable8.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable9.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable9.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.md b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.md new file mode 100644 index 00000000..33a8132a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.md b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.md new file mode 100644 index 00000000..7ebee86b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.md b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators.md b/tests/results/test_namespace_read_write_secrets/04_5validators.md new file mode 100644 index 00000000..07cacf5d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5validators.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_differ.md b/tests/results/test_namespace_read_write_secrets/04_5validators_differ.md new file mode 100644 index 00000000..5fd982c3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_differ.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) + - :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_multi.md b/tests/results/test_namespace_read_write_secrets/04_5validators_multi.md new file mode 100644 index 00000000..5e479f0b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_multi2.md b/tests/results/test_namespace_read_write_secrets/04_5validators_multi2.md new file mode 100644 index 00000000..d39f4735 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_multi2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_multi3.md b/tests/results/test_namespace_read_write_secrets/04_5validators_multi3.md new file mode 100644 index 00000000..9ccf53ad --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_multi3.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_warnings.md b/tests/results/test_namespace_read_write_secrets/04_5validators_warnings.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_warnings.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_warnings_all.md b/tests/results/test_namespace_read_write_secrets/04_5validators_warnings_all.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_warnings_all.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.md b/tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/05_0multi_uniq.md b/tests/results/test_namespace_read_write_secrets/05_0multi_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/05_0multi_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.md b/tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.md new file mode 100644 index 00000000..70329de2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace_read_write_secrets/16_0redefine_description.md b/tests/results/test_namespace_read_write_secrets/16_0redefine_description.md new file mode 100644 index 00000000..41640d4f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_0redefine_description.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16_2family_redefine_calculation.md b/tests/results/test_namespace_read_write_secrets/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/16_2family_redefine_disabled.md b/tests/results/test_namespace_read_write_secrets/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/16_3family_empty_at_ends.md b/tests/results/test_namespace_read_write_secrets/16_3family_empty_at_ends.md new file mode 100644 index 00000000..d4cd08a8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_3family_empty_at_ends.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.md b/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.md new file mode 100644 index 00000000..7c554062 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_secrets/16_5exists_redefine.md b/tests/results/test_namespace_read_write_secrets/16_5exists_redefine.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_choice.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_choice.md new file mode 100644 index 00000000..2e22c970 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_choice.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_default.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_default.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_default.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_family.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_family.md new file mode 100644 index 00000000..e66a0f40 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_help.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_help.md new file mode 100644 index 00000000..ad0a42bf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_hidden.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16_5test_redefine.md b/tests/results/test_namespace_read_write_secrets/16_5test_redefine.md new file mode 100644 index 00000000..a10d019d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5test_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16_6choice_redefine.md b/tests/results/test_namespace_read_write_secrets/16_6choice_redefine.md new file mode 100644 index 00000000..46540373 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_6choice_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write_secrets/16_6exists_family.md b/tests/results/test_namespace_read_write_secrets/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.md b/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.md new file mode 100644 index 00000000..b9c88d1e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16exists_exists.md b/tests/results/test_namespace_read_write_secrets/16exists_exists.md new file mode 100644 index 00000000..2f8e2a9b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16exists_exists.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/17_5redefine_leadership.md b/tests/results/test_namespace_read_write_secrets/17_5redefine_leadership.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/20_0empty_family.md b/tests/results/test_namespace_read_write_secrets/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/20_0family_append.md b/tests/results/test_namespace_read_write_secrets/20_0family_append.md new file mode 100644 index 00000000..1c0878b3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0family_append.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/20_0family_underscore.md b/tests/results/test_namespace_read_write_secrets/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family.md b/tests/results/test_namespace_read_write_secrets/20_0multi_family.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.md b/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.md b/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.md b/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.md new file mode 100644 index 00000000..d23b8332 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.md b/tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.md new file mode 100644 index 00000000..c68cc8ff --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_secrets/20_1empty_subfamily.md b/tests/results/test_namespace_read_write_secrets/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/20_2family_looks_like_dynamic.md b/tests/results/test_namespace_read_write_secrets/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..a8ecdfa7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_2family_looks_like_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_secrets/20_2family_looks_like_variable.md b/tests/results/test_namespace_read_write_secrets/20_2family_looks_like_variable.md new file mode 100644 index 00000000..897a8517 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_2family_looks_like_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.md b/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.md new file mode 100644 index 00000000..2593a43d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.md b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.md new file mode 100644 index 00000000..a75b0d33 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.md b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.md new file mode 100644 index 00000000..47a2cbf7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :open_file_folder: a family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.md b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..c88c8c63 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..2125bc98 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.md b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.md new file mode 100644 index 00000000..e467f821 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a second conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a family: {} 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 b852e8e4..0ce5e7a1 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,10 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 a first conditional variable: true ◀ loaded from rougail-test (⏳ false) - ┗━━ 📓 a second conditional variable: true ◀ loaded from rougail-test (⏳ false) + ┣━━ 📓 a second conditional variable: true ◀ loaded from rougail-test (⏳ false) + ┗━━ 📓 a family: {} diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..60626190 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.md b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.md b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..4b589b44 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.md b/tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.md new file mode 100644 index 00000000..40fc3001 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_read_write_secrets/24_family_disabled_var_hidden.md b/tests/results/test_namespace_read_write_secrets/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership.md b/tests/results/test_namespace_read_write_secrets/40_0leadership.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_empty.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..953e4883 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.md new file mode 100644 index 00000000..7403107d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.md new file mode 100644 index 00000000..324444f2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..e6ed0273 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_follower.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_follower.md new file mode 100644 index 00000000..a061374c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_follower.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..7effd208 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_reduce.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_reduce.md new file mode 100644 index 00000000..42bd1dff --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_reduce.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.md b/tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.md new file mode 100644 index 00000000..152651e6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.md b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index_2.md b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.md b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.md new file mode 100644 index 00000000..3614be1f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.md b/tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.md new file mode 100644 index 00000000..09b0881e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a first follower: string1 ◀ loaded from rougail-test + - :notebook: a second follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a first follower: string2 ◀ loaded from rougail-test + - :notebook: a second follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a first follower: string3 ◀ loaded from rougail-test + - :notebook: a second follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.md b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.md b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.md new file mode 100644 index 00000000..5d0bf2a5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) + - :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.md b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.md new file mode 100644 index 00000000..e1149f92 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a second variable: true ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_integer.md b/tests/results/test_namespace_read_write_secrets/40_8calculation_integer.md new file mode 100644 index 00000000..259e6b92 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_integer.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: first integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :notebook: second integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 4) diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.md b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.md new file mode 100644 index 00000000..daeb8aef --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.md b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..ae20c911 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.md b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..8c12caae --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_namespace_read_write_secrets/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..731f3677 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..54330a19 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..49302e24 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..5673a7f6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test + - :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..5c02b640 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..cd610233 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..b633c9f0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..73f20381 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,29 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..c7e3530e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_secrets/41_0choice_leader.md b/tests/results/test_namespace_read_write_secrets/41_0choice_leader.md new file mode 100644 index 00000000..476885ac --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/41_0choice_leader.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/44_0leadership_hidden.md b/tests/results/test_namespace_read_write_secrets/44_0leadership_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/44_0leadership_leader_hidden.md b/tests/results/test_namespace_read_write_secrets/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/44_1leadership_append_hidden_follower.md b/tests/results/test_namespace_read_write_secrets/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.md b/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.md new file mode 100644 index 00000000..f6e8a31d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower_index.md b/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..865de6f5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.md b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.md b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.md b/tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..c23fba50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.md b/tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..e7eefdbf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.md b/tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.md new file mode 100644 index 00000000..0146c6b1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.md new file mode 100644 index 00000000..e52e4cc9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.md new file mode 100644 index 00000000..42f07baf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.md new file mode 100644 index 00000000..20097627 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.md new file mode 100644 index 00000000..2a3e7710 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.md new file mode 100644 index 00000000..7059e693 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_forbidden_char.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..fc1b2d1b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_integer_empty.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_integer_empty.md new file mode 100644 index 00000000..8049ba8a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_integer_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.md new file mode 100644 index 00000000..4c762078 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..69331323 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..26cb5c18 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_source_hidden.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..4feb820b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_source_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.md new file mode 100644 index 00000000..85868b55 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_upper_char.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..9ba03d6a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_upper_char.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..658b2882 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_optional.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..69a6c1a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..a77fdc6d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..c08885e8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_empty.md b/tests/results/test_namespace_read_write_secrets/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_hidden.md b/tests/results/test_namespace_read_write_secrets/60_0family_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_mode.md b/tests/results/test_namespace_read_write_secrets/60_0family_mode.md new file mode 100644 index 00000000..e64c4fc8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_mode.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.md b/tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..d89ebc8c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..63c9d37e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..8ab36214 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..b6adb3e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..965dabf7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.md b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..4d9fd33f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..3781ded9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.md new file mode 100644 index 00000000..13749ae2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.md new file mode 100644 index 00000000..bf3f976c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_description.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..1a0ae738 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_description.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..144fa099 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..c278d473 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..2471f240 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: dynval1: {} + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test 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 48379a65..55dd8df3 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,7 +1,9 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┣━━ 📓 dynval1: {}  ┗━━ 📂 dynval2   ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled2.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled2.md new file mode 100644 index 00000000..ed1d0242 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test 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 index 094ce312..97bed2b8 100644 --- 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 @@ -1,9 +1,12 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test  ┃ ┗━━ val2 ◀ loaded from rougail-test + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_2.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_2.md new file mode 100644 index 00000000..2a900a61 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_3.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_3.md new file mode 100644 index 00000000..1d6619e3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_3.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden.md new file mode 100644 index 00000000..616d7484 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden.sh index 13a6c817..e699c860 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden.sh @@ -1,5 +1,6 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: @@ -7,4 +8,6 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)  ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: string1 ◀ loaded from rougail-test (⏳ a value) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.md new file mode 100644 index 00000000..2b5a31ac --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh index bbe10057..654015b9 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -1,5 +1,6 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: @@ -7,4 +8,6 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)  ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: true ◀ loaded from rougail-test (⏳ true) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_multi.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_multi.md new file mode 100644 index 00000000..23aa4899 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_multi.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: a second value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh index a1c5f460..1e9c580b 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -1,5 +1,6 @@ ╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: @@ -7,6 +8,8 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)  ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2) + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated:   ┣━━ string1 ◀ loaded from rougail-test (⏳ a value)   ┣━━ string2 ◀ loaded from rougail-test (⏳ a second value) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..a0a6724d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..b9877673 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..54b72de2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..7e2ca9d8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..5be27424 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.md new file mode 100644 index 00000000..e0711e71 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.md new file mode 100644 index 00000000..b08c4eb3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.md @@ -0,0 +1,34 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - val3 ◀ loaded from rougail-test + - val4 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.md new file mode 100644 index 00000000..6f42fec7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.md new file mode 100644 index 00000000..b8544bae --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_1_0.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_1_0.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_1_0.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.md new file mode 100644 index 00000000..7acbb3b3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.md new file mode 100644 index 00000000..d54e75b9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..746028e0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..7474a697 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.md new file mode 100644 index 00000000..a4c046a7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.md new file mode 100644 index 00000000..23b9d8f8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..9ae7efeb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..d264e6ad --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0_2.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0_2.md new file mode 100644 index 00000000..ee896739 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0_2.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.md new file mode 100644 index 00000000..8717fe86 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty2.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty2.md new file mode 100644 index 00000000..12725719 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty2.md @@ -0,0 +1,46 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string3) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string3) diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_suffix_auto_multi.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_suffix_auto_multi.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_suffix_auto_multi.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_suffix_auto_multi2.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_suffix_auto_multi2.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_suffix_auto_multi2.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.md b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.md new file mode 100644 index 00000000..63eee2dc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: extra + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.md b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.md new file mode 100644 index 00000000..50d613f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: général + - :notebook: No change: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: extra + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.md b/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..6339c134 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.md b/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.md new file mode 100644 index 00000000..ddc22098 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_0empty.md b/tests/results/test_namespace_read_write_secrets_errors/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_0no_variable.md b/tests/results/test_namespace_read_write_secrets_errors/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_0no_variable_default_version.md b/tests/results/test_namespace_read_write_secrets_errors/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_0no_variable_remove_version.md b/tests/results/test_namespace_read_write_secrets_errors/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_0version_underscore.md b/tests/results/test_namespace_read_write_secrets_errors/00_0version_underscore.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_0version_underscore.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_1empty_variable.md b/tests/results/test_namespace_read_write_secrets_errors/00_1empty_variable.md new file mode 100644 index 00000000..67a02652 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_1empty_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: empty: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated.md new file mode 100644 index 00000000..36a84a43 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: no + - :notebook: a second variable: + - no diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_multi.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_multi.md new file mode 100644 index 00000000..919f0d0d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - no + - yes + - maybe + - :notebook: a second variable: + - no + - yes + - maybe diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_params_permissive.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..87815603 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_params_permissive.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: a_value diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable.md new file mode 100644 index 00000000..da7961bd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: [] + - :notebook: a second variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable.sh b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable.sh index ad27a877..c6d7342a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a first variable: - ┗━━ 📓 a second variable: + ┣━━ 📓 a first variable: [] + ┗━━ 📓 a second variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_description.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..9c057129 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_description.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..b3e70f5f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: null + - :notebook: a second variable: null + - :notebook: a new variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_transitive.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..da7961bd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_transitive.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: [] + - :notebook: a second variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_transitive.sh index ad27a877..c6d7342a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_transitive.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a first variable: - ┗━━ 📓 a second variable: + ┣━━ 📓 a first variable: [] + ┗━━ 📓 a second variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_4load_subfolder.md b/tests/results/test_namespace_read_write_secrets_errors/00_4load_subfolder.md new file mode 100644 index 00000000..dd7da7f5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_4load_subfolder.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_5load_notype.md b/tests/results/test_namespace_read_write_secrets_errors/00_5load_notype.md new file mode 100644 index 00000000..96c54544 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_5load_notype.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: non diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6boolean.md b/tests/results/test_namespace_read_write_secrets_errors/00_6boolean.md new file mode 100644 index 00000000..712dbd83 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: true + - :notebook: the second variable: true + - :notebook: the third variable: true + - :notebook: the forth variable: false + - :notebook: the fifth variable: false + - :notebook: the sixth variable: false diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6boolean_no_mandatory.md b/tests/results/test_namespace_read_write_secrets_errors/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..5100dbef --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6boolean_no_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: true diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6choice.md b/tests/results/test_namespace_read_write_secrets_errors/00_6choice.md new file mode 100644 index 00000000..6692bed6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6choice.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: null + - :notebook: the third variable: null + - :notebook: the forth variable: null + - :notebook: the fifth variable: a + - :notebook: the sixth variable: 1 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6choice_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_calculation.md new file mode 100644 index 00000000..4c916d24 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 9 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6choice_link.md b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_link.md new file mode 100644 index 00000000..6fd2ea03 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable.md b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable.md new file mode 100644 index 00000000..f28765e8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - a + - b + - c + - :notebook: a first variable: a diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable_link.md b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable_link.md new file mode 100644 index 00000000..16a6f5bb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable_link.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - a + - b + - c + - :notebook: a first variable: a + - :notebook: a third variable: a diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable_link2.md b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable_link2.md new file mode 100644 index 00000000..04019e05 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable_link2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - a + - b + - c + - :notebook: a first variable: a + - :open_file_folder: family + - :notebook: a third variable: a diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6custom.md b/tests/results/test_namespace_read_write_secrets_errors/00_6custom.md new file mode 100644 index 00000000..d7f403a7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6custom.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the seconf variable: value diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6domainname.md b/tests/results/test_namespace_read_write_secrets_errors/00_6domainname.md new file mode 100644 index 00000000..359b1455 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6domainname.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6domainname_params.md b/tests/results/test_namespace_read_write_secrets_errors/00_6domainname_params.md new file mode 100644 index 00000000..359b1455 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6domainname_params.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6float.md b/tests/results/test_namespace_read_write_secrets_errors/00_6float.md new file mode 100644 index 00000000..a3ef5ebc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6float.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 0.0 + - :notebook: the second variable: 0.0 + - :notebook: the third variable: 0.0 + - :notebook: the forth variable: 10.1 + - :notebook: the fifth variable: 10.1 + - :notebook: the sixth variable: 10.1 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6integer.md b/tests/results/test_namespace_read_write_secrets_errors/00_6integer.md new file mode 100644 index 00000000..de6d792e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6integer.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 0 + - :notebook: the second variable: 0 + - :notebook: the third variable: 0 + - :notebook: this forth variable: 10 + - :notebook: the fifth variable: 10 + - :notebook: the sixth variable: 10 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6ip.md b/tests/results/test_namespace_read_write_secrets_errors/00_6ip.md new file mode 100644 index 00000000..f04aa668 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6ip.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: an IP: 1.1.1.1 + - :notebook: an IP in CIDR format: 1.1.1.1/24 + - :notebook: an IP in CIDR format with obsolete CIDR type: 1.1.1.1/24 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6network.md b/tests/results/test_namespace_read_write_secrets_errors/00_6network.md new file mode 100644 index 00000000..fb81bb37 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6network.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: an network: 1.1.1.0 + - :notebook: an network in CIDR format: 1.1.1.0/24 + - :notebook: an network in CIDR format with obsolete CIDR type: 1.1.1.0/24 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6number.md b/tests/results/test_namespace_read_write_secrets_errors/00_6number.md new file mode 100644 index 00000000..de6d792e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6number.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 0 + - :notebook: the second variable: 0 + - :notebook: the third variable: 0 + - :notebook: this forth variable: 10 + - :notebook: the fifth variable: 10 + - :notebook: the sixth variable: 10 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6port.md b/tests/results/test_namespace_read_write_secrets_errors/00_6port.md new file mode 100644 index 00000000..d5eb7e98 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6port.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a port variable: null + - :notebook: a port variable with default value: 8080 + - :notebook: a port variable with integer default value: 8080 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6regexp.md b/tests/results/test_namespace_read_write_secrets_errors/00_6regexp.md new file mode 100644 index 00000000..7dd5f9d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6regexp.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6regexp_link.md b/tests/results/test_namespace_read_write_secrets_errors/00_6regexp_link.md new file mode 100644 index 00000000..38088965 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6regexp_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #a1a1a1 + - :notebook: a second variable: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6secret.md b/tests/results/test_namespace_read_write_secrets_errors/00_6secret.md new file mode 100644 index 00000000..dd5f766c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6secret.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: ********** diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6secret_param.md b/tests/results/test_namespace_read_write_secrets_errors/00_6secret_param.md new file mode 100644 index 00000000..906f8f4b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6secret_param.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: ********** + - :notebook: the third variable: ********** diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6string.md b/tests/results/test_namespace_read_write_secrets_errors/00_6string.md new file mode 100644 index 00000000..c5147e9e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6string.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: null + - :notebook: the third variable: null + - :notebook: the forth variable: value + - :notebook: the fifth variable: value + - :notebook: the sixth variable: value + - :notebook: the seventh variable: 8080 + - :notebook: the height variable: true diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7choice_quote.md b/tests/results/test_namespace_read_write_secrets_errors/00_7choice_quote.md new file mode 100644 index 00000000..bc508ad8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7choice_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: quote' diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7help.md b/tests/results/test_namespace_read_write_secrets_errors/00_7help.md new file mode 100644 index 00000000..6fd2ea03 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7help_quote.md b/tests/results/test_namespace_read_write_secrets_errors/00_7help_quote.md new file mode 100644 index 00000000..6fd2ea03 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7help_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7help_sup.md b/tests/results/test_namespace_read_write_secrets_errors/00_7help_sup.md new file mode 100644 index 00000000..abe0f6bd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7help_sup.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first : null + - :notebook: the second : null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote.md b/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote.md new file mode 100644 index 00000000..debb6e79 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: quote" diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote2.md b/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote2.md new file mode 100644 index 00000000..e5444eaf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: quote'" diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote3.md b/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote3.md new file mode 100644 index 00000000..f8e9a8ca --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: quote\"\' diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7value_quote.md b/tests/results/test_namespace_read_write_secrets_errors/00_7value_quote.md new file mode 100644 index 00000000..730ada11 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7value_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: quote' diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_information.md b/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_information.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_namespace.md b/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_namespace.md new file mode 100644 index 00000000..9af558a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_namespace.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: Rougail diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_param_namespace.md b/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_param_namespace.md new file mode 100644 index 00000000..9af558a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_param_namespace.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: Rougail diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_8test.md b/tests/results/test_namespace_read_write_secrets_errors/00_8test.md new file mode 100644 index 00000000..d2454da2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_8test.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: value + - :notebook: the third variable: null + - :notebook: the forth variable: null + - :notebook: the fifth variable: true + - :notebook: the sixth variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_8test.sh b/tests/results/test_namespace_read_write_secrets_errors/00_8test.sh index 855ebc46..06f76453 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_8test.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/00_8test.sh @@ -8,4 +8,4 @@ Variables:  ┣━━ 📓 the third variable: null  ┣━━ 📓 the forth variable: null  ┣━━ 📓 the fifth variable: true - ┗━━ 📓 the sixth variable: + ┗━━ 📓 the sixth variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variable_multi.md b/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variable_multi.md new file mode 100644 index 00000000..da7961bd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variable_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: [] + - :notebook: a second variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variable_multi.sh index ad27a877..c6d7342a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variable_multi.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variable_multi.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a first variable: - ┗━━ 📓 a second variable: + ┣━━ 📓 a first variable: [] + ┗━━ 📓 a second variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variables.md b/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variables.md new file mode 100644 index 00000000..def794d3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variables.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first source variable: val1 + - :notebook: the second source variable: val2 + - :notebook: a variable: val1 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation.md new file mode 100644 index 00000000..49979d27 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string_1_True_ diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_information.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_information.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_information_other_variable.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..9c057129 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..d4cc0d6f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: val1 + - :notebook: my_calculated_variable: + - val1 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional2.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..d4cc0d6f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: val1 + - :notebook: my_calculated_variable: + - val1 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional_default.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..8e8df206 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: val1 + - :notebook: my_calculated_variable: + - val1 + - value diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional.md new file mode 100644 index 00000000..d1e5ac15 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_calculated_variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional.sh index 8a1e23f5..8641ab5e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 my_calculated_variable: + ┗━━ 📓 my_calculated_variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional_exists.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..376e9612 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional_exists.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: + - val1 + - val2 + - :notebook: my_calculated_variable: + - val1 + - val2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_param_optional.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..8b648c40 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_param_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: no + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_information_other_variable.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_information_other_variable.md new file mode 100644 index 00000000..9c057129 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_information_other_variable2.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_information_other_variable2.md new file mode 100644 index 00000000..9c057129 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_information_other_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_integer.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_integer.md new file mode 100644 index 00000000..4c916d24 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 9 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_number.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_number.md new file mode 100644 index 00000000..4c916d24 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_number.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 9 diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9extra.md b/tests/results/test_namespace_read_write_secrets_errors/00_9extra.md new file mode 100644 index 00000000..5e678dc4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9extra.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: rougail +- :open_file_folder: extra + - :notebook: a variable: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9extra_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/00_9extra_calculation.md new file mode 100644 index 00000000..8fe20255 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9extra_calculation.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: value +- :open_file_folder: extra + - :notebook: a first variable: value + - :notebook: a second variable: value + - :notebook: a third variable: value diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9extra_ouside.md b/tests/results/test_namespace_read_write_secrets_errors/00_9extra_ouside.md new file mode 100644 index 00000000..92752c54 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9extra_ouside.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: value in extra +- :open_file_folder: extra + - :notebook: a variable: value in extra diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6boolean_multi.md b/tests/results/test_namespace_read_write_secrets_errors/01_6boolean_multi.md new file mode 100644 index 00000000..0b216e19 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6boolean_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - true + - :notebook: the second variable: + - true + - :notebook: the third variable: + - true + - :notebook: the forth variable: + - false + - :notebook: the fifth variable: + - false + - :notebook: the sixth variable: + - false + - :notebook: the seventh variable: + - true + - :notebook: the eighth variable: + - true diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6custom_multi.md b/tests/results/test_namespace_read_write_secrets_errors/01_6custom_multi.md new file mode 100644 index 00000000..c1f2196c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6custom_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first custom variable: [] + - :notebook: a second custom variable: + - value diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6custom_multi.sh b/tests/results/test_namespace_read_write_secrets_errors/01_6custom_multi.sh index 20dcc0b2..8bdd6bb6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_6custom_multi.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6custom_multi.sh @@ -3,6 +3,6 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a first custom variable: + ┣━━ 📓 a first custom variable: []  ┗━━ 📓 a second custom variable:   ┗━━ value diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6float_multi.md b/tests/results/test_namespace_read_write_secrets_errors/01_6float_multi.md new file mode 100644 index 00000000..f4493be9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6float_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 0.0 + - :notebook: the second variable: + - 0.0 + - :notebook: the third variable: + - 0.0 + - :notebook: the forth variable: + - 10.1 + - :notebook: the fifth variable: + - 10.1 + - :notebook: the sixth variable: + - 10.1 + - :notebook: the seventh variable: + - 0.0 + - :notebook: the eighth variable: + - 0.0 diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi.md b/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi.md new file mode 100644 index 00000000..cf481f3e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 0 + - :notebook: the second variable: + - 0 + - :notebook: the third variable: + - 0 + - :notebook: the forth variable: + - 10 + - :notebook: the fifth variable: + - 10 + - :notebook: the sixth variable: + - 10 + - :notebook: the seventh variable: + - 0 + - :notebook: the eighth variable: + - 0 diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi_mandatory.md b/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..69427670 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi_mandatory.sh b/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi_mandatory.sh index 12f56710..470675c8 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi_mandatory.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi_mandatory.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 the first variable: + ┗━━ 📓 the first variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6string_empty.md b/tests/results/test_namespace_read_write_secrets_errors/01_6string_empty.md new file mode 100644 index 00000000..f29d500b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6string_empty.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the second variable: + - value + - null diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi.md b/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi.md new file mode 100644 index 00000000..66557544 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: [] + - :notebook: the second variable: [] + - :notebook: the third variable: [] + - :notebook: the forth variable: + - value + - :notebook: the fifth variable: + - value + - :notebook: the sixth variable: + - value + - :notebook: the seventh variable: + - value + - :notebook: the eighth variable: + - value diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi.sh b/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi.sh index 53c91be5..1a5fa61a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi.sh @@ -3,9 +3,9 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 the first variable: - ┣━━ 📓 the second variable: - ┣━━ 📓 the third variable: + ┣━━ 📓 the first variable: [] + ┣━━ 📓 the second variable: [] + ┣━━ 📓 the third variable: []  ┣━━ 📓 the forth variable:  ┃ ┗━━ value  ┣━━ 📓 the fifth variable: diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi_length.md b/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi_length.md new file mode 100644 index 00000000..afd2e0b3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi_length.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable: + - val1 + - val2 + - val3 + - :notebook: the variable: + - val4 + - val5 diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote.md b/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote.md new file mode 100644 index 00000000..0b30b3c3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - quote" diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote2.md b/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..a07f36b1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - quote'" diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_quote.md b/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_quote.md new file mode 100644 index 00000000..28ba8631 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - quote' diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_8calculation_information_multi.md b/tests/results/test_namespace_read_write_secrets_errors/01_8calculation_information_multi.md new file mode 100644 index 00000000..f42c0b10 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_8calculation_information_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write_secrets_errors/01_8calculation_information_multi.sh index 16dfe108..b11db984 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_8calculation_information_multi.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/01_8calculation_information_multi.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a variable: + ┗━━ 📓 a variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_multi.md b/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_multi.md new file mode 100644 index 00000000..9763f3b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - a + - b + - c + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_optional.md b/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_optional.md new file mode 100644 index 00000000..931f4f8f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: c diff --git a/tests/results/test_namespace_read_write_secrets_errors/02_0tags.md b/tests/results/test_namespace_read_write_secrets_errors/02_0tags.md new file mode 100644 index 00000000..6fd2ea03 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/02_0tags.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: null + - :notebook: the second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_0type_param.md b/tests/results/test_namespace_read_write_secrets_errors/04_0type_param.md new file mode 100644 index 00000000..0d73c499 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_0type_param.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited number: 10 diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_0type_param_integer.md b/tests/results/test_namespace_read_write_secrets_errors/04_0type_param_integer.md new file mode 100644 index 00000000..15216cab --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_0type_param_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited integer: 10 diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save.md b/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save.md new file mode 100644 index 00000000..8e0d9204 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: an auto save variable: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_calculated.md b/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..1e7415ca --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_calculated.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: no + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_calculated_hidden.md b/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..22da8fe3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: no + - :notebook: a second variable: yes diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_hidden.md b/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden.md b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden.md new file mode 100644 index 00000000..90bd1437 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a third variable: value diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_2.md b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..90bd1437 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a third variable: value diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_3.md b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..a7cbfe81 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a third variable: value diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_4.md b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..60d81071 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: null + - :notebook: a third variable: value diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_5.md b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..71354cd6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_5.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_6.md b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..dc3ae2d8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_6.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a third variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation.md new file mode 100644 index 00000000..821a44fe --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: no + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_boolean.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..0cf0aa13 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_boolean.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: no + - :notebook: a first variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_default.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_default.md new file mode 100644 index 00000000..da0e78a4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_default.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no + - :notebook: a first variable: no + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_multi.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_multi.md new file mode 100644 index 00000000..a491462b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: no + - :notebook: a first variable: [] + - :notebook: a second variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_multi.sh b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_multi.sh index a2ce3b2f..8b7a9c59 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_multi.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_multi.sh @@ -4,5 +4,5 @@ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 a conditional variable: no - ┣━━ 📓 a first variable: - ┗━━ 📓 a second variable: + ┣━━ 📓 a first variable: [] + ┗━━ 📓 a second variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_optional.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..642ae679 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_optional_default.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..e5336696 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_optional_default.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: false + - :notebook: a first variable: null + - :notebook: a second variable: null + - :notebook: a forth variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..dbb2394b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: false + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable10.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..88c909e7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable10.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable2.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..88c909e7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable3.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..f5af6dc5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: yes diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable4.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..fba2d7f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: yes + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable5.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable5.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable6.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable7.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..dbb2394b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable7.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: false + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable8.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable9.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable9.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable_multi.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..2cb61b12 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: false + - :notebook: a variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable_multi.sh index cb9f5dd3..5ff4346f 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable_multi.sh @@ -4,4 +4,4 @@ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 a condition: false - ┗━━ 📓 a variable: + ┗━━ 📓 a variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation.md new file mode 100644 index 00000000..a009e697 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the condition: no + - :notebook: a first variable: no + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation2.md b/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation2.md new file mode 100644 index 00000000..642ae679 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation_default_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation_default_calculation.md new file mode 100644 index 00000000..da0e78a4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation_default_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no + - :notebook: a first variable: no + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5validators.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators.md new file mode 100644 index 00000000..7452bf8c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_differ.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_differ.md new file mode 100644 index 00000000..1232bb68 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_differ.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: oui + - :notebook: A second variable: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi.md new file mode 100644 index 00000000..07456d09 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - no + - yes diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi2.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi2.md new file mode 100644 index 00000000..07456d09 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - no + - yes diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi3.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi3.md new file mode 100644 index 00000000..f3050c85 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - 0 + - 1 + - 2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings.md new file mode 100644 index 00000000..447f311f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1000 diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings_all.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings_all.md new file mode 100644 index 00000000..447f311f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings_all.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1000 diff --git a/tests/results/test_namespace_read_write_secrets_errors/05_0multi_not_uniq.md b/tests/results/test_namespace_read_write_secrets_errors/05_0multi_not_uniq.md new file mode 100644 index 00000000..fa1288d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/05_0multi_not_uniq.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - non diff --git a/tests/results/test_namespace_read_write_secrets_errors/05_0multi_uniq.md b/tests/results/test_namespace_read_write_secrets_errors/05_0multi_uniq.md new file mode 100644 index 00000000..fa1288d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/05_0multi_uniq.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - non diff --git a/tests/results/test_namespace_read_write_secrets_errors/12_1auto_save_expert.md b/tests/results/test_namespace_read_write_secrets_errors/12_1auto_save_expert.md new file mode 100644 index 00000000..70329de2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/12_1auto_save_expert.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_0redefine_description.md b/tests/results/test_namespace_read_write_secrets_errors/16_0redefine_description.md new file mode 100644 index 00000000..80518a0b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_0redefine_description.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: Redefined: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_2family_redefine_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_2family_redefine_disabled.md b/tests/results/test_namespace_read_write_secrets_errors/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_3family_empty_at_ends.md b/tests/results/test_namespace_read_write_secrets_errors/16_3family_empty_at_ends.md new file mode 100644 index 00000000..70e01e84 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_3family_empty_at_ends.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: var1: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5exists_nonexists.md b/tests/results/test_namespace_read_write_secrets_errors/16_5exists_nonexists.md new file mode 100644 index 00000000..a45a7467 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5exists_nonexists.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no + - :notebook: a new variable: yes diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5exists_redefine.md b/tests/results/test_namespace_read_write_secrets_errors/16_5exists_redefine.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_calculation.md new file mode 100644 index 00000000..31a62c12 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: yes diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_choice.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_choice.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_choice.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_default.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_default.md new file mode 100644 index 00000000..31a62c12 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_default.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: yes diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_default_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_default_calculation.md new file mode 100644 index 00000000..1e028afc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_family.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_family.md new file mode 100644 index 00000000..3d86a6c7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_help.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_help.md new file mode 100644 index 00000000..819d4fa6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: redefine help: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_hidden.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_multi.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_multi.md new file mode 100644 index 00000000..fa1288d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - non diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_remove_disable_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..bdd1e106 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5test_redefine.md b/tests/results/test_namespace_read_write_secrets_errors/16_5test_redefine.md new file mode 100644 index 00000000..f5a5b5d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5test_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: no + - :notebook: a second variable: non + - :notebook: a third variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_6choice_redefine.md b/tests/results/test_namespace_read_write_secrets_errors/16_6choice_redefine.md new file mode 100644 index 00000000..40db79b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_6choice_redefine.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: c diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_6exists_family.md b/tests/results/test_namespace_read_write_secrets_errors/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_6exists_redefine_family.md b/tests/results/test_namespace_read_write_secrets_errors/16_6exists_redefine_family.md new file mode 100644 index 00000000..beb727f1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16_6exists_redefine_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: null + - :open_file_folder: a second family + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/16exists_exists.md b/tests/results/test_namespace_read_write_secrets_errors/16exists_exists.md new file mode 100644 index 00000000..ce022a99 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/16exists_exists.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: Description: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/17_5redefine_leadership.md b/tests/results/test_namespace_read_write_secrets_errors/17_5redefine_leadership.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0empty_family.md b/tests/results/test_namespace_read_write_secrets_errors/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0family_append.md b/tests/results/test_namespace_read_write_secrets_errors/20_0family_append.md new file mode 100644 index 00000000..84fb74ec --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/20_0family_append.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A family + - :notebook: The first variable: null + - :notebook: The second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0family_underscore.md b/tests/results/test_namespace_read_write_secrets_errors/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family.md b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family.md new file mode 100644 index 00000000..7e34a909 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_basic.md b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_basic.md new file mode 100644 index 00000000..7e34a909 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_basic.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_expert.md b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_expert.md new file mode 100644 index 00000000..7e34a909 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_expert.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_order.md b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_order.md new file mode 100644 index 00000000..49e896f6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_order.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a first variable: null + - :open_file_folder: a sub family + - :notebook: a variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0validators_differ_redefine.md b/tests/results/test_namespace_read_write_secrets_errors/20_0validators_differ_redefine.md new file mode 100644 index 00000000..1557eb72 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/20_0validators_differ_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: no + - :notebook: a second variable: no + - :notebook: a third variable: yes diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_1empty_subfamily.md b/tests/results/test_namespace_read_write_secrets_errors/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_2family_looks_like_dynamic.md b/tests/results/test_namespace_read_write_secrets_errors/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..921699b1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/20_2family_looks_like_dynamic.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: dynamic: + - val1 + - val2 + - :notebook: a variable: true diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_2family_looks_like_variable.md b/tests/results/test_namespace_read_write_secrets_errors/20_2family_looks_like_variable.md new file mode 100644 index 00000000..d91e6d5f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/20_2family_looks_like_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: default: true diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_9default_information_parent.md b/tests/results/test_namespace_read_write_secrets_errors/20_9default_information_parent.md new file mode 100644 index 00000000..721c0cde --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/20_9default_information_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition.md new file mode 100644 index 00000000..3a132bb4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: no + - :open_file_folder: possibly hidden family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_boolean.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_boolean.md new file mode 100644 index 00000000..1376a8e1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_boolean.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: false diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_sub_family.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..d8d0b8b8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: no + - :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..3a4c0e08 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: true diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_with_variable.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_with_variable.md new file mode 100644 index 00000000..cf28f11e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_with_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first conditional variable: false + - :notebook: a second conditional variable: false diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..d13d310c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: no + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition.md new file mode 100644 index 00000000..bdd1e106 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition_variable.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..c453be34 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_7validators_variable_optional.md b/tests/results/test_namespace_read_write_secrets_errors/24_7validators_variable_optional.md new file mode 100644 index 00000000..f7103263 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/24_7validators_variable_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a first integer: null + - :notebook: a second integer: 1 diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_family_disabled_var_hidden.md b/tests/results/test_namespace_read_write_secrets_errors/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership.sh b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_diff_name.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_diff_name.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_diff_name.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_diff_name.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_diff_name.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_diff_name.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_empty.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_calculation.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_calculation.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti.md new file mode 100644 index 00000000..ccfe6f69 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: leader + - :notebook: a follower1: + - value + - :notebook: a follower2: + - value1 + - value2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti_calculation.md new file mode 100644 index 00000000..91d24977 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti_calculation.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: leader + - :notebook: the follower1: + - value + - :notebook: the follower2: + - value diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_value.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_value.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_value.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_value.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_value.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_follower.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_follower.md new file mode 100644 index 00000000..cde476dd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_follower.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: value1 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: value2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_not_multi.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..b80315cc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_not_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: general + - :notebook: No change: non + - :open_file_folder: general1 + - :open_file_folder: leader: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_not_multi.sh index 3650c1b0..e36044ee 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_not_multi.sh @@ -6,3 +6,4 @@ Variables:  ┣━━ 📂 general  ┃ ┗━━ 📓 No change: non  ┗━━ 📂 general1 +  ┗━━ 📂 leader: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_reduce.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_reduce.md new file mode 100644 index 00000000..04191711 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_reduce.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value_1 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value_2 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value_3 + - :notebook: a follower: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_1leadership_append_follower.md b/tests/results/test_namespace_read_write_secrets_errors/40_1leadership_append_follower.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_1leadership_append_follower.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write_secrets_errors/40_1leadership_append_follower.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_1leadership_append_follower.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/40_1leadership_append_follower.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index.md b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index.md new file mode 100644 index 00000000..7a42f955 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: a + - :notebook: a follower: 0 + - :open_file_folder: a leader + - :notebook: a leader: b + - :notebook: a follower: 1 + - :open_file_folder: a leader + - :notebook: a leader: c + - :notebook: a follower: 2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index_2.md b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..7a42f955 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: a + - :notebook: a follower: 0 + - :open_file_folder: a leader + - :notebook: a leader: b + - :notebook: a follower: 1 + - :open_file_folder: a leader + - :notebook: a leader: c + - :notebook: a follower: 2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_param_index.md b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_param_index.md new file mode 100644 index 00000000..41371f5b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_param_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a leader + - :notebook: a leader: a + - :notebook: a follower: 0 + - :open_file_folder: a leader + - :notebook: a leader: b + - :notebook: a follower: 1 + - :open_file_folder: a leader + - :notebook: a leader: c + - :notebook: a follower: 2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_leader_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_leader_calculation.md new file mode 100644 index 00000000..9cc93d49 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_leader_calculation.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 + - :notebook: a first follower: null + - :notebook: a second follower: null + - :open_file_folder: a leader + - :notebook: a leader: val2 + - :notebook: a first follower: null + - :notebook: a second follower: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi.md b/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi.md new file mode 100644 index 00000000..10805d4e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi.sh index b73fb7e6..806332f5 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 A leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..10805d4e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh index b73fb7e6..806332f5 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 A leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean.md b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean.md new file mode 100644 index 00000000..b6b33125 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: false + - :notebook: a first multi variable: + - false + - :notebook: a second multi variable: + - true + - false diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean_return_none.md b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean_return_none.md new file mode 100644 index 00000000..64cbe7a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean_return_none.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: yes + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_integer.md b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_integer.md new file mode 100644 index 00000000..596c16bf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_integer.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: false + - :notebook: first integer variable: 2 + - :notebook: second integer variable: 3 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable.md b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable.md new file mode 100644 index 00000000..379cc2e7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - no + - yes + - :notebook: a second variable: no + - :notebook: a third variable: yes diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable_parent.md b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..39c6e5ba --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no + - :open_file_folder: a family + - :notebook: a calculated variable: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable_parent2.md b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..6b606abe --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: first family + - :notebook: a variable: no + - :open_file_folder: second family + - :notebook: a variable: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_namespace_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..31fb6baf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: + - value1 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: + - value2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..3274b560 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :notebook: a calculated variable: + - val11 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..3274b560 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :notebook: a calculated variable: + - val11 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..ba607335 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: a + - :notebook: follower: null + - :open_file_folder: leader + - :notebook: leader: b + - :notebook: follower: null + - :notebook: variable: + - null + - null diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..a8232b50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :notebook: a calculated variable: + - val11 + - val11 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..f5c518c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :notebook: a calculated variable: value1 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..1fb8c959 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :notebook: a calculated variable: value2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..df6d611d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :notebook: a calculated variable: + - value1 + - value2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..9bfdd125 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a calculated variable: + - value1 + - value2 + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..7ce4f1b0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: null + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: null + - :notebook: a follower: val + - :open_file_folder: a leader + - :notebook: a leader: null + - :notebook: a follower: val diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..4c72cf72 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: null + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: + - value1 + - value2 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: + - value1 + - value2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/41_0choice_leader.md b/tests/results/test_namespace_read_write_secrets_errors/41_0choice_leader.md new file mode 100644 index 00000000..f0e33edb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/41_0choice_leader.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: The leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/41_0choice_leader.sh b/tests/results/test_namespace_read_write_secrets_errors/41_0choice_leader.sh index b73fb7e6..d3ef1e47 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/41_0choice_leader.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/41_0choice_leader.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 The leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_0leadership_hidden.md b/tests/results/test_namespace_read_write_secrets_errors/44_0leadership_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_0leadership_leader_hidden.md b/tests/results/test_namespace_read_write_secrets_errors/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_1leadership_append_hidden_follower.md b/tests/results/test_namespace_read_write_secrets_errors/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower.md b/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower.md new file mode 100644 index 00000000..4245954d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: a + - :notebook: a follower: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower_index.md b/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..35b4b358 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: a + - :open_file_folder: aleader + - :notebook: aleader: b + - :notebook: a follower: value diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory.md b/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory_follower.md b/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..30272033 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory_follower.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory_follower.sh index b73fb7e6..7fc88edb 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory_follower.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..642ae679 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: no diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.md b/tests/results/test_namespace_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..b3635a9e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: yes + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.sh index b0c7267f..85eaeec2 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.sh @@ -3,4 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a condition: yes + ┣━━ 📓 a condition: yes + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_9calculated_default_leadership_leader.md b/tests/results/test_namespace_read_write_secrets_errors/44_9calculated_default_leadership_leader.md new file mode 100644 index 00000000..39f5d3f5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/44_9calculated_default_leadership_leader.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: a leader + - :notebook: a leader: a + - :open_file_folder: a leader + - :notebook: a leader: b + - :notebook: a follower: b diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic.md new file mode 100644 index 00000000..74e70692 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0.md new file mode 100644 index 00000000..cf164dcd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_empty.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_empty.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type.md new file mode 100644 index 00000000..b9fcc8ff --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: dynval1 + - :notebook: A dyn variable: null + - :open_file_folder: dynval2 + - :notebook: A dyn variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type_empty.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type_empty.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..74e70692 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1_empty.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_empty.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_empty.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_forbidden_char.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..f0ec67cb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val.1 + - val.2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val.1 + - :notebook: A dynamic variable: val.1 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val.2 + - :notebook: A dynamic variable: val.2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_integer_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_integer_empty.md new file mode 100644 index 00000000..d5421d65 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_integer_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_integer_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_integer_empty.sh index 6833c036..f063e69e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_integer_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_integer_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a suffix variable: + ┣━━ 📓 a suffix variable: []  ┗━━ 📓 a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_number.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_number.md new file mode 100644 index 00000000..e2da47a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_number.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 + - 2 + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val + - :notebook: a variable: val diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..74bf14e7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: var: null + - :open_file_folder: A dynamic family + - :notebook: var: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description_empty.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_source_hidden.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..7e508e30 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_source_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_static.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_static.md new file mode 100644 index 00000000..41984dae --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_static.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: null + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_test.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_test.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_test.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_test.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_test.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_test.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_upper_char.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..bfd5da64 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_upper_char.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - Val1 + - VAL2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..9da60bfc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_empty.sh index 6e332eeb..b40e1201 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a suffix variable: + ┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_optional.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..15e56a71 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..3bbca25c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: a value + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: a value diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..904b76df --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh index fb909bf0..fd6256dd 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_hidden.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_mode.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_mode.md new file mode 100644 index 00000000..598fce72 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_mode.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: A variable: non diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_1family_dynamic_jinja.md b/tests/results/test_namespace_read_write_secrets_errors/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..3d6b1fd2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_1family_dynamic_jinja.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: val + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: val diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..889f1561 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: null + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..d775c4cb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: val1 + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: val2 + - :notebook: a varible outside dynamic family: val1 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..e5120dc2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: [] + - :notebook: a varible outside dynamic family: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index 261554a5..ba3018a0 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a identifier variable: + ┣━━ 📓 a identifier variable: []  ┗━━ 📓 a varible outside dynamic family: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..b14a8b92 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh index 67548faf..b5c2cb28 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a suffix variable: + ┣━━ 📓 a suffix variable: []  ┗━━ 📓 a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc.md b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..fbc62525 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: val + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: val + - :notebook: a second variable: val diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..20edaa6b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: [] + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.sh index b347fd55..e0ca1989 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a suffx variable: + ┣━━ 📓 a suffx variable: []  ┗━━ 📓 a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2.md new file mode 100644 index 00000000..95064fa2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :notebook: a second variable: null + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: val + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: val diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2_empty.md new file mode 100644 index 00000000..6525c0f6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] + - :notebook: a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2_empty.sh index 40843323..fe973ea7 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 A suffix variable: + ┣━━ 📓 A suffix variable: []  ┗━━ 📓 a second variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_description.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..ea46456d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_description.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: null + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: null + - :notebook: A new variable: null + - :notebook: A new variable: + - null + - null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix.md new file mode 100644 index 00000000..cbb9244a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null + - :notebook: A variable calculated: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..d26249bb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: val1 + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: val2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..9da60bfc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh index 6e332eeb..b40e1201 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a suffix variable: + ┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..cac63bd7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: dynval1: {} + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh index 08696ee0..56e0d67d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh @@ -3,5 +3,6 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┣━━ 📓 dynval1: {}  ┗━━ 📂 dynval2   ┗━━ 📓 A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.md new file mode 100644 index 00000000..07ae3d66 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] + - :notebook: A variable calculated: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.sh index 71f6662e..78a2535a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 A suffix variable: + ┣━━ 📓 A suffix variable: []  ┗━━ 📓 A variable calculated: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty.md new file mode 100644 index 00000000..07ae3d66 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] + - :notebook: A variable calculated: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty.sh index 71f6662e..78a2535a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 A suffix variable: + ┣━━ 📓 A suffix variable: []  ┗━━ 📓 A variable calculated: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_2.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_2.md new file mode 100644 index 00000000..07ae3d66 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] + - :notebook: A variable calculated: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_2.sh index 71f6662e..78a2535a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_2.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_2.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 A suffix variable: + ┣━━ 📓 A suffix variable: []  ┗━━ 📓 A variable calculated: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_3.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_3.md new file mode 100644 index 00000000..7c5f64c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A variable calculated: null + - :notebook: A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_3.sh index ca4a47df..25095f6a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_3.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_3.sh @@ -4,4 +4,4 @@ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 A variable calculated: null - ┗━━ 📓 A suffix variable: + ┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden.md new file mode 100644 index 00000000..fa7fc337 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: a value diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden.sh index d046d1e5..ba9b581a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden.sh @@ -6,4 +6,6 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1  ┃ ┗━━ val2 + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: a value diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_boolean.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_boolean.md new file mode 100644 index 00000000..7cf6ace3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: true diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh index 8ff9fd35..3191b15c 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -6,4 +6,6 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1  ┃ ┗━━ val2 + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: true diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_multi.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_multi.md new file mode 100644 index 00000000..fe280431 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: + - a value + - a second value diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh index ff072b7a..f4abb0f2 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -6,6 +6,8 @@ Variables:  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1  ┃ ┗━━ val2 + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated:   ┣━━ a value   ┗━━ a second value diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..39512179 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val1 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..a37f1f80 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh index fa86e1fb..d57be4b9 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A identifier variable: + ┗━━ 📓 A identifier variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..cbb9244a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null + - :notebook: A variable calculated: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..01d7aac2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: null + - :notebook: A new variable: null + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: null + - :notebook: A new variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..54478d9c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: null + - :notebook: A new variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..07ae3d66 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: [] + - :notebook: A variable calculated: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.sh index 71f6662e..78a2535a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 A suffix variable: + ┣━━ 📓 A suffix variable: []  ┗━━ 📓 A variable calculated: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..a9aad974 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a new variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix.md new file mode 100644 index 00000000..7a9e14a4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a variable 1: val1 + - :notebook: a variable 2: val1 + - :notebook: a variable 3: val1 + - :open_file_folder: a dynamic family + - :notebook: a variable 1: val2 + - :notebook: a variable 2: val2 + - :notebook: a variable 3: val2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix_empty.md new file mode 100644 index 00000000..9da60bfc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix_empty.sh index 6e332eeb..b40e1201 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a suffix variable: + ┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside.md new file mode 100644 index 00000000..f49cd04f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val1 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val2 + - :notebook: a variable: + - val1 + - val2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2.md new file mode 100644 index 00000000..51e33e5e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - val1 + - val2 + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val1 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2_empty.md new file mode 100644 index 00000000..eeac8ddf --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: [] + - :notebook: a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2_empty.sh index 6d156089..6c04516e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2_empty.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a variable: - ┗━━ 📓 a suffix variable: + ┣━━ 📓 a variable: [] + ┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_1_0.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_1_0.md new file mode 100644 index 00000000..f49cd04f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_1_0.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val1 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val2 + - :notebook: a variable: + - val1 + - val2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_empty.md new file mode 100644 index 00000000..74702339 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] + - :notebook: a variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_empty.sh index b11243b7..3bda513d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_empty.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a suffix variable: - ┗━━ 📓 a variable: + ┣━━ 📓 a suffix variable: [] + ┗━━ 📓 a variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja.md new file mode 100644 index 00000000..f49cd04f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val1 + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: val2 + - :notebook: a variable: + - val1 + - val2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.md new file mode 100644 index 00000000..74702339 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] + - :notebook: a variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.sh index b11243b7..3bda513d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a suffix variable: - ┗━━ 📓 a variable: + ┣━━ 📓 a suffix variable: [] + ┗━━ 📓 a variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix.md new file mode 100644 index 00000000..3019c50b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: val1 + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: val2 + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: val1 + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: val2 + - :notebook: a variable: + - val1 + - val2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.md new file mode 100644 index 00000000..74702339 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] + - :notebook: a variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh index b11243b7..3bda513d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -1,7 +1,7 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 a suffix variable: - ┗━━ 📓 a variable: + ┣━━ 📓 a suffix variable: [] + ┗━━ 📓 a variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..09daddfe --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val1 + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val2 + - :notebook: a variable: val1 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..918c605b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: asuffix variable: [] + - :notebook: a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh index f7f7d03b..15b0d784 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -3,5 +3,5 @@ ╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┣━━ 📓 asuffix variable: + ┣━━ 📓 asuffix variable: []  ┗━━ 📓 a variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside.md new file mode 100644 index 00000000..9dad8d95 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :notebook: value is suffix: val1 + - :notebook: value is first variable: val1 + - :notebook: value is relative first variable: val1 + - :notebook: value is first variable of val1: val1 + - :open_file_folder: a dynamic family + - :notebook: value is suffix: val2 + - :notebook: value is first variable: val2 + - :notebook: value is relative first variable: val2 + - :notebook: value is first variable of val1: val1 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside_empty.md new file mode 100644 index 00000000..9da60bfc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside_empty.sh index 6e332eeb..b40e1201 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a suffix variable: + ┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..b56e9982 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 + - val2 + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership: [] + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership.sh index fcbec923..08e557b8 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership.sh @@ -7,4 +7,6 @@ Variables:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 a dynamic family + ┃ ┗━━ 📂 a leadership: []  ┗━━ 📂 a dynamic family +  ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..9da60bfc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership_empty.sh index 6e332eeb..b40e1201 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a suffix variable: + ┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic.md new file mode 100644 index 00000000..54e58d62 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic.md @@ -0,0 +1,35 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 + - tval2 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval1 + - :notebook: identifier from first family: val1 + - :notebook: merge identifiers: val1-tval1 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval2 + - :notebook: identifier from first family: val1 + - :notebook: merge identifiers: val1-tval2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 + - tval2 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval1 + - :notebook: identifier from first family: val2 + - :notebook: merge identifiers: val2-tval1 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval2 + - :notebook: identifier from first family: val2 + - :notebook: merge identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.md new file mode 100644 index 00000000..54e58d62 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.md @@ -0,0 +1,35 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 + - tval2 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval1 + - :notebook: identifier from first family: val1 + - :notebook: merge identifiers: val1-tval1 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval2 + - :notebook: identifier from first family: val1 + - :notebook: merge identifiers: val1-tval2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 + - tval2 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval1 + - :notebook: identifier from first family: val2 + - :notebook: merge identifiers: val2-tval1 + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: tval2 + - :notebook: identifier from first family: val2 + - :notebook: merge identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_1_0_2.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_1_0_2.md new file mode 100644 index 00000000..de6145cd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_1_0_2.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty.md new file mode 100644 index 00000000..a37f1f80 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty.sh index fa86e1fb..d57be4b9 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 A identifier variable: + ┗━━ 📓 A identifier variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.md new file mode 100644 index 00000000..66f3066d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [] + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.sh index a5aad875..2af59e92 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.sh @@ -7,6 +7,6 @@ Variables:  ┃ ┣━━ val1  ┃ ┗━━ val2  ┣━━ 📂 A dynamic family - ┃ ┗━━ 📓 A dynamic variable: + ┃ ┗━━ 📓 A dynamic variable: []  ┗━━ 📂 A dynamic family -  ┗━━ 📓 A dynamic variable: +  ┗━━ 📓 A dynamic variable: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi.md new file mode 100644 index 00000000..93c0c248 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null + - :notebook: A variable calculated: + - null + - null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi2.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi2.md new file mode 100644 index 00000000..93c0c248 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi2.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: null + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: null + - :notebook: A variable calculated: + - null + - null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic.md b/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic.md new file mode 100644 index 00000000..6cab68f2 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - a +- :open_file_folder: extra + - :open_file_folder: dyn_a + - :notebook: var: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic_extra.md b/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic_extra.md new file mode 100644 index 00000000..dfda3d9c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic_extra.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: général + - :notebook: No change: + - a +- :open_file_folder: extra + - :notebook: a variable: + - a + - :open_file_folder: dyn_a + - :notebook: var: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_9family_dynamic_calc_both.md b/tests/results/test_namespace_read_write_secrets_errors/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..58581fe4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/60_9family_dynamic_calc_both.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: val2 + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: null + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: null diff --git a/tests/results/test_namespace_read_write_secrets_errors/68_0family_leadership_mode.md b/tests/results/test_namespace_read_write_secrets_errors/68_0family_leadership_mode.md new file mode 100644 index 00000000..10805d4e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_errors/68_0family_leadership_mode.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership: [] diff --git a/tests/results/test_namespace_read_write_secrets_errors/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write_secrets_errors/68_0family_leadership_mode.sh index b73fb7e6..806332f5 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/68_0family_leadership_mode.sh +++ b/tests/results/test_namespace_read_write_secrets_errors/68_0family_leadership_mode.sh @@ -1,5 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 A leadership: [] diff --git a/tests/results/test_namespace_secrets/00_0empty.md b/tests/results/test_namespace_secrets/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_secrets/00_0no_variable.md b/tests/results/test_namespace_secrets/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_secrets/00_0no_variable_default_version.md b/tests/results/test_namespace_secrets/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_secrets/00_0no_variable_remove_version.md b/tests/results/test_namespace_secrets/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_secrets/00_0version_underscore.md b/tests/results/test_namespace_secrets/00_0version_underscore.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_secrets/00_0version_underscore.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_1empty_variable.md b/tests/results/test_namespace_secrets/00_1empty_variable.md new file mode 100644 index 00000000..da8af99e --- /dev/null +++ b/tests/results/test_namespace_secrets/00_1empty_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_2default_calculated.md b/tests/results/test_namespace_secrets/00_2default_calculated.md new file mode 100644 index 00000000..f11ddfcf --- /dev/null +++ b/tests/results/test_namespace_secrets/00_2default_calculated.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_2default_calculated_multi.md b/tests/results/test_namespace_secrets/00_2default_calculated_multi.md new file mode 100644 index 00000000..fb0e8e14 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_2default_calculated_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_secrets/00_2default_calculated_params_permissive.md b/tests/results/test_namespace_secrets/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..c028478d --- /dev/null +++ b/tests/results/test_namespace_secrets/00_2default_calculated_params_permissive.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a first variable + - :notebook: a first variable: a_value + - :notebook: a first variable: a_value + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_namespace_secrets/00_2default_calculated_variable.md b/tests/results/test_namespace_secrets/00_2default_calculated_variable.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_2default_calculated_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_secrets/00_2default_calculated_variable_description.md b/tests/results/test_namespace_secrets/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..65cb161f --- /dev/null +++ b/tests/results/test_namespace_secrets/00_2default_calculated_variable_description.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_namespace_secrets/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..0fca75de --- /dev/null +++ b/tests/results/test_namespace_secrets/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.md b/tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..7af926f0 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test + - :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_namespace_secrets/00_4load_subfolder.md b/tests/results/test_namespace_secrets/00_4load_subfolder.md new file mode 100644 index 00000000..ff7bdb9d --- /dev/null +++ b/tests/results/test_namespace_secrets/00_4load_subfolder.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_5load_notype.md b/tests/results/test_namespace_secrets/00_5load_notype.md new file mode 100644 index 00000000..6fd8d704 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_5load_notype.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_secrets/00_6boolean.md b/tests/results/test_namespace_secrets/00_6boolean.md new file mode 100644 index 00000000..3675e3e8 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_secrets/00_6boolean_no_mandatory.md b/tests/results/test_namespace_secrets/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..2bc7dff2 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6boolean_no_mandatory.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_secrets/00_6choice.md b/tests/results/test_namespace_secrets/00_6choice.md new file mode 100644 index 00000000..98413c43 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6choice.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test + - :notebook: the third variable: a ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_secrets/00_6choice_calculation.md b/tests/results/test_namespace_secrets/00_6choice_calculation.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6choice_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_secrets/00_6choice_link.md b/tests/results/test_namespace_secrets/00_6choice_link.md new file mode 100644 index 00000000..210e19ea --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6choice_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: a ◀ loaded from rougail-test + - :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_secrets/00_6choice_variable.md b/tests/results/test_namespace_secrets/00_6choice_variable.md new file mode 100644 index 00000000..7f4eae65 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6choice_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_namespace_secrets/00_6choice_variable_link.md b/tests/results/test_namespace_secrets/00_6choice_variable_link.md new file mode 100644 index 00000000..4ad38758 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6choice_variable_link.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/00_6choice_variable_link2.md b/tests/results/test_namespace_secrets/00_6choice_variable_link2.md new file mode 100644 index 00000000..987640a9 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6choice_variable_link2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/00_6custom.md b/tests/results/test_namespace_secrets/00_6custom.md new file mode 100644 index 00000000..a23ac2ed --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6custom.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_secrets/00_6domainname.md b/tests/results/test_namespace_secrets/00_6domainname.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6domainname.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_secrets/00_6domainname_params.md b/tests/results/test_namespace_secrets/00_6domainname_params.md new file mode 100644 index 00000000..7828a64d --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6domainname_params.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_namespace_secrets/00_6float.md b/tests/results/test_namespace_secrets/00_6float.md new file mode 100644 index 00000000..3664d0f8 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6float.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_namespace_secrets/00_6integer.md b/tests/results/test_namespace_secrets/00_6integer.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6integer.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_secrets/00_6ip.md b/tests/results/test_namespace_secrets/00_6ip.md new file mode 100644 index 00000000..f6a181ce --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6ip.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) + - :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) + - :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_namespace_secrets/00_6network.md b/tests/results/test_namespace_secrets/00_6network.md new file mode 100644 index 00000000..e0da0a7d --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6network.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) + - :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) + - :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_namespace_secrets/00_6number.md b/tests/results/test_namespace_secrets/00_6number.md new file mode 100644 index 00000000..74804c82 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6number.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_secrets/00_6port.md b/tests/results/test_namespace_secrets/00_6port.md new file mode 100644 index 00000000..ede37ff7 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6port.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a port variable: 80 ◀ loaded from rougail-test + - :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_namespace_secrets/00_6regexp.md b/tests/results/test_namespace_secrets/00_6regexp.md new file mode 100644 index 00000000..384bc831 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6regexp.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace_secrets/00_6regexp_link.md b/tests/results/test_namespace_secrets/00_6regexp_link.md new file mode 100644 index 00000000..39f801e6 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6regexp_link.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) + - :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_namespace_secrets/00_6secret.md b/tests/results/test_namespace_secrets/00_6secret.md new file mode 100644 index 00000000..a4c054c2 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6secret.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: ********** ◀ loaded from rougail-test + - :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_namespace_secrets/00_6secret_param.md b/tests/results/test_namespace_secrets/00_6secret_param.md new file mode 100644 index 00000000..b4f231b5 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6secret_param.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: ********** ◀ loaded from rougail-test + - :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) + - :notebook: the third variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_namespace_secrets/00_6string.md b/tests/results/test_namespace_secrets/00_6string.md new file mode 100644 index 00000000..eda2d5fa --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6string.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test + - :notebook: the third variable: string1 ◀ loaded from rougail-test + - :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) + - :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_secrets/00_7choice_quote.md b/tests/results/test_namespace_secrets/00_7choice_quote.md new file mode 100644 index 00000000..807cb900 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7choice_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_secrets/00_7help.md b/tests/results/test_namespace_secrets/00_7help.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_7help_quote.md b/tests/results/test_namespace_secrets/00_7help_quote.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7help_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_7help_sup.md b/tests/results/test_namespace_secrets/00_7help_sup.md new file mode 100644 index 00000000..4d3461f3 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7help_sup.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first : string1 ◀ loaded from rougail-test + - :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_7value_doublequote.md b/tests/results/test_namespace_secrets/00_7value_doublequote.md new file mode 100644 index 00000000..02ea7785 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7value_doublequote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_namespace_secrets/00_7value_doublequote2.md b/tests/results/test_namespace_secrets/00_7value_doublequote2.md new file mode 100644 index 00000000..150a2807 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7value_doublequote2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_namespace_secrets/00_7value_doublequote3.md b/tests/results/test_namespace_secrets/00_7value_doublequote3.md new file mode 100644 index 00000000..a2329465 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7value_doublequote3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_namespace_secrets/00_7value_quote.md b/tests/results/test_namespace_secrets/00_7value_quote.md new file mode 100644 index 00000000..b27fe2b9 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7value_quote.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_secrets/00_8calculation_information.md b/tests/results/test_namespace_secrets/00_8calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_secrets/00_8calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_8calculation_namespace.md b/tests/results/test_namespace_secrets/00_8calculation_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_8calculation_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_secrets/00_8calculation_param_namespace.md b/tests/results/test_namespace_secrets/00_8calculation_param_namespace.md new file mode 100644 index 00000000..0412b894 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_8calculation_param_namespace.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_secrets/00_8test.md b/tests/results/test_namespace_secrets/00_8test.md new file mode 100644 index 00000000..a4a93d7c --- /dev/null +++ b/tests/results/test_namespace_secrets/00_8test.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: test ◀ loaded from rougail-test + - :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: the third variable: test1 ◀ loaded from rougail-test + - :notebook: the forth variable: null ◀ loaded from rougail-test + - :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_9choice_variable_multi.md b/tests/results/test_namespace_secrets/00_9choice_variable_multi.md new file mode 100644 index 00000000..41e4dfe6 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_9choice_variables.md b/tests/results/test_namespace_secrets/00_9choice_variables.md new file mode 100644 index 00000000..912e7f07 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9choice_variables.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_namespace_secrets/00_9default_calculation.md b/tests/results/test_namespace_secrets/00_9default_calculation.md new file mode 100644 index 00000000..6e0bfaa0 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_information.md b/tests/results/test_namespace_secrets/00_9default_calculation_information.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_information.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.md b/tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.md b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.md b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..cd38a9d1 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional_default.md b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e1ed61d5 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_optional.md b/tests/results/test_namespace_secrets/00_9default_calculation_optional.md new file mode 100644 index 00000000..a7a67c00 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.md b/tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..688bc5af --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_param_optional.md b/tests/results/test_namespace_secrets/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..063691d7 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_param_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_secrets/00_9default_information_other_variable.md b/tests/results/test_namespace_secrets/00_9default_information_other_variable.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_information_other_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_9default_information_other_variable2.md b/tests/results/test_namespace_secrets/00_9default_information_other_variable2.md new file mode 100644 index 00000000..f4e73bc1 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_information_other_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_9default_integer.md b/tests/results/test_namespace_secrets/00_9default_integer.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_secrets/00_9default_number.md b/tests/results/test_namespace_secrets/00_9default_number.md new file mode 100644 index 00000000..f31cb8bc --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_number.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_secrets/00_9extra.md b/tests/results/test_namespace_secrets/00_9extra.md new file mode 100644 index 00000000..36c29e33 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9extra.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: rougail) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_secrets/00_9extra_calculation.md b/tests/results/test_namespace_secrets/00_9extra_calculation.md new file mode 100644 index 00000000..c562fe8a --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9extra_calculation.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :open_file_folder: extra + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/00_9extra_ouside.md b/tests/results/test_namespace_secrets/00_9extra_ouside.md new file mode 100644 index 00000000..5cbd00bd --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9extra_ouside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :open_file_folder: extra + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value in extra) diff --git a/tests/results/test_namespace_secrets/01_6boolean_multi.md b/tests/results/test_namespace_secrets/01_6boolean_multi.md new file mode 100644 index 00000000..890b37b9 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6boolean_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_secrets/01_6custom_multi.md b/tests/results/test_namespace_secrets/01_6custom_multi.md new file mode 100644 index 00000000..03c72bf8 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6custom_multi.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/01_6float_multi.md b/tests/results/test_namespace_secrets/01_6float_multi.md new file mode 100644 index 00000000..ae1e5d07 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6float_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/01_6integer_multi.md b/tests/results/test_namespace_secrets/01_6integer_multi.md new file mode 100644 index 00000000..f4cbdc64 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6integer_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/01_6integer_multi_mandatory.md b/tests/results/test_namespace_secrets/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..b302e9ab --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6integer_multi_mandatory.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/01_6string_empty.md b/tests/results/test_namespace_secrets/01_6string_empty.md new file mode 100644 index 00000000..d48bfc50 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6string_empty.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/01_6string_multi.md b/tests/results/test_namespace_secrets/01_6string_multi.md new file mode 100644 index 00000000..bfce09b7 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6string_multi.md @@ -0,0 +1,41 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/01_6string_multi_length.md b/tests/results/test_namespace_secrets/01_6string_multi_length.md new file mode 100644 index 00000000..07754b3e --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6string_multi_length.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/01_7value_multi_doublequote.md b/tests/results/test_namespace_secrets/01_7value_multi_doublequote.md new file mode 100644 index 00000000..f7a2ddcc --- /dev/null +++ b/tests/results/test_namespace_secrets/01_7value_multi_doublequote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/01_7value_multi_doublequote2.md b/tests/results/test_namespace_secrets/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..51944c96 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_7value_multi_doublequote2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/01_7value_multi_quote.md b/tests/results/test_namespace_secrets/01_7value_multi_quote.md new file mode 100644 index 00000000..d3c77c8f --- /dev/null +++ b/tests/results/test_namespace_secrets/01_7value_multi_quote.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/01_8calculation_information_multi.md b/tests/results/test_namespace_secrets/01_8calculation_information_multi.md new file mode 100644 index 00000000..d44da6ad --- /dev/null +++ b/tests/results/test_namespace_secrets/01_8calculation_information_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/01_9choice_variable_multi.md b/tests/results/test_namespace_secrets/01_9choice_variable_multi.md new file mode 100644 index 00000000..a8326bee --- /dev/null +++ b/tests/results/test_namespace_secrets/01_9choice_variable_multi.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/01_9choice_variable_optional.md b/tests/results/test_namespace_secrets/01_9choice_variable_optional.md new file mode 100644 index 00000000..a48f5f45 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_9choice_variable_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_secrets/02_0tags.md b/tests/results/test_namespace_secrets/02_0tags.md new file mode 100644 index 00000000..cad1d169 --- /dev/null +++ b/tests/results/test_namespace_secrets/02_0tags.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: the first variable: string1 ◀ loaded from rougail-test + - :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_0type_param.md b/tests/results/test_namespace_secrets/04_0type_param.md new file mode 100644 index 00000000..18c8fa89 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_0type_param.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_secrets/04_0type_param_integer.md b/tests/results/test_namespace_secrets/04_0type_param_integer.md new file mode 100644 index 00000000..4449d33f --- /dev/null +++ b/tests/results/test_namespace_secrets/04_0type_param_integer.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_secrets/04_1auto_save.md b/tests/results/test_namespace_secrets/04_1auto_save.md new file mode 100644 index 00000000..8e0d9204 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1auto_save.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: an auto save variable: no diff --git a/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.md b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..a81ffd07 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: no diff --git a/tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.md b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..1590ca5e --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: yes diff --git a/tests/results/test_namespace_secrets/04_1auto_save_and_hidden.md b/tests/results/test_namespace_secrets/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..6bf614eb --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1auto_save_and_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: autosave variable: yes 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 fc32e107..4c0156d2 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,7 +1,7 @@ -╭────────────── Caption ──────────────╮ -│ Variable Default value │ -│ Unmodifiable variable │ -╰─────────────────────────────────────╯ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ Unmodifiable variable │ +╰──────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 autosave variable: yes + ┗━━ 📓 autosave variable: yes diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden.md b/tests/results/test_namespace_secrets/04_1default_calculation_hidden.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.md b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..b486db99 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_3.md b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..84077768 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_3.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_4.md b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..ed6759ba --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_4.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: value + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_5.md b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..78f4b310 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_5.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_6.md b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..1ea10302 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_6.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second variable: string1 diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation.md b/tests/results/test_namespace_secrets/04_5disabled_calculation.md new file mode 100644 index 00000000..5429e690 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_boolean.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..e6d444ba --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_boolean.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_default.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_default.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_default.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_multi.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_multi.md new file mode 100644 index 00000000..6a4a72d5 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_multi.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_optional.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..820dd3f4 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_optional.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: null + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_optional_default.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..f515131d --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_optional_default.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a first variable: null + - :notebook: a second variable: null + - :notebook: a forth variable: null diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable10.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable10.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..9230ad8c --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..a462cd35 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..eb426c71 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable5.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..1f9388cb --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable5.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: false + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable6.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable7.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable7.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable8.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..4e9a4243 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable8.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable9.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable9.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..60405bf6 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_secrets/04_5hidden_calculation.md b/tests/results/test_namespace_secrets/04_5hidden_calculation.md new file mode 100644 index 00000000..33a8132a --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5hidden_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_secrets/04_5hidden_calculation2.md b/tests/results/test_namespace_secrets/04_5hidden_calculation2.md new file mode 100644 index 00000000..7a7e5bf3 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5hidden_calculation2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 + - :notebook: a second variable: string1 diff --git a/tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.md b/tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.md new file mode 100644 index 00000000..73134b93 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/04_5validators.md b/tests/results/test_namespace_secrets/04_5validators.md new file mode 100644 index 00000000..07cacf5d --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5validators.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_5validators_differ.md b/tests/results/test_namespace_secrets/04_5validators_differ.md new file mode 100644 index 00000000..5fd982c3 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5validators_differ.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) + - :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_secrets/04_5validators_multi.md b/tests/results/test_namespace_secrets/04_5validators_multi.md new file mode 100644 index 00000000..5e479f0b --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5validators_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_5validators_multi2.md b/tests/results/test_namespace_secrets/04_5validators_multi2.md new file mode 100644 index 00000000..d39f4735 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5validators_multi2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_secrets/04_5validators_multi3.md b/tests/results/test_namespace_secrets/04_5validators_multi3.md new file mode 100644 index 00000000..9ccf53ad --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5validators_multi3.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_secrets/04_5validators_warnings.md b/tests/results/test_namespace_secrets/04_5validators_warnings.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5validators_warnings.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_secrets/04_5validators_warnings_all.md b/tests/results/test_namespace_secrets/04_5validators_warnings_all.md new file mode 100644 index 00000000..b32d96d9 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5validators_warnings_all.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_secrets/05_0multi_not_uniq.md b/tests/results/test_namespace_secrets/05_0multi_not_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_secrets/05_0multi_not_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/05_0multi_uniq.md b/tests/results/test_namespace_secrets/05_0multi_uniq.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_secrets/05_0multi_uniq.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/12_1auto_save_expert.md b/tests/results/test_namespace_secrets/12_1auto_save_expert.md new file mode 100644 index 00000000..70329de2 --- /dev/null +++ b/tests/results/test_namespace_secrets/12_1auto_save_expert.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace_secrets/16_0redefine_description.md b/tests/results/test_namespace_secrets/16_0redefine_description.md new file mode 100644 index 00000000..41640d4f --- /dev/null +++ b/tests/results/test_namespace_secrets/16_0redefine_description.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_2family_redefine_calculation.md b/tests/results/test_namespace_secrets/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_secrets/16_2family_redefine_disabled.md b/tests/results/test_namespace_secrets/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_secrets/16_3family_empty_at_ends.md b/tests/results/test_namespace_secrets/16_3family_empty_at_ends.md new file mode 100644 index 00000000..d4cd08a8 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_3family_empty_at_ends.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_5exists_nonexists.md b/tests/results/test_namespace_secrets/16_5exists_nonexists.md new file mode 100644 index 00000000..7c554062 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5exists_nonexists.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_secrets/16_5exists_redefine.md b/tests/results/test_namespace_secrets/16_5exists_redefine.md new file mode 100644 index 00000000..c7486fd7 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5exists_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: yes diff --git a/tests/results/test_namespace_secrets/16_5redefine_calculation.md b/tests/results/test_namespace_secrets/16_5redefine_calculation.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_secrets/16_5redefine_choice.md b/tests/results/test_namespace_secrets/16_5redefine_choice.md new file mode 100644 index 00000000..2e22c970 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_choice.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_5redefine_default.md b/tests/results/test_namespace_secrets/16_5redefine_default.md new file mode 100644 index 00000000..70c8085d --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_default.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_secrets/16_5redefine_default_calculation.md b/tests/results/test_namespace_secrets/16_5redefine_default_calculation.md new file mode 100644 index 00000000..4571bd8b --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_5redefine_family.md b/tests/results/test_namespace_secrets/16_5redefine_family.md new file mode 100644 index 00000000..e66a0f40 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_5redefine_help.md b/tests/results/test_namespace_secrets/16_5redefine_help.md new file mode 100644 index 00000000..ad0a42bf --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_help.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_5redefine_hidden.md b/tests/results/test_namespace_secrets/16_5redefine_hidden.md new file mode 100644 index 00000000..355256ce --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: no diff --git a/tests/results/test_namespace_secrets/16_5redefine_multi.md b/tests/results/test_namespace_secrets/16_5redefine_multi.md new file mode 100644 index 00000000..c0903894 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.md b/tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_5test_redefine.md b/tests/results/test_namespace_secrets/16_5test_redefine.md new file mode 100644 index 00000000..a10d019d --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5test_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_6choice_redefine.md b/tests/results/test_namespace_secrets/16_6choice_redefine.md new file mode 100644 index 00000000..46540373 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_6choice_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_secrets/16_6exists_family.md b/tests/results/test_namespace_secrets/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_secrets/16_6exists_redefine_family.md b/tests/results/test_namespace_secrets/16_6exists_redefine_family.md new file mode 100644 index 00000000..b9c88d1e --- /dev/null +++ b/tests/results/test_namespace_secrets/16_6exists_redefine_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16exists_exists.md b/tests/results/test_namespace_secrets/16exists_exists.md new file mode 100644 index 00000000..2f8e2a9b --- /dev/null +++ b/tests/results/test_namespace_secrets/16exists_exists.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/17_5redefine_leadership.md b/tests/results/test_namespace_secrets/17_5redefine_leadership.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace_secrets/17_5redefine_leadership.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_secrets/17_5redefine_leadership.sh b/tests/results/test_namespace_secrets/17_5redefine_leadership.sh index 15a1e9f2..9517af71 100644 --- a/tests/results/test_namespace_secrets/17_5redefine_leadership.sh +++ b/tests/results/test_namespace_secrets/17_5redefine_leadership.sh @@ -1,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_secrets/20_0empty_family.md b/tests/results/test_namespace_secrets/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_secrets/20_0family_append.md b/tests/results/test_namespace_secrets/20_0family_append.md new file mode 100644 index 00000000..1c0878b3 --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0family_append.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/20_0family_underscore.md b/tests/results/test_namespace_secrets/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_secrets/20_0multi_family.md b/tests/results/test_namespace_secrets/20_0multi_family.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0multi_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/20_0multi_family_basic.md b/tests/results/test_namespace_secrets/20_0multi_family_basic.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0multi_family_basic.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/20_0multi_family_expert.md b/tests/results/test_namespace_secrets/20_0multi_family_expert.md new file mode 100644 index 00000000..c89ffd75 --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0multi_family_expert.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/20_0multi_family_order.md b/tests/results/test_namespace_secrets/20_0multi_family_order.md new file mode 100644 index 00000000..d23b8332 --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0multi_family_order.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/20_0validators_differ_redefine.md b/tests/results/test_namespace_secrets/20_0validators_differ_redefine.md new file mode 100644 index 00000000..c68cc8ff --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0validators_differ_redefine.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_secrets/20_1empty_subfamily.md b/tests/results/test_namespace_secrets/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_secrets/20_2family_looks_like_dynamic.md b/tests/results/test_namespace_secrets/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..a8ecdfa7 --- /dev/null +++ b/tests/results/test_namespace_secrets/20_2family_looks_like_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_secrets/20_2family_looks_like_variable.md b/tests/results/test_namespace_secrets/20_2family_looks_like_variable.md new file mode 100644 index 00000000..897a8517 --- /dev/null +++ b/tests/results/test_namespace_secrets/20_2family_looks_like_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_secrets/20_9default_information_parent.md b/tests/results/test_namespace_secrets/20_9default_information_parent.md new file mode 100644 index 00000000..2593a43d --- /dev/null +++ b/tests/results/test_namespace_secrets/20_9default_information_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition.md b/tests/results/test_namespace_secrets/24_0family_hidden_condition.md new file mode 100644 index 00000000..a75b0d33 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.md b/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.md new file mode 100644 index 00000000..47a2cbf7 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :open_file_folder: a family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.md b/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..c88c8c63 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..b593f63a --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: null diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.md b/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.md new file mode 100644 index 00000000..895a4880 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a second conditional variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :open_file_folder: a family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..60626190 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/24_0family_mandatory_condition.md b/tests/results/test_namespace_secrets/24_0family_mandatory_condition.md new file mode 100644 index 00000000..f43ae2cf --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_mandatory_condition.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.md b/tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..4b589b44 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/24_7validators_variable_optional.md b/tests/results/test_namespace_secrets/24_7validators_variable_optional.md new file mode 100644 index 00000000..40fc3001 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_7validators_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_namespace_secrets/24_family_disabled_var_hidden.md b/tests/results/test_namespace_secrets/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_secrets/40_0leadership.md b/tests/results/test_namespace_secrets/40_0leadership.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/40_0leadership_diff_name.md b/tests/results/test_namespace_secrets/40_0leadership_diff_name.md new file mode 100644 index 00000000..eb14ac67 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_diff_name.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/40_0leadership_empty.md b/tests/results/test_namespace_secrets/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.md b/tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..953e4883 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.md b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.md new file mode 100644 index 00000000..7403107d --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: a follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.md b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.md new file mode 100644 index 00000000..324444f2 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: leader) + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: the follower2: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_secrets/40_0leadership_follower_default_value.md b/tests/results/test_namespace_secrets/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..e6ed0273 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_value.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_secrets/40_0leadership_leader_follower.md b/tests/results/test_namespace_secrets/40_0leadership_leader_follower.md new file mode 100644 index 00000000..a061374c --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_leader_follower.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.md b/tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..7effd208 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/40_0leadership_reduce.md b/tests/results/test_namespace_secrets/40_0leadership_reduce.md new file mode 100644 index 00000000..42bd1dff --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_reduce.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/40_1leadership_append_follower.md b/tests/results/test_namespace_secrets/40_1leadership_append_follower.md new file mode 100644 index 00000000..152651e6 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_1leadership_append_follower.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/40_2leadership_calculation_index.md b/tests/results/test_namespace_secrets/40_2leadership_calculation_index.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_2leadership_calculation_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_secrets/40_2leadership_calculation_index_2.md b/tests/results/test_namespace_secrets/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..93669454 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_2leadership_calculation_index_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.md b/tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.md new file mode 100644 index 00000000..3614be1f --- /dev/null +++ b/tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_namespace_secrets/40_2leadership_leader_calculation.md b/tests/results/test_namespace_secrets/40_2leadership_leader_calculation.md new file mode 100644 index 00000000..09b0881e --- /dev/null +++ b/tests/results/test_namespace_secrets/40_2leadership_leader_calculation.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a first follower: string1 ◀ loaded from rougail-test + - :notebook: a second follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a first follower: string2 ◀ loaded from rougail-test + - :notebook: a second follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a first follower: string3 ◀ loaded from rougail-test + - :notebook: a second follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/40_6leadership_follower_multi.md b/tests/results/test_namespace_secrets/40_6leadership_follower_multi.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_6leadership_follower_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_namespace_secrets/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..22cd6439 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/40_8calculation_boolean.md b/tests/results/test_namespace_secrets/40_8calculation_boolean.md new file mode 100644 index 00000000..5d0bf2a5 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_8calculation_boolean.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) + - :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.md b/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.md new file mode 100644 index 00000000..e1149f92 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :notebook: a second variable: true ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/40_8calculation_integer.md b/tests/results/test_namespace_secrets/40_8calculation_integer.md new file mode 100644 index 00000000..259e6b92 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_8calculation_integer.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) + - :notebook: first integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :notebook: second integer variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 4) diff --git a/tests/results/test_namespace_secrets/40_8calculation_multi_variable.md b/tests/results/test_namespace_secrets/40_8calculation_multi_variable.md new file mode 100644 index 00000000..daeb8aef --- /dev/null +++ b/tests/results/test_namespace_secrets/40_8calculation_multi_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.md b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..ae20c911 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.md b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..8c12caae --- /dev/null +++ b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_namespace_secrets/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..731f3677 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..54330a19 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..49302e24 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..5673a7f6 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test + - :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..5c02b640 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..cd610233 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..5e932cde --- /dev/null +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-variable.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..b633c9f0 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-variable.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..73f20381 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,29 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..c7e3530e --- /dev/null +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_secrets/41_0choice_leader.md b/tests/results/test_namespace_secrets/41_0choice_leader.md new file mode 100644 index 00000000..476885ac --- /dev/null +++ b/tests/results/test_namespace_secrets/41_0choice_leader.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/44_0leadership_hidden.md b/tests/results/test_namespace_secrets/44_0leadership_hidden.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_0leadership_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_namespace_secrets/44_0leadership_hidden.sh b/tests/results/test_namespace_secrets/44_0leadership_hidden.sh index 15a1e9f2..9517af71 100644 --- a/tests/results/test_namespace_secrets/44_0leadership_hidden.sh +++ b/tests/results/test_namespace_secrets/44_0leadership_hidden.sh @@ -1,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.md b/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] 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 15a1e9f2..9517af71 100644 --- a/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.sh +++ b/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.sh @@ -1,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.md b/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..31e1f731 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership: [] 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 15a1e9f2..9517af71 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,7 +1,7 @@ -╭─────── Caption ────────╮ -│ Variable │ -│ Unmodifiable  │ -│ variable │ -╰────────────────────────╯ +╭────────────── Caption ──────────────╮ +│ Variable Default value │ +│ Unmodifiable variable │ +╰─────────────────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.md b/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.md new file mode 100644 index 00000000..f6e8a31d --- /dev/null +++ b/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower_index.md b/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..865de6f5 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_secrets/44_4leadership_mandatory.md b/tests/results/test_namespace_secrets/44_4leadership_mandatory.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_4leadership_mandatory.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.md b/tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..c26078c7 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.md b/tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..c23fba50 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.md b/tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..e7eefdbf --- /dev/null +++ b/tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.md b/tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.md new file mode 100644 index 00000000..0146c6b1 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: leader + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic.md b/tests/results/test_namespace_secrets/60_0family_dynamic.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.md b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.md new file mode 100644 index 00000000..e52e4cc9 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.md b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.md new file mode 100644 index 00000000..42f07baf --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: Dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.md b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.md new file mode 100644 index 00000000..20097627 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.md b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.md new file mode 100644 index 00000000..2a3e7710 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dyn variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.md b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..5fda24a0 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.md b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_empty.md b/tests/results/test_namespace_secrets/60_0family_dynamic_empty.md new file mode 100644 index 00000000..7059e693 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_forbidden_char.md b/tests/results/test_namespace_secrets/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..fc1b2d1b --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_integer_empty.md b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_integer_empty.md new file mode 100644 index 00000000..8049ba8a --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_integer_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.md b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.md new file mode 100644 index 00000000..4c762078 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_no_description.md b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..69331323 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.md b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..26cb5c18 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_source_hidden.md b/tests/results/test_namespace_secrets/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..06f8cb9c --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_source_hidden.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 + - val2 + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_static.md b/tests/results/test_namespace_secrets/60_0family_dynamic_static.md new file mode 100644 index 00000000..85868b55 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_static.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_test.md b/tests/results/test_namespace_secrets/60_0family_dynamic_test.md new file mode 100644 index 00000000..54a8ace9 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_test.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_upper_char.md b/tests/results/test_namespace_secrets/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..9ba03d6a --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_upper_char.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.md b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..658b2882 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_optional.md b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..69a6c1a0 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.md b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..a77fdc6d --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..c08885e8 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_secrets/60_0family_empty.md b/tests/results/test_namespace_secrets/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_namespace_secrets/60_0family_hidden.md b/tests/results/test_namespace_secrets/60_0family_hidden.md new file mode 100644 index 00000000..fc65840d --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: a variable: null diff --git a/tests/results/test_namespace_secrets/60_0family_mode.md b/tests/results/test_namespace_secrets/60_0family_mode.md new file mode 100644 index 00000000..e64c4fc8 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_mode.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.md b/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..d89ebc8c --- /dev/null +++ b/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..63c9d37e --- /dev/null +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..8ab36214 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..b6adb3e4 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..965dabf7 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.md b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..4d9fd33f --- /dev/null +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..3781ded9 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc2.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2.md new file mode 100644 index 00000000..13749ae2 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.md new file mode 100644 index 00000000..bf3f976c --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_description.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..1a0ae738 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_description.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..144fa099 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..c278d473 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..2471f240 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: dynval1: {} + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test 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 48379a65..55dd8df3 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,7 +1,9 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail + ┣━━ 📓 dynval1: {}  ┗━━ 📂 dynval2   ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled2.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled2.md new file mode 100644 index 00000000..ed1d0242 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :notebook: dynval1: {} + - :notebook: dynval2: {} + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test 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 index 094ce312..97bed2b8 100644 --- 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 @@ -1,9 +1,12 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 A suffix variable:  ┃ ┣━━ val1 ◀ loaded from rougail-test  ┃ ┗━━ val2 ◀ loaded from rougail-test + ┣━━ 📓 dynval1: {} + ┣━━ 📓 dynval2: {}  ┗━━ 📓 A variable calculated: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_2.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_2.md new file mode 100644 index 00000000..2a900a61 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_3.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_3.md new file mode 100644 index 00000000..1d6619e3 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_3.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden.md new file mode 100644 index 00000000..940179cb --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: a value + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: a value + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.md new file mode 100644 index 00000000..5242ae19 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: true + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: true + - :notebook: A variable calculated: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_multi.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_multi.md new file mode 100644 index 00000000..20d4967f --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_multi.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: + - a value + - a second value + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: + - a value + - a second value + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: a second value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..a0a6724d --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..b9877673 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..951e9e0a --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..54b72de2 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..7e2ca9d8 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..cc3874c4 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.md b/tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..081a00d2 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a new variable: null diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.md b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.md new file mode 100644 index 00000000..e0711e71 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.md b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.md new file mode 100644 index 00000000..b08c4eb3 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.md @@ -0,0 +1,34 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - val3 ◀ loaded from rougail-test + - val4 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: a variable 1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - :notebook: a variable 2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 3: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a variable 4: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.md new file mode 100644 index 00000000..6f42fec7 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.md new file mode 100644 index 00000000..b8544bae --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_1_0.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_1_0.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_1_0.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.md new file mode 100644 index 00000000..7b68ce6b --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.md new file mode 100644 index 00000000..c2fb7194 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.md new file mode 100644 index 00000000..7acbb3b3 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.md new file mode 100644 index 00000000..d54e75b9 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a sub dynamic family + - :notebook: a variable inside a sub dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..746028e0 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..7474a697 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_inside.md b/tests/results/test_namespace_secrets/60_6family_dynamic_inside.md new file mode 100644 index 00000000..a4c046a7 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_inside.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.md b/tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.md new file mode 100644 index 00000000..23b9d8f8 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a dynamic family + - :notebook: value is suffix: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: value is first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is relative first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: value is first variable of val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_leadership.md b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..9ae7efeb --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.md b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..d264e6ad --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.md b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.md b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.md new file mode 100644 index 00000000..aebd1748 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0_2.md b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0_2.md new file mode 100644 index 00000000..ee896739 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0_2.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.md b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.md new file mode 100644 index 00000000..8717fe86 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.md @@ -0,0 +1,36 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-tval2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - tval1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - tval2 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: tval2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-tval2) diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty2.md b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty2.md new file mode 100644 index 00000000..12725719 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty2.md @@ -0,0 +1,46 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1-string3) + - :open_file_folder: A dynamic family + - :notebook: A dynamic variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string1) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string2) + - :open_file_folder: a Second dynamic variable + - :notebook: A variable dynamic: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: identifier from first family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :notebook: merge identifiers: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2-string3) diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_suffix_auto_multi.md b/tests/results/test_namespace_secrets/60_6family_dynamic_suffix_auto_multi.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_suffix_auto_multi.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_suffix_auto_multi2.md b/tests/results/test_namespace_secrets/60_6family_dynamic_suffix_auto_multi2.md new file mode 100644 index 00000000..63d5f8c9 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_suffix_auto_multi2.md @@ -0,0 +1,26 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: dynval1 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A variable calculated: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_9extra_dynamic.md b/tests/results/test_namespace_secrets/60_9extra_dynamic.md new file mode 100644 index 00000000..63eee2dc --- /dev/null +++ b/tests/results/test_namespace_secrets/60_9extra_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: extra + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.md b/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.md new file mode 100644 index 00000000..50d613f7 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: général + - :notebook: No change: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: extra + - :notebook: a variable: + - a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: dyn_a + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.md b/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..6339c134 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: Rougail + - :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/68_0family_leadership_mode.md b/tests/results/test_namespace_secrets/68_0family_leadership_mode.md new file mode 100644 index 00000000..ddc22098 --- /dev/null +++ b/tests/results/test_namespace_secrets/68_0family_leadership_mode.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: Rougail + - :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_0empty.md b/tests/results/test_read_write/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/00_0no_variable.md b/tests/results/test_read_write/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/00_0no_variable_default_version.md b/tests/results/test_read_write/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/00_0no_variable_remove_version.md b/tests/results/test_read_write/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/00_0version_underscore.md b/tests/results/test_read_write/00_0version_underscore.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write/00_0version_underscore.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_1empty_variable.md b/tests/results/test_read_write/00_1empty_variable.md new file mode 100644 index 00000000..a31a7d7a --- /dev/null +++ b/tests/results/test_read_write/00_1empty_variable.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_2default_calculated.md b/tests/results/test_read_write/00_2default_calculated.md new file mode 100644 index 00000000..32af1c07 --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_2default_calculated_multi.md b/tests/results/test_read_write/00_2default_calculated_multi.md new file mode 100644 index 00000000..45c944bb --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write/00_2default_calculated_params_permissive.md b/tests/results/test_read_write/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..c54e0487 --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated_params_permissive.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_read_write/00_2default_calculated_variable.md b/tests/results/test_read_write/00_2default_calculated_variable.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_read_write/00_2default_calculated_variable_description.md b/tests/results/test_read_write/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..06a98c44 --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated_variable_description.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_read_write/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..04c5f380 --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_2default_calculated_variable_transitive.md b/tests/results/test_read_write/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated_variable_transitive.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_read_write/00_4load_subfolder.md b/tests/results/test_read_write/00_4load_subfolder.md new file mode 100644 index 00000000..d729d1dd --- /dev/null +++ b/tests/results/test_read_write/00_4load_subfolder.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_5load_notype.md b/tests/results/test_read_write/00_5load_notype.md new file mode 100644 index 00000000..74a3ebb7 --- /dev/null +++ b/tests/results/test_read_write/00_5load_notype.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_read_write/00_6boolean.md b/tests/results/test_read_write/00_6boolean.md new file mode 100644 index 00000000..7767738e --- /dev/null +++ b/tests/results/test_read_write/00_6boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write/00_6boolean_no_mandatory.md b/tests/results/test_read_write/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..0d665aa8 --- /dev/null +++ b/tests/results/test_read_write/00_6boolean_no_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write/00_6choice.md b/tests/results/test_read_write/00_6choice.md new file mode 100644 index 00000000..069f0f56 --- /dev/null +++ b/tests/results/test_read_write/00_6choice.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test +- :notebook: the third variable: a ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_read_write/00_6choice_calculation.md b/tests/results/test_read_write/00_6choice_calculation.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_read_write/00_6choice_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write/00_6choice_link.md b/tests/results/test_read_write/00_6choice_link.md new file mode 100644 index 00000000..07fe1c0f --- /dev/null +++ b/tests/results/test_read_write/00_6choice_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_read_write/00_6choice_variable.md b/tests/results/test_read_write/00_6choice_variable.md new file mode 100644 index 00000000..a3b27ef6 --- /dev/null +++ b/tests/results/test_read_write/00_6choice_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_read_write/00_6choice_variable_link.md b/tests/results/test_read_write/00_6choice_variable_link.md new file mode 100644 index 00000000..4c73fa36 --- /dev/null +++ b/tests/results/test_read_write/00_6choice_variable_link.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/00_6choice_variable_link2.md b/tests/results/test_read_write/00_6choice_variable_link2.md new file mode 100644 index 00000000..69e1b391 --- /dev/null +++ b/tests/results/test_read_write/00_6choice_variable_link2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/00_6custom.md b/tests/results/test_read_write/00_6custom.md new file mode 100644 index 00000000..0278efae --- /dev/null +++ b/tests/results/test_read_write/00_6custom.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write/00_6domainname.md b/tests/results/test_read_write/00_6domainname.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_read_write/00_6domainname.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_read_write/00_6domainname_params.md b/tests/results/test_read_write/00_6domainname_params.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_read_write/00_6domainname_params.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_read_write/00_6float.md b/tests/results/test_read_write/00_6float.md new file mode 100644 index 00000000..fdf00c1b --- /dev/null +++ b/tests/results/test_read_write/00_6float.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_read_write/00_6integer.md b/tests/results/test_read_write/00_6integer.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_read_write/00_6integer.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write/00_6ip.md b/tests/results/test_read_write/00_6ip.md new file mode 100644 index 00000000..03c33f4a --- /dev/null +++ b/tests/results/test_read_write/00_6ip.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) +- :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) +- :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_read_write/00_6network.md b/tests/results/test_read_write/00_6network.md new file mode 100644 index 00000000..bcdcd790 --- /dev/null +++ b/tests/results/test_read_write/00_6network.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) +- :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) +- :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_read_write/00_6number.md b/tests/results/test_read_write/00_6number.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_read_write/00_6number.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write/00_6port.md b/tests/results/test_read_write/00_6port.md new file mode 100644 index 00000000..03133fbb --- /dev/null +++ b/tests/results/test_read_write/00_6port.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a port variable: 80 ◀ loaded from rougail-test +- :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_read_write/00_6regexp.md b/tests/results/test_read_write/00_6regexp.md new file mode 100644 index 00000000..fac2816f --- /dev/null +++ b/tests/results/test_read_write/00_6regexp.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_read_write/00_6regexp_link.md b/tests/results/test_read_write/00_6regexp_link.md new file mode 100644 index 00000000..ca7a25c4 --- /dev/null +++ b/tests/results/test_read_write/00_6regexp_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_read_write/00_6secret.md b/tests/results/test_read_write/00_6secret.md new file mode 100644 index 00000000..7e898a9d --- /dev/null +++ b/tests/results/test_read_write/00_6secret.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test +- :notebook: the second variable: onE7vaLues_len1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write/00_6secret_param.md b/tests/results/test_read_write/00_6secret_param.md new file mode 100644 index 00000000..f5779ef2 --- /dev/null +++ b/tests/results/test_read_write/00_6secret_param.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test +- :notebook: the second variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the third variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write/00_6string.md b/tests/results/test_read_write/00_6string.md new file mode 100644 index 00000000..495f5f12 --- /dev/null +++ b/tests/results/test_read_write/00_6string.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test +- :notebook: the third variable: string1 ◀ loaded from rougail-test +- :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write/00_7choice_quote.md b/tests/results/test_read_write/00_7choice_quote.md new file mode 100644 index 00000000..ec33219d --- /dev/null +++ b/tests/results/test_read_write/00_7choice_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write/00_7help.md b/tests/results/test_read_write/00_7help.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_read_write/00_7help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_7help_quote.md b/tests/results/test_read_write/00_7help_quote.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_read_write/00_7help_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_7help_sup.md b/tests/results/test_read_write/00_7help_sup.md new file mode 100644 index 00000000..ef5ad161 --- /dev/null +++ b/tests/results/test_read_write/00_7help_sup.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first : string1 ◀ loaded from rougail-test +- :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_7value_doublequote.md b/tests/results/test_read_write/00_7value_doublequote.md new file mode 100644 index 00000000..aaa4b82e --- /dev/null +++ b/tests/results/test_read_write/00_7value_doublequote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_read_write/00_7value_doublequote2.md b/tests/results/test_read_write/00_7value_doublequote2.md new file mode 100644 index 00000000..a6f45dbf --- /dev/null +++ b/tests/results/test_read_write/00_7value_doublequote2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_read_write/00_7value_doublequote3.md b/tests/results/test_read_write/00_7value_doublequote3.md new file mode 100644 index 00000000..8f1901c5 --- /dev/null +++ b/tests/results/test_read_write/00_7value_doublequote3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_read_write/00_7value_quote.md b/tests/results/test_read_write/00_7value_quote.md new file mode 100644 index 00000000..d3b5cf77 --- /dev/null +++ b/tests/results/test_read_write/00_7value_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write/00_8calculation_information.md b/tests/results/test_read_write/00_8calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write/00_8calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_8test.md b/tests/results/test_read_write/00_8test.md new file mode 100644 index 00000000..ab0eb351 --- /dev/null +++ b/tests/results/test_read_write/00_8test.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: test ◀ loaded from rougail-test +- :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the third variable: test1 ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_9choice_variable_multi.md b/tests/results/test_read_write/00_9choice_variable_multi.md new file mode 100644 index 00000000..a8e00ca4 --- /dev/null +++ b/tests/results/test_read_write/00_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_9choice_variables.md b/tests/results/test_read_write/00_9choice_variables.md new file mode 100644 index 00000000..eabca2ae --- /dev/null +++ b/tests/results/test_read_write/00_9choice_variables.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_read_write/00_9default_calculation.md b/tests/results/test_read_write/00_9default_calculation.md new file mode 100644 index 00000000..28f184e4 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_read_write/00_9default_calculation_information.md b/tests/results/test_read_write/00_9default_calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_9default_calculation_information_other_variable.md b/tests/results/test_read_write/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_9default_calculation_multi_optional.md b/tests/results/test_read_write/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_multi_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_9default_calculation_multi_optional2.md b/tests/results/test_read_write/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_multi_optional2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_9default_calculation_multi_optional_default.md b/tests/results/test_read_write/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e50c6d45 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_9default_calculation_optional.md b/tests/results/test_read_write/00_9default_calculation_optional.md new file mode 100644 index 00000000..fba93947 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_9default_calculation_optional_exists.md b/tests/results/test_read_write/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..8331c4d0 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_optional_exists.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write/00_9default_calculation_param_optional.md b/tests/results/test_read_write/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..ba3ac0cb --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_param_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_read_write/00_9default_information_other_variable.md b/tests/results/test_read_write/00_9default_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_read_write/00_9default_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_9default_information_other_variable2.md b/tests/results/test_read_write/00_9default_information_other_variable2.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_read_write/00_9default_information_other_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/00_9default_integer.md b/tests/results/test_read_write/00_9default_integer.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_read_write/00_9default_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write/00_9default_number.md b/tests/results/test_read_write/00_9default_number.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_read_write/00_9default_number.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write/01_6boolean_multi.md b/tests/results/test_read_write/01_6boolean_multi.md new file mode 100644 index 00000000..64a9c704 --- /dev/null +++ b/tests/results/test_read_write/01_6boolean_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write/01_6custom_multi.md b/tests/results/test_read_write/01_6custom_multi.md new file mode 100644 index 00000000..5f8295fe --- /dev/null +++ b/tests/results/test_read_write/01_6custom_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/01_6float_multi.md b/tests/results/test_read_write/01_6float_multi.md new file mode 100644 index 00000000..37394ce7 --- /dev/null +++ b/tests/results/test_read_write/01_6float_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/01_6integer_multi.md b/tests/results/test_read_write/01_6integer_multi.md new file mode 100644 index 00000000..cd3a6d90 --- /dev/null +++ b/tests/results/test_read_write/01_6integer_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/01_6integer_multi_mandatory.md b/tests/results/test_read_write/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..5dc07324 --- /dev/null +++ b/tests/results/test_read_write/01_6integer_multi_mandatory.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/01_6string_empty.md b/tests/results/test_read_write/01_6string_empty.md new file mode 100644 index 00000000..169debbc --- /dev/null +++ b/tests/results/test_read_write/01_6string_empty.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/01_6string_multi.md b/tests/results/test_read_write/01_6string_multi.md new file mode 100644 index 00000000..5126d7c7 --- /dev/null +++ b/tests/results/test_read_write/01_6string_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/01_6string_multi_length.md b/tests/results/test_read_write/01_6string_multi_length.md new file mode 100644 index 00000000..bad5a109 --- /dev/null +++ b/tests/results/test_read_write/01_6string_multi_length.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/01_7value_multi_doublequote.md b/tests/results/test_read_write/01_7value_multi_doublequote.md new file mode 100644 index 00000000..c7d13a41 --- /dev/null +++ b/tests/results/test_read_write/01_7value_multi_doublequote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/01_7value_multi_doublequote2.md b/tests/results/test_read_write/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..86a1a25c --- /dev/null +++ b/tests/results/test_read_write/01_7value_multi_doublequote2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/01_7value_multi_quote.md b/tests/results/test_read_write/01_7value_multi_quote.md new file mode 100644 index 00000000..08b18504 --- /dev/null +++ b/tests/results/test_read_write/01_7value_multi_quote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/01_8calculation_information_multi.md b/tests/results/test_read_write/01_8calculation_information_multi.md new file mode 100644 index 00000000..36f45646 --- /dev/null +++ b/tests/results/test_read_write/01_8calculation_information_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/01_9choice_variable_multi.md b/tests/results/test_read_write/01_9choice_variable_multi.md new file mode 100644 index 00000000..e66688b4 --- /dev/null +++ b/tests/results/test_read_write/01_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/01_9choice_variable_optional.md b/tests/results/test_read_write/01_9choice_variable_optional.md new file mode 100644 index 00000000..f85e76de --- /dev/null +++ b/tests/results/test_read_write/01_9choice_variable_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write/02_0tags.md b/tests/results/test_read_write/02_0tags.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_read_write/02_0tags.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/04_0type_param.md b/tests/results/test_read_write/04_0type_param.md new file mode 100644 index 00000000..9b8af410 --- /dev/null +++ b/tests/results/test_read_write/04_0type_param.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write/04_0type_param_integer.md b/tests/results/test_read_write/04_0type_param_integer.md new file mode 100644 index 00000000..8dda6325 --- /dev/null +++ b/tests/results/test_read_write/04_0type_param_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write/04_1auto_save.md b/tests/results/test_read_write/04_1auto_save.md new file mode 100644 index 00000000..18a70157 --- /dev/null +++ b/tests/results/test_read_write/04_1auto_save.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: an auto save variable: no diff --git a/tests/results/test_read_write/04_1auto_save_and_calculated.md b/tests/results/test_read_write/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..1012dbd7 --- /dev/null +++ b/tests/results/test_read_write/04_1auto_save_and_calculated.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: no diff --git a/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.md b/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..f5e243ac --- /dev/null +++ b/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: yes diff --git a/tests/results/test_read_write/04_1auto_save_and_hidden.md b/tests/results/test_read_write/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/04_1default_calculation_hidden.md b/tests/results/test_read_write/04_1default_calculation_hidden.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/04_1default_calculation_hidden_2.md b/tests/results/test_read_write/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden_2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/04_1default_calculation_hidden_3.md b/tests/results/test_read_write/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..35599e09 --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden_3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write/04_1default_calculation_hidden_4.md b/tests/results/test_read_write/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..b2991eba --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden_4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write/04_1default_calculation_hidden_5.md b/tests/results/test_read_write/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..1d01f221 --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden_5.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/04_1default_calculation_hidden_6.md b/tests/results/test_read_write/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..2e1bdf8d --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden_6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write/04_5disabled_calculation_boolean.md b/tests/results/test_read_write/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..2a347caa --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_boolean.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/04_5disabled_calculation_optional.md b/tests/results/test_read_write/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..53ff3525 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/04_5disabled_calculation_optional_default.md b/tests/results/test_read_write/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..ce713dda --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_optional_default.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable.md b/tests/results/test_read_write/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable10.md b/tests/results/test_read_write/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable10.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable2.md b/tests/results/test_read_write/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable3.md b/tests/results/test_read_write/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..686a5383 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable4.md b/tests/results/test_read_write/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..2c85557d --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable4.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable5.md b/tests/results/test_read_write/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable5.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable6.md b/tests/results/test_read_write/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable6.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable7.md b/tests/results/test_read_write/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable7.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable8.md b/tests/results/test_read_write/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable9.md b/tests/results/test_read_write/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable9.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable_multi.md b/tests/results/test_read_write/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write/04_5validators.md b/tests/results/test_read_write/04_5validators.md new file mode 100644 index 00000000..bde57131 --- /dev/null +++ b/tests/results/test_read_write/04_5validators.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/04_5validators_differ.md b/tests/results/test_read_write/04_5validators_differ.md new file mode 100644 index 00000000..7228c318 --- /dev/null +++ b/tests/results/test_read_write/04_5validators_differ.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) +- :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_read_write/04_5validators_multi.md b/tests/results/test_read_write/04_5validators_multi.md new file mode 100644 index 00000000..a02553e3 --- /dev/null +++ b/tests/results/test_read_write/04_5validators_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/04_5validators_multi2.md b/tests/results/test_read_write/04_5validators_multi2.md new file mode 100644 index 00000000..d540870f --- /dev/null +++ b/tests/results/test_read_write/04_5validators_multi2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write/04_5validators_multi3.md b/tests/results/test_read_write/04_5validators_multi3.md new file mode 100644 index 00000000..12aa629b --- /dev/null +++ b/tests/results/test_read_write/04_5validators_multi3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_read_write/04_5validators_warnings.md b/tests/results/test_read_write/04_5validators_warnings.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_read_write/04_5validators_warnings.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_read_write/04_5validators_warnings_all.md b/tests/results/test_read_write/04_5validators_warnings_all.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_read_write/04_5validators_warnings_all.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_read_write/05_0multi_not_uniq.md b/tests/results/test_read_write/05_0multi_not_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_read_write/05_0multi_not_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/05_0multi_uniq.md b/tests/results/test_read_write/05_0multi_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_read_write/05_0multi_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/12_1auto_save_expert.md b/tests/results/test_read_write/12_1auto_save_expert.md new file mode 100644 index 00000000..517523ba --- /dev/null +++ b/tests/results/test_read_write/12_1auto_save_expert.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test_read_write/16_0redefine_description.md b/tests/results/test_read_write/16_0redefine_description.md new file mode 100644 index 00000000..1a79d0e3 --- /dev/null +++ b/tests/results/test_read_write/16_0redefine_description.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/16_2family_redefine_calculation.md b/tests/results/test_read_write/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/16_2family_redefine_disabled.md b/tests/results/test_read_write/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/16_3family_empty_at_ends.md b/tests/results/test_read_write/16_3family_empty_at_ends.md new file mode 100644 index 00000000..391f7652 --- /dev/null +++ b/tests/results/test_read_write/16_3family_empty_at_ends.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/16_5exists_nonexists.md b/tests/results/test_read_write/16_5exists_nonexists.md new file mode 100644 index 00000000..5282c9a9 --- /dev/null +++ b/tests/results/test_read_write/16_5exists_nonexists.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write/16_5exists_redefine.md b/tests/results/test_read_write/16_5exists_redefine.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/16_5redefine_calculation.md b/tests/results/test_read_write/16_5redefine_calculation.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write/16_5redefine_choice.md b/tests/results/test_read_write/16_5redefine_choice.md new file mode 100644 index 00000000..3fa8719b --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_choice.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/16_5redefine_default.md b/tests/results/test_read_write/16_5redefine_default.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_default.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write/16_5redefine_default_calculation.md b/tests/results/test_read_write/16_5redefine_default_calculation.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/16_5redefine_family.md b/tests/results/test_read_write/16_5redefine_family.md new file mode 100644 index 00000000..e3d9d3ab --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/16_5redefine_help.md b/tests/results/test_read_write/16_5redefine_help.md new file mode 100644 index 00000000..1da5c1c7 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/16_5redefine_hidden.md b/tests/results/test_read_write/16_5redefine_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/16_5redefine_multi.md b/tests/results/test_read_write/16_5redefine_multi.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/16_5redefine_remove_disable_calculation.md b/tests/results/test_read_write/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/16_5test_redefine.md b/tests/results/test_read_write/16_5test_redefine.md new file mode 100644 index 00000000..c1457ecf --- /dev/null +++ b/tests/results/test_read_write/16_5test_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/16_6choice_redefine.md b/tests/results/test_read_write/16_6choice_redefine.md new file mode 100644 index 00000000..9752d3c3 --- /dev/null +++ b/tests/results/test_read_write/16_6choice_redefine.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write/16_6exists_family.md b/tests/results/test_read_write/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/16_6exists_redefine_family.md b/tests/results/test_read_write/16_6exists_redefine_family.md new file mode 100644 index 00000000..d32c7ec6 --- /dev/null +++ b/tests/results/test_read_write/16_6exists_redefine_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/16exists_exists.md b/tests/results/test_read_write/16exists_exists.md new file mode 100644 index 00000000..6af116b0 --- /dev/null +++ b/tests/results/test_read_write/16exists_exists.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/17_5redefine_leadership.md b/tests/results/test_read_write/17_5redefine_leadership.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/20_0empty_family.md b/tests/results/test_read_write/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/20_0family_append.md b/tests/results/test_read_write/20_0family_append.md new file mode 100644 index 00000000..e58e2fff --- /dev/null +++ b/tests/results/test_read_write/20_0family_append.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/20_0family_underscore.md b/tests/results/test_read_write/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/20_0multi_family.md b/tests/results/test_read_write/20_0multi_family.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_read_write/20_0multi_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/20_0multi_family_basic.md b/tests/results/test_read_write/20_0multi_family_basic.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_read_write/20_0multi_family_basic.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/20_0multi_family_expert.md b/tests/results/test_read_write/20_0multi_family_expert.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_read_write/20_0multi_family_expert.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/20_0multi_family_order.md b/tests/results/test_read_write/20_0multi_family_order.md new file mode 100644 index 00000000..6fe9fe14 --- /dev/null +++ b/tests/results/test_read_write/20_0multi_family_order.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/20_0validators_differ_redefine.md b/tests/results/test_read_write/20_0validators_differ_redefine.md new file mode 100644 index 00000000..894437c1 --- /dev/null +++ b/tests/results/test_read_write/20_0validators_differ_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write/20_1empty_subfamily.md b/tests/results/test_read_write/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/20_2family_looks_like_dynamic.md b/tests/results/test_read_write/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..37a189c4 --- /dev/null +++ b/tests/results/test_read_write/20_2family_looks_like_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write/20_2family_looks_like_variable.md b/tests/results/test_read_write/20_2family_looks_like_variable.md new file mode 100644 index 00000000..ab3f4c56 --- /dev/null +++ b/tests/results/test_read_write/20_2family_looks_like_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write/20_9default_information_parent.md b/tests/results/test_read_write/20_9default_information_parent.md new file mode 100644 index 00000000..3baade9e --- /dev/null +++ b/tests/results/test_read_write/20_9default_information_parent.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/20_9family_absolute.md b/tests/results/test_read_write/20_9family_absolute.md new file mode 100644 index 00000000..04c297cd --- /dev/null +++ b/tests/results/test_read_write/20_9family_absolute.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: first variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a second variable: string6 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: third variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a variable2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - :notebook: var3: string5 ◀ loaded from rougail-test (:hourglass_flowing_sand: string4) + - :open_file_folder: a sub family + - :notebook: fourth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string5) diff --git a/tests/results/test_read_write/24_0family_hidden_condition_sub_family.md b/tests/results/test_read_write/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..f116a698 --- /dev/null +++ b/tests/results/test_read_write/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..089c3930 --- /dev/null +++ b/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..e2205c85 --- /dev/null +++ b/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/24_0family_mandatory_condition.md b/tests/results/test_read_write/24_0family_mandatory_condition.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_read_write/24_0family_mandatory_condition.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/24_0family_mandatory_condition_variable.md b/tests/results/test_read_write/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..38cfdc4f --- /dev/null +++ b/tests/results/test_read_write/24_0family_mandatory_condition_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/24_7validators_variable_optional.md b/tests/results/test_read_write/24_7validators_variable_optional.md new file mode 100644 index 00000000..2a474ee3 --- /dev/null +++ b/tests/results/test_read_write/24_7validators_variable_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_read_write/24_family_disabled_var_hidden.md b/tests/results/test_read_write/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/40_0leadership.md b/tests/results/test_read_write/40_0leadership.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_read_write/40_0leadership.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/40_0leadership_diff_name.md b/tests/results/test_read_write/40_0leadership_diff_name.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_diff_name.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/40_0leadership_empty.md b/tests/results/test_read_write/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/40_0leadership_follower_default_calculation.md b/tests/results/test_read_write/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..9fc9ddef --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_follower_default_calculation.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write/40_0leadership_follower_default_value.md b/tests/results/test_read_write/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..d35335b7 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_follower_default_value.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write/40_0leadership_leader_follower.md b/tests/results/test_read_write/40_0leadership_leader_follower.md new file mode 100644 index 00000000..f3168a42 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_leader_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write/40_0leadership_leader_not_multi.md b/tests/results/test_read_write/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..de43516e --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_leader_not_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/40_0leadership_reduce.md b/tests/results/test_read_write/40_0leadership_reduce.md new file mode 100644 index 00000000..6e0a96b2 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_reduce.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/40_1leadership_append_follower.md b/tests/results/test_read_write/40_1leadership_append_follower.md new file mode 100644 index 00000000..f45a28e6 --- /dev/null +++ b/tests/results/test_read_write/40_1leadership_append_follower.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/40_2leadership_calculation_index.md b/tests/results/test_read_write/40_2leadership_calculation_index.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_read_write/40_2leadership_calculation_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_read_write/40_2leadership_calculation_index_2.md b/tests/results/test_read_write/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_read_write/40_2leadership_calculation_index_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_read_write/40_6leadership_follower_multi.md b/tests/results/test_read_write/40_6leadership_follower_multi.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_read_write/40_6leadership_follower_multi.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_read_write/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_read_write/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/40_8calculation_boolean.md b/tests/results/test_read_write/40_8calculation_boolean.md new file mode 100644 index 00000000..0c592024 --- /dev/null +++ b/tests/results/test_read_write/40_8calculation_boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) +- :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write/40_8calculation_multi_variable.md b/tests/results/test_read_write/40_8calculation_multi_variable.md new file mode 100644 index 00000000..b02d27dc --- /dev/null +++ b/tests/results/test_read_write/40_8calculation_multi_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write/40_8calculation_multi_variable_parent.md b/tests/results/test_read_write/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..332d66de --- /dev/null +++ b/tests/results/test_read_write/40_8calculation_multi_variable_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/40_8calculation_multi_variable_parent2.md b/tests/results/test_read_write/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..4baceb00 --- /dev/null +++ b/tests/results/test_read_write/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_read_write/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..ca74e6ba --- /dev/null +++ b/tests/results/test_read_write/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,27 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..0fb2518d --- /dev/null +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..c3c8499d --- /dev/null +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..9a98f208 --- /dev/null +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test +- :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write/40_9leadership-calculation-outside-follower.md b/tests/results/test_read_write/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_read_write/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..e6481970 --- /dev/null +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_read_write/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..28505269 --- /dev/null +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write/40_9leadership-calculation-outside-leader.md b/tests/results/test_read_write/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write/40_9leadership-calculation-variable.md b/tests/results/test_read_write/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..10cd17ad --- /dev/null +++ b/tests/results/test_read_write/40_9leadership-calculation-variable.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_read_write/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_read_write/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..ec612eff --- /dev/null +++ b/tests/results/test_read_write/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_read_write/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..993c89c0 --- /dev/null +++ b/tests/results/test_read_write/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,37 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write/41_0choice_leader.md b/tests/results/test_read_write/41_0choice_leader.md new file mode 100644 index 00000000..62c10705 --- /dev/null +++ b/tests/results/test_read_write/41_0choice_leader.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/44_0leadership_hidden.md b/tests/results/test_read_write/44_0leadership_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/44_0leadership_leader_hidden.md b/tests/results/test_read_write/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/44_1leadership_append_hidden_follower.md b/tests/results/test_read_write/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/44_4disabled_calcultion_follower_index.md b/tests/results/test_read_write/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..7a5bc503 --- /dev/null +++ b/tests/results/test_read_write/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write/44_4leadership_mandatory.md b/tests/results/test_read_write/44_4leadership_mandatory.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_read_write/44_4leadership_mandatory.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/44_4leadership_mandatory_follower.md b/tests/results/test_read_write/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_read_write/44_4leadership_mandatory_follower.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.md b/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..2e4cffd8 --- /dev/null +++ b/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.md b/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..665f062c --- /dev/null +++ b/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic.md b/tests/results/test_read_write/60_0family_dynamic.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_1_1.md b/tests/results/test_read_write/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_1_1.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_1_1_empty.md b/tests/results/test_read_write/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_empty.md b/tests/results/test_read_write/60_0family_dynamic_empty.md new file mode 100644 index 00000000..5d22fb5d --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_forbidden_char.md b/tests/results/test_read_write/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..7ecfff5a --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_read_write/60_0family_dynamic_no_description.md b/tests/results/test_read_write/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..7db666a1 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_no_description.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_no_description_empty.md b/tests/results/test_read_write/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..a1fc666b --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_source_hidden.md b/tests/results/test_read_write/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..ab848c5e --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_source_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_static.md b/tests/results/test_read_write/60_0family_dynamic_static.md new file mode 100644 index 00000000..aab71c32 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_static.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_test.md b/tests/results/test_read_write/60_0family_dynamic_test.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_test.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_upper_char.md b/tests/results/test_read_write/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..afda6419 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_upper_char.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_empty.md b/tests/results/test_read_write/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..898c3589 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_variable_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_optional.md b/tests/results/test_read_write/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..e0280911 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_suffix.md b/tests/results/test_read_write/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..87cd38d2 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..3df384ec --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_read_write/60_0family_empty.md b/tests/results/test_read_write/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/60_0family_hidden.md b/tests/results/test_read_write/60_0family_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write/60_0family_mode.md b/tests/results/test_read_write/60_0family_mode.md new file mode 100644 index 00000000..fe7dbe59 --- /dev/null +++ b/tests/results/test_read_write/60_0family_mode.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_read_write/60_1family_dynamic_jinja.md b/tests/results/test_read_write/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..492046f5 --- /dev/null +++ b/tests/results/test_read_write/60_1family_dynamic_jinja.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..58ae4ad3 --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..797cc590 --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..65e4f9a9 --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..0600e9df --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/60_2family_dynamic_outside_calc.md b/tests/results/test_read_write/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..22e9ef87 --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_outside_calc.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..4d41e2d7 --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_description.md b/tests/results/test_read_write/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..ccdfecaf --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_description.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.md b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..aece1d4c --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..6ceb861a --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..33e2a846 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :notebook: dynval1: {} +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_disabled.sh index 89adda2c..f6dfd744 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,6 +1,8 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: +┣━━ 📓 dynval1: {} ┗━━ 📂 dynval2  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..b9c1c2f5 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..892804c4 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_variable.md b/tests/results/test_read_write/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..1a400f72 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_read_write/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..f69f8091 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_read_write/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..5b369056 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..3b896745 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.md b/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..e71d2764 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..60f97596 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..9aa74bc8 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/60_6family_dynamic_leadership.md b/tests/results/test_read_write/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..7a3fcf83 --- /dev/null +++ b/tests/results/test_read_write/60_6family_dynamic_leadership.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_6family_dynamic_leadership_empty.md b/tests/results/test_read_write/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..ec497a1f --- /dev/null +++ b/tests/results/test_read_write/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/60_9family_dynamic_calc_both.md b/tests/results/test_read_write/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..d6e21b35 --- /dev/null +++ b/tests/results/test_read_write/60_9family_dynamic_calc_both.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write/68_0family_leadership_mode.md b/tests/results/test_read_write/68_0family_leadership_mode.md new file mode 100644 index 00000000..91257b8b --- /dev/null +++ b/tests/results/test_read_write/68_0family_leadership_mode.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_errors/00_0empty.md b/tests/results/test_read_write_errors/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/00_0no_variable.md b/tests/results/test_read_write_errors/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/00_0no_variable_default_version.md b/tests/results/test_read_write_errors/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/00_0no_variable_remove_version.md b/tests/results/test_read_write_errors/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/00_0version_underscore.md b/tests/results/test_read_write_errors/00_0version_underscore.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_errors/00_0version_underscore.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/00_1empty_variable.md b/tests/results/test_read_write_errors/00_1empty_variable.md new file mode 100644 index 00000000..83082e71 --- /dev/null +++ b/tests/results/test_read_write_errors/00_1empty_variable.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: empty: null diff --git a/tests/results/test_read_write_errors/00_2default_calculated.md b/tests/results/test_read_write_errors/00_2default_calculated.md new file mode 100644 index 00000000..b2dafc86 --- /dev/null +++ b/tests/results/test_read_write_errors/00_2default_calculated.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: no +- :notebook: a second variable: + - no diff --git a/tests/results/test_read_write_errors/00_2default_calculated_multi.md b/tests/results/test_read_write_errors/00_2default_calculated_multi.md new file mode 100644 index 00000000..81261a72 --- /dev/null +++ b/tests/results/test_read_write_errors/00_2default_calculated_multi.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: + - no + - yes + - maybe +- :notebook: a second variable: + - no + - yes + - maybe diff --git a/tests/results/test_read_write_errors/00_2default_calculated_params_permissive.md b/tests/results/test_read_write_errors/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..031b8a0f --- /dev/null +++ b/tests/results/test_read_write_errors/00_2default_calculated_params_permissive.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: a_value diff --git a/tests/results/test_read_write_errors/00_2default_calculated_variable.md b/tests/results/test_read_write_errors/00_2default_calculated_variable.md new file mode 100644 index 00000000..fd7b4205 --- /dev/null +++ b/tests/results/test_read_write_errors/00_2default_calculated_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: [] +- :notebook: a second variable: [] diff --git a/tests/results/test_read_write_errors/00_2default_calculated_variable.sh b/tests/results/test_read_write_errors/00_2default_calculated_variable.sh index a9693195..cab65ecf 100644 --- a/tests/results/test_read_write_errors/00_2default_calculated_variable.sh +++ b/tests/results/test_read_write_errors/00_2default_calculated_variable.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 a first variable: -┗━━ 📓 a second variable: +┣━━ 📓 a first variable: [] +┗━━ 📓 a second variable: [] diff --git a/tests/results/test_read_write_errors/00_2default_calculated_variable_description.md b/tests/results/test_read_write_errors/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..f08e5a16 --- /dev/null +++ b/tests/results/test_read_write_errors/00_2default_calculated_variable_description.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: null +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_errors/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_read_write_errors/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..b0c2a161 --- /dev/null +++ b/tests/results/test_read_write_errors/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: null +- :notebook: a second variable: null +- :notebook: a new variable: null diff --git a/tests/results/test_read_write_errors/00_2default_calculated_variable_transitive.md b/tests/results/test_read_write_errors/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..fd7b4205 --- /dev/null +++ b/tests/results/test_read_write_errors/00_2default_calculated_variable_transitive.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: [] +- :notebook: a second variable: [] diff --git a/tests/results/test_read_write_errors/00_2default_calculated_variable_transitive.sh b/tests/results/test_read_write_errors/00_2default_calculated_variable_transitive.sh index a9693195..cab65ecf 100644 --- a/tests/results/test_read_write_errors/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_read_write_errors/00_2default_calculated_variable_transitive.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 a first variable: -┗━━ 📓 a second variable: +┣━━ 📓 a first variable: [] +┗━━ 📓 a second variable: [] diff --git a/tests/results/test_read_write_errors/00_4load_subfolder.md b/tests/results/test_read_write_errors/00_4load_subfolder.md new file mode 100644 index 00000000..5510badd --- /dev/null +++ b/tests/results/test_read_write_errors/00_4load_subfolder.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/00_5load_notype.md b/tests/results/test_read_write_errors/00_5load_notype.md new file mode 100644 index 00000000..b7137954 --- /dev/null +++ b/tests/results/test_read_write_errors/00_5load_notype.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: non diff --git a/tests/results/test_read_write_errors/00_6boolean.md b/tests/results/test_read_write_errors/00_6boolean.md new file mode 100644 index 00000000..8f3e47e8 --- /dev/null +++ b/tests/results/test_read_write_errors/00_6boolean.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: true +- :notebook: the second variable: true +- :notebook: the third variable: true +- :notebook: the forth variable: false +- :notebook: the fifth variable: false +- :notebook: the sixth variable: false diff --git a/tests/results/test_read_write_errors/00_6boolean_no_mandatory.md b/tests/results/test_read_write_errors/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..ba3e8318 --- /dev/null +++ b/tests/results/test_read_write_errors/00_6boolean_no_mandatory.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: true diff --git a/tests/results/test_read_write_errors/00_6choice.md b/tests/results/test_read_write_errors/00_6choice.md new file mode 100644 index 00000000..ccb502f8 --- /dev/null +++ b/tests/results/test_read_write_errors/00_6choice.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: null +- :notebook: the third variable: null +- :notebook: the forth variable: null +- :notebook: the fifth variable: a +- :notebook: the sixth variable: 1 diff --git a/tests/results/test_read_write_errors/00_6choice_calculation.md b/tests/results/test_read_write_errors/00_6choice_calculation.md new file mode 100644 index 00000000..becb4793 --- /dev/null +++ b/tests/results/test_read_write_errors/00_6choice_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: 9 diff --git a/tests/results/test_read_write_errors/00_6choice_link.md b/tests/results/test_read_write_errors/00_6choice_link.md new file mode 100644 index 00000000..d504d07a --- /dev/null +++ b/tests/results/test_read_write_errors/00_6choice_link.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: null diff --git a/tests/results/test_read_write_errors/00_6choice_variable.md b/tests/results/test_read_write_errors/00_6choice_variable.md new file mode 100644 index 00000000..8ac4fb84 --- /dev/null +++ b/tests/results/test_read_write_errors/00_6choice_variable.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: + - a + - b + - c +- :notebook: a first variable: a diff --git a/tests/results/test_read_write_errors/00_6choice_variable_link.md b/tests/results/test_read_write_errors/00_6choice_variable_link.md new file mode 100644 index 00000000..ce2cbc3d --- /dev/null +++ b/tests/results/test_read_write_errors/00_6choice_variable_link.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: + - a + - b + - c +- :notebook: a first variable: a +- :notebook: a third variable: a diff --git a/tests/results/test_read_write_errors/00_6choice_variable_link2.md b/tests/results/test_read_write_errors/00_6choice_variable_link2.md new file mode 100644 index 00000000..dbf381e4 --- /dev/null +++ b/tests/results/test_read_write_errors/00_6choice_variable_link2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: + - a + - b + - c +- :notebook: a first variable: a +- :open_file_folder: family + - :notebook: a third variable: a diff --git a/tests/results/test_read_write_errors/00_6custom.md b/tests/results/test_read_write_errors/00_6custom.md new file mode 100644 index 00000000..5f5042ae --- /dev/null +++ b/tests/results/test_read_write_errors/00_6custom.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the seconf variable: value diff --git a/tests/results/test_read_write_errors/00_6domainname.md b/tests/results/test_read_write_errors/00_6domainname.md new file mode 100644 index 00000000..83b6b152 --- /dev/null +++ b/tests/results/test_read_write_errors/00_6domainname.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a domain name variable: my.domain.name diff --git a/tests/results/test_read_write_errors/00_6domainname_params.md b/tests/results/test_read_write_errors/00_6domainname_params.md new file mode 100644 index 00000000..83b6b152 --- /dev/null +++ b/tests/results/test_read_write_errors/00_6domainname_params.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a domain name variable: my.domain.name diff --git a/tests/results/test_read_write_errors/00_6float.md b/tests/results/test_read_write_errors/00_6float.md new file mode 100644 index 00000000..7bc162b4 --- /dev/null +++ b/tests/results/test_read_write_errors/00_6float.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: 0.0 +- :notebook: the second variable: 0.0 +- :notebook: the third variable: 0.0 +- :notebook: the forth variable: 10.1 +- :notebook: the fifth variable: 10.1 +- :notebook: the sixth variable: 10.1 diff --git a/tests/results/test_read_write_errors/00_6integer.md b/tests/results/test_read_write_errors/00_6integer.md new file mode 100644 index 00000000..c3f711d3 --- /dev/null +++ b/tests/results/test_read_write_errors/00_6integer.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: 0 +- :notebook: the second variable: 0 +- :notebook: the third variable: 0 +- :notebook: this forth variable: 10 +- :notebook: the fifth variable: 10 +- :notebook: the sixth variable: 10 diff --git a/tests/results/test_read_write_errors/00_6ip.md b/tests/results/test_read_write_errors/00_6ip.md new file mode 100644 index 00000000..73135835 --- /dev/null +++ b/tests/results/test_read_write_errors/00_6ip.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: an IP: 1.1.1.1 +- :notebook: an IP in CIDR format: 1.1.1.1/24 +- :notebook: an IP in CIDR format with obsolete CIDR type: 1.1.1.1/24 diff --git a/tests/results/test_read_write_errors/00_6network.md b/tests/results/test_read_write_errors/00_6network.md new file mode 100644 index 00000000..93b9e45f --- /dev/null +++ b/tests/results/test_read_write_errors/00_6network.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: an network: 1.1.1.0 +- :notebook: an network in CIDR format: 1.1.1.0/24 +- :notebook: an network in CIDR format with obsolete CIDR type: 1.1.1.0/24 diff --git a/tests/results/test_read_write_errors/00_6number.md b/tests/results/test_read_write_errors/00_6number.md new file mode 100644 index 00000000..c3f711d3 --- /dev/null +++ b/tests/results/test_read_write_errors/00_6number.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: 0 +- :notebook: the second variable: 0 +- :notebook: the third variable: 0 +- :notebook: this forth variable: 10 +- :notebook: the fifth variable: 10 +- :notebook: the sixth variable: 10 diff --git a/tests/results/test_read_write_errors/00_6port.md b/tests/results/test_read_write_errors/00_6port.md new file mode 100644 index 00000000..d411e1a5 --- /dev/null +++ b/tests/results/test_read_write_errors/00_6port.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a port variable: null +- :notebook: a port variable with default value: 8080 +- :notebook: a port variable with integer default value: 8080 diff --git a/tests/results/test_read_write_errors/00_6regexp.md b/tests/results/test_read_write_errors/00_6regexp.md new file mode 100644 index 00000000..f1323ceb --- /dev/null +++ b/tests/results/test_read_write_errors/00_6regexp.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: #a1a1a1 diff --git a/tests/results/test_read_write_errors/00_6regexp_link.md b/tests/results/test_read_write_errors/00_6regexp_link.md new file mode 100644 index 00000000..92b8341d --- /dev/null +++ b/tests/results/test_read_write_errors/00_6regexp_link.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: #a1a1a1 +- :notebook: a second variable: #a1a1a1 diff --git a/tests/results/test_read_write_errors/00_6secret.md b/tests/results/test_read_write_errors/00_6secret.md new file mode 100644 index 00000000..830dfe3c --- /dev/null +++ b/tests/results/test_read_write_errors/00_6secret.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: value diff --git a/tests/results/test_read_write_errors/00_6secret_param.md b/tests/results/test_read_write_errors/00_6secret_param.md new file mode 100644 index 00000000..57f4603e --- /dev/null +++ b/tests/results/test_read_write_errors/00_6secret_param.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: value +- :notebook: the third variable: value diff --git a/tests/results/test_read_write_errors/00_6string.md b/tests/results/test_read_write_errors/00_6string.md new file mode 100644 index 00000000..ebf4b94e --- /dev/null +++ b/tests/results/test_read_write_errors/00_6string.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: null +- :notebook: the third variable: null +- :notebook: the forth variable: value +- :notebook: the fifth variable: value +- :notebook: the sixth variable: value +- :notebook: the seventh variable: 8080 +- :notebook: the height variable: true diff --git a/tests/results/test_read_write_errors/00_7choice_quote.md b/tests/results/test_read_write_errors/00_7choice_quote.md new file mode 100644 index 00000000..a7205cee --- /dev/null +++ b/tests/results/test_read_write_errors/00_7choice_quote.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A choice: quote' diff --git a/tests/results/test_read_write_errors/00_7help.md b/tests/results/test_read_write_errors/00_7help.md new file mode 100644 index 00000000..d504d07a --- /dev/null +++ b/tests/results/test_read_write_errors/00_7help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: null diff --git a/tests/results/test_read_write_errors/00_7help_quote.md b/tests/results/test_read_write_errors/00_7help_quote.md new file mode 100644 index 00000000..d504d07a --- /dev/null +++ b/tests/results/test_read_write_errors/00_7help_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: null diff --git a/tests/results/test_read_write_errors/00_7help_sup.md b/tests/results/test_read_write_errors/00_7help_sup.md new file mode 100644 index 00000000..fa54eb1d --- /dev/null +++ b/tests/results/test_read_write_errors/00_7help_sup.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first : null +- :notebook: the second : null diff --git a/tests/results/test_read_write_errors/00_7value_doublequote.md b/tests/results/test_read_write_errors/00_7value_doublequote.md new file mode 100644 index 00000000..6fd20f38 --- /dev/null +++ b/tests/results/test_read_write_errors/00_7value_doublequote.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: quote" diff --git a/tests/results/test_read_write_errors/00_7value_doublequote2.md b/tests/results/test_read_write_errors/00_7value_doublequote2.md new file mode 100644 index 00000000..e808b82e --- /dev/null +++ b/tests/results/test_read_write_errors/00_7value_doublequote2.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: quote'" diff --git a/tests/results/test_read_write_errors/00_7value_doublequote3.md b/tests/results/test_read_write_errors/00_7value_doublequote3.md new file mode 100644 index 00000000..fc7565f6 --- /dev/null +++ b/tests/results/test_read_write_errors/00_7value_doublequote3.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: quote\"\' diff --git a/tests/results/test_read_write_errors/00_7value_quote.md b/tests/results/test_read_write_errors/00_7value_quote.md new file mode 100644 index 00000000..081bb306 --- /dev/null +++ b/tests/results/test_read_write_errors/00_7value_quote.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: quote' diff --git a/tests/results/test_read_write_errors/00_8calculation_information.md b/tests/results/test_read_write_errors/00_8calculation_information.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_errors/00_8calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/00_8test.md b/tests/results/test_read_write_errors/00_8test.md new file mode 100644 index 00000000..2d67a847 --- /dev/null +++ b/tests/results/test_read_write_errors/00_8test.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: value +- :notebook: the third variable: null +- :notebook: the forth variable: null +- :notebook: the fifth variable: true +- :notebook: the sixth variable: [] diff --git a/tests/results/test_read_write_errors/00_8test.sh b/tests/results/test_read_write_errors/00_8test.sh index f55a72d1..607cd06b 100644 --- a/tests/results/test_read_write_errors/00_8test.sh +++ b/tests/results/test_read_write_errors/00_8test.sh @@ -7,4 +7,4 @@ Variables: ┣━━ 📓 the third variable: null ┣━━ 📓 the forth variable: null ┣━━ 📓 the fifth variable: true -┗━━ 📓 the sixth variable: +┗━━ 📓 the sixth variable: [] diff --git a/tests/results/test_read_write_errors/00_9choice_variable_multi.md b/tests/results/test_read_write_errors/00_9choice_variable_multi.md new file mode 100644 index 00000000..fd7b4205 --- /dev/null +++ b/tests/results/test_read_write_errors/00_9choice_variable_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: [] +- :notebook: a second variable: [] diff --git a/tests/results/test_read_write_errors/00_9choice_variable_multi.sh b/tests/results/test_read_write_errors/00_9choice_variable_multi.sh index a9693195..cab65ecf 100644 --- a/tests/results/test_read_write_errors/00_9choice_variable_multi.sh +++ b/tests/results/test_read_write_errors/00_9choice_variable_multi.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 a first variable: -┗━━ 📓 a second variable: +┣━━ 📓 a first variable: [] +┗━━ 📓 a second variable: [] diff --git a/tests/results/test_read_write_errors/00_9choice_variables.md b/tests/results/test_read_write_errors/00_9choice_variables.md new file mode 100644 index 00000000..ef0e350f --- /dev/null +++ b/tests/results/test_read_write_errors/00_9choice_variables.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first source variable: val1 +- :notebook: the second source variable: val2 +- :notebook: a variable: val1 diff --git a/tests/results/test_read_write_errors/00_9default_calculation.md b/tests/results/test_read_write_errors/00_9default_calculation.md new file mode 100644 index 00000000..d8be83dc --- /dev/null +++ b/tests/results/test_read_write_errors/00_9default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: string_1_True_ diff --git a/tests/results/test_read_write_errors/00_9default_calculation_information.md b/tests/results/test_read_write_errors/00_9default_calculation_information.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_errors/00_9default_calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/00_9default_calculation_information_other_variable.md b/tests/results/test_read_write_errors/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..f08e5a16 --- /dev/null +++ b/tests/results/test_read_write_errors/00_9default_calculation_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: null +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_errors/00_9default_calculation_multi_optional.md b/tests/results/test_read_write_errors/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..90b6095c --- /dev/null +++ b/tests/results/test_read_write_errors/00_9default_calculation_multi_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: my_variable: val1 +- :notebook: my_calculated_variable: + - val1 diff --git a/tests/results/test_read_write_errors/00_9default_calculation_multi_optional2.md b/tests/results/test_read_write_errors/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..90b6095c --- /dev/null +++ b/tests/results/test_read_write_errors/00_9default_calculation_multi_optional2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: my_variable: val1 +- :notebook: my_calculated_variable: + - val1 diff --git a/tests/results/test_read_write_errors/00_9default_calculation_multi_optional_default.md b/tests/results/test_read_write_errors/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..cde8ecbe --- /dev/null +++ b/tests/results/test_read_write_errors/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: my_variable: val1 +- :notebook: my_calculated_variable: + - val1 + - value diff --git a/tests/results/test_read_write_errors/00_9default_calculation_optional.md b/tests/results/test_read_write_errors/00_9default_calculation_optional.md new file mode 100644 index 00000000..e2e29ae7 --- /dev/null +++ b/tests/results/test_read_write_errors/00_9default_calculation_optional.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: my_calculated_variable: [] diff --git a/tests/results/test_read_write_errors/00_9default_calculation_optional.sh b/tests/results/test_read_write_errors/00_9default_calculation_optional.sh index 68ced03a..95bbdcf1 100644 --- a/tests/results/test_read_write_errors/00_9default_calculation_optional.sh +++ b/tests/results/test_read_write_errors/00_9default_calculation_optional.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 my_calculated_variable: +┗━━ 📓 my_calculated_variable: [] diff --git a/tests/results/test_read_write_errors/00_9default_calculation_optional_exists.md b/tests/results/test_read_write_errors/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..0894d64b --- /dev/null +++ b/tests/results/test_read_write_errors/00_9default_calculation_optional_exists.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: my_variable: + - val1 + - val2 +- :notebook: my_calculated_variable: + - val1 + - val2 diff --git a/tests/results/test_read_write_errors/00_9default_calculation_param_optional.md b/tests/results/test_read_write_errors/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..3882bbd1 --- /dev/null +++ b/tests/results/test_read_write_errors/00_9default_calculation_param_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: no +- :notebook: a second variable: no diff --git a/tests/results/test_read_write_errors/00_9default_information_other_variable.md b/tests/results/test_read_write_errors/00_9default_information_other_variable.md new file mode 100644 index 00000000..f08e5a16 --- /dev/null +++ b/tests/results/test_read_write_errors/00_9default_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: null +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_errors/00_9default_information_other_variable2.md b/tests/results/test_read_write_errors/00_9default_information_other_variable2.md new file mode 100644 index 00000000..f08e5a16 --- /dev/null +++ b/tests/results/test_read_write_errors/00_9default_information_other_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: null +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_errors/00_9default_integer.md b/tests/results/test_read_write_errors/00_9default_integer.md new file mode 100644 index 00000000..becb4793 --- /dev/null +++ b/tests/results/test_read_write_errors/00_9default_integer.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: 9 diff --git a/tests/results/test_read_write_errors/00_9default_number.md b/tests/results/test_read_write_errors/00_9default_number.md new file mode 100644 index 00000000..becb4793 --- /dev/null +++ b/tests/results/test_read_write_errors/00_9default_number.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: 9 diff --git a/tests/results/test_read_write_errors/01_6boolean_multi.md b/tests/results/test_read_write_errors/01_6boolean_multi.md new file mode 100644 index 00000000..e2c15a31 --- /dev/null +++ b/tests/results/test_read_write_errors/01_6boolean_multi.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: + - true +- :notebook: the second variable: + - true +- :notebook: the third variable: + - true +- :notebook: the forth variable: + - false +- :notebook: the fifth variable: + - false +- :notebook: the sixth variable: + - false +- :notebook: the seventh variable: + - true +- :notebook: the eighth variable: + - true diff --git a/tests/results/test_read_write_errors/01_6custom_multi.md b/tests/results/test_read_write_errors/01_6custom_multi.md new file mode 100644 index 00000000..9fb37c11 --- /dev/null +++ b/tests/results/test_read_write_errors/01_6custom_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first custom variable: [] +- :notebook: a second custom variable: + - value diff --git a/tests/results/test_read_write_errors/01_6custom_multi.sh b/tests/results/test_read_write_errors/01_6custom_multi.sh index 058007a3..c5867e11 100644 --- a/tests/results/test_read_write_errors/01_6custom_multi.sh +++ b/tests/results/test_read_write_errors/01_6custom_multi.sh @@ -2,6 +2,6 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 a first custom variable: +┣━━ 📓 a first custom variable: [] ┗━━ 📓 a second custom variable:  ┗━━ value diff --git a/tests/results/test_read_write_errors/01_6float_multi.md b/tests/results/test_read_write_errors/01_6float_multi.md new file mode 100644 index 00000000..210d7b8f --- /dev/null +++ b/tests/results/test_read_write_errors/01_6float_multi.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: + - 0.0 +- :notebook: the second variable: + - 0.0 +- :notebook: the third variable: + - 0.0 +- :notebook: the forth variable: + - 10.1 +- :notebook: the fifth variable: + - 10.1 +- :notebook: the sixth variable: + - 10.1 +- :notebook: the seventh variable: + - 0.0 +- :notebook: the eighth variable: + - 0.0 diff --git a/tests/results/test_read_write_errors/01_6integer_multi.md b/tests/results/test_read_write_errors/01_6integer_multi.md new file mode 100644 index 00000000..9d1c1ea1 --- /dev/null +++ b/tests/results/test_read_write_errors/01_6integer_multi.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: + - 0 +- :notebook: the second variable: + - 0 +- :notebook: the third variable: + - 0 +- :notebook: the forth variable: + - 10 +- :notebook: the fifth variable: + - 10 +- :notebook: the sixth variable: + - 10 +- :notebook: the seventh variable: + - 0 +- :notebook: the eighth variable: + - 0 diff --git a/tests/results/test_read_write_errors/01_6integer_multi_mandatory.md b/tests/results/test_read_write_errors/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..171a21a0 --- /dev/null +++ b/tests/results/test_read_write_errors/01_6integer_multi_mandatory.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: [] diff --git a/tests/results/test_read_write_errors/01_6integer_multi_mandatory.sh b/tests/results/test_read_write_errors/01_6integer_multi_mandatory.sh index e4bc00b9..73775086 100644 --- a/tests/results/test_read_write_errors/01_6integer_multi_mandatory.sh +++ b/tests/results/test_read_write_errors/01_6integer_multi_mandatory.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 the first variable: +┗━━ 📓 the first variable: [] diff --git a/tests/results/test_read_write_errors/01_6string_empty.md b/tests/results/test_read_write_errors/01_6string_empty.md new file mode 100644 index 00000000..6ce94136 --- /dev/null +++ b/tests/results/test_read_write_errors/01_6string_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the second variable: + - value + - null diff --git a/tests/results/test_read_write_errors/01_6string_multi.md b/tests/results/test_read_write_errors/01_6string_multi.md new file mode 100644 index 00000000..5bb2b315 --- /dev/null +++ b/tests/results/test_read_write_errors/01_6string_multi.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: [] +- :notebook: the second variable: [] +- :notebook: the third variable: [] +- :notebook: the forth variable: + - value +- :notebook: the fifth variable: + - value +- :notebook: the sixth variable: + - value +- :notebook: the seventh variable: + - value +- :notebook: the eighth variable: + - value diff --git a/tests/results/test_read_write_errors/01_6string_multi.sh b/tests/results/test_read_write_errors/01_6string_multi.sh index 6121615f..cb5c4834 100644 --- a/tests/results/test_read_write_errors/01_6string_multi.sh +++ b/tests/results/test_read_write_errors/01_6string_multi.sh @@ -2,9 +2,9 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 the first variable: -┣━━ 📓 the second variable: -┣━━ 📓 the third variable: +┣━━ 📓 the first variable: [] +┣━━ 📓 the second variable: [] +┣━━ 📓 the third variable: [] ┣━━ 📓 the forth variable: ┃ ┗━━ value ┣━━ 📓 the fifth variable: diff --git a/tests/results/test_read_write_errors/01_6string_multi_length.md b/tests/results/test_read_write_errors/01_6string_multi_length.md new file mode 100644 index 00000000..38c3022c --- /dev/null +++ b/tests/results/test_read_write_errors/01_6string_multi_length.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the variable: + - val1 + - val2 + - val3 +- :notebook: the variable: + - val4 + - val5 diff --git a/tests/results/test_read_write_errors/01_7value_multi_doublequote.md b/tests/results/test_read_write_errors/01_7value_multi_doublequote.md new file mode 100644 index 00000000..bdeae1ed --- /dev/null +++ b/tests/results/test_read_write_errors/01_7value_multi_doublequote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: + - quote" diff --git a/tests/results/test_read_write_errors/01_7value_multi_doublequote2.md b/tests/results/test_read_write_errors/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..b73c212d --- /dev/null +++ b/tests/results/test_read_write_errors/01_7value_multi_doublequote2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: + - quote'" diff --git a/tests/results/test_read_write_errors/01_7value_multi_quote.md b/tests/results/test_read_write_errors/01_7value_multi_quote.md new file mode 100644 index 00000000..821236bf --- /dev/null +++ b/tests/results/test_read_write_errors/01_7value_multi_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: + - quote' diff --git a/tests/results/test_read_write_errors/01_8calculation_information_multi.md b/tests/results/test_read_write_errors/01_8calculation_information_multi.md new file mode 100644 index 00000000..2c0f7e18 --- /dev/null +++ b/tests/results/test_read_write_errors/01_8calculation_information_multi.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: [] diff --git a/tests/results/test_read_write_errors/01_8calculation_information_multi.sh b/tests/results/test_read_write_errors/01_8calculation_information_multi.sh index 24c3073e..d85b26b3 100644 --- a/tests/results/test_read_write_errors/01_8calculation_information_multi.sh +++ b/tests/results/test_read_write_errors/01_8calculation_information_multi.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 a variable: +┗━━ 📓 a variable: [] diff --git a/tests/results/test_read_write_errors/01_9choice_variable_multi.md b/tests/results/test_read_write_errors/01_9choice_variable_multi.md new file mode 100644 index 00000000..ea7ad97a --- /dev/null +++ b/tests/results/test_read_write_errors/01_9choice_variable_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: + - a + - b + - c +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_errors/01_9choice_variable_optional.md b/tests/results/test_read_write_errors/01_9choice_variable_optional.md new file mode 100644 index 00000000..c64b27ab --- /dev/null +++ b/tests/results/test_read_write_errors/01_9choice_variable_optional.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: c diff --git a/tests/results/test_read_write_errors/02_0tags.md b/tests/results/test_read_write_errors/02_0tags.md new file mode 100644 index 00000000..d504d07a --- /dev/null +++ b/tests/results/test_read_write_errors/02_0tags.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: null diff --git a/tests/results/test_read_write_errors/04_0type_param.md b/tests/results/test_read_write_errors/04_0type_param.md new file mode 100644 index 00000000..e2eec02c --- /dev/null +++ b/tests/results/test_read_write_errors/04_0type_param.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A limited number: 10 diff --git a/tests/results/test_read_write_errors/04_0type_param_integer.md b/tests/results/test_read_write_errors/04_0type_param_integer.md new file mode 100644 index 00000000..0c0e3587 --- /dev/null +++ b/tests/results/test_read_write_errors/04_0type_param_integer.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A limited integer: 10 diff --git a/tests/results/test_read_write_errors/04_1auto_save.md b/tests/results/test_read_write_errors/04_1auto_save.md new file mode 100644 index 00000000..18a70157 --- /dev/null +++ b/tests/results/test_read_write_errors/04_1auto_save.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: an auto save variable: no diff --git a/tests/results/test_read_write_errors/04_1auto_save_and_calculated.md b/tests/results/test_read_write_errors/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..263d9dcd --- /dev/null +++ b/tests/results/test_read_write_errors/04_1auto_save_and_calculated.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :notebook: a first variable: no +- :notebook: a second variable: no diff --git a/tests/results/test_read_write_errors/04_1auto_save_and_calculated_hidden.md b/tests/results/test_read_write_errors/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..a951f2b0 --- /dev/null +++ b/tests/results/test_read_write_errors/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :notebook: a first variable: no +- :notebook: a second variable: yes diff --git a/tests/results/test_read_write_errors/04_1auto_save_and_hidden.md b/tests/results/test_read_write_errors/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/04_1default_calculation_hidden.md b/tests/results/test_read_write_errors/04_1default_calculation_hidden.md new file mode 100644 index 00000000..67c05979 --- /dev/null +++ b/tests/results/test_read_write_errors/04_1default_calculation_hidden.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: value +- :notebook: a third variable: value diff --git a/tests/results/test_read_write_errors/04_1default_calculation_hidden_2.md b/tests/results/test_read_write_errors/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..67c05979 --- /dev/null +++ b/tests/results/test_read_write_errors/04_1default_calculation_hidden_2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: value +- :notebook: a third variable: value diff --git a/tests/results/test_read_write_errors/04_1default_calculation_hidden_3.md b/tests/results/test_read_write_errors/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..4ad191df --- /dev/null +++ b/tests/results/test_read_write_errors/04_1default_calculation_hidden_3.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a third variable: value diff --git a/tests/results/test_read_write_errors/04_1default_calculation_hidden_4.md b/tests/results/test_read_write_errors/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..d917f296 --- /dev/null +++ b/tests/results/test_read_write_errors/04_1default_calculation_hidden_4.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: null +- :notebook: a third variable: value diff --git a/tests/results/test_read_write_errors/04_1default_calculation_hidden_5.md b/tests/results/test_read_write_errors/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..ab0cb7d0 --- /dev/null +++ b/tests/results/test_read_write_errors/04_1default_calculation_hidden_5.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: value diff --git a/tests/results/test_read_write_errors/04_1default_calculation_hidden_6.md b/tests/results/test_read_write_errors/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..18cc0f90 --- /dev/null +++ b/tests/results/test_read_write_errors/04_1default_calculation_hidden_6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: value +- :notebook: a third variable: null diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_boolean.md b/tests/results/test_read_write_errors/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..46d8fa4a --- /dev/null +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_boolean.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a conditional variable: no +- :notebook: a first variable: null diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_optional.md b/tests/results/test_read_write_errors/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..3851bf3f --- /dev/null +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_optional.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: no diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_optional_default.md b/tests/results/test_read_write_errors/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..23ae9a17 --- /dev/null +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_optional_default.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: false +- :notebook: a first variable: null +- :notebook: a second variable: null +- :notebook: a forth variable: null diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..d746c052 --- /dev/null +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: false +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable10.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..d34a45df --- /dev/null +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable10.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: true diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable2.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..d34a45df --- /dev/null +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable2.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: true diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable3.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..c96920dd --- /dev/null +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable3.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: yes diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable4.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..b7761b7b --- /dev/null +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable4.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: yes +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable5.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable5.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable6.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable6.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable7.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..d746c052 --- /dev/null +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable7.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: false +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable8.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable9.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable9.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable_multi.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..3218901d --- /dev/null +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: false +- :notebook: a variable: [] diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable_multi.sh b/tests/results/test_read_write_errors/04_5disabled_calculation_variable_multi.sh index 70e58d05..54a34adf 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable_multi.sh @@ -3,4 +3,4 @@ ╰────────────────────────╯ Variables: ┣━━ 📓 a condition: false -┗━━ 📓 a variable: +┗━━ 📓 a variable: [] diff --git a/tests/results/test_read_write_errors/04_5validators.md b/tests/results/test_read_write_errors/04_5validators.md new file mode 100644 index 00000000..8e0ca587 --- /dev/null +++ b/tests/results/test_read_write_errors/04_5validators.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: An integer: null diff --git a/tests/results/test_read_write_errors/04_5validators_differ.md b/tests/results/test_read_write_errors/04_5validators_differ.md new file mode 100644 index 00000000..d79d6c98 --- /dev/null +++ b/tests/results/test_read_write_errors/04_5validators_differ.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: oui +- :notebook: A second variable: no diff --git a/tests/results/test_read_write_errors/04_5validators_multi.md b/tests/results/test_read_write_errors/04_5validators_multi.md new file mode 100644 index 00000000..f0967eee --- /dev/null +++ b/tests/results/test_read_write_errors/04_5validators_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: + - no + - yes diff --git a/tests/results/test_read_write_errors/04_5validators_multi2.md b/tests/results/test_read_write_errors/04_5validators_multi2.md new file mode 100644 index 00000000..f0967eee --- /dev/null +++ b/tests/results/test_read_write_errors/04_5validators_multi2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: + - no + - yes diff --git a/tests/results/test_read_write_errors/04_5validators_multi3.md b/tests/results/test_read_write_errors/04_5validators_multi3.md new file mode 100644 index 00000000..bab4a47b --- /dev/null +++ b/tests/results/test_read_write_errors/04_5validators_multi3.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: + - 0 + - 1 + - 2 diff --git a/tests/results/test_read_write_errors/04_5validators_warnings.md b/tests/results/test_read_write_errors/04_5validators_warnings.md new file mode 100644 index 00000000..65e6d225 --- /dev/null +++ b/tests/results/test_read_write_errors/04_5validators_warnings.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: An integer: 1000 diff --git a/tests/results/test_read_write_errors/04_5validators_warnings_all.md b/tests/results/test_read_write_errors/04_5validators_warnings_all.md new file mode 100644 index 00000000..65e6d225 --- /dev/null +++ b/tests/results/test_read_write_errors/04_5validators_warnings_all.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: An integer: 1000 diff --git a/tests/results/test_read_write_errors/05_0multi_not_uniq.md b/tests/results/test_read_write_errors/05_0multi_not_uniq.md new file mode 100644 index 00000000..78023e6c --- /dev/null +++ b/tests/results/test_read_write_errors/05_0multi_not_uniq.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: + - non diff --git a/tests/results/test_read_write_errors/05_0multi_uniq.md b/tests/results/test_read_write_errors/05_0multi_uniq.md new file mode 100644 index 00000000..78023e6c --- /dev/null +++ b/tests/results/test_read_write_errors/05_0multi_uniq.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: + - non diff --git a/tests/results/test_read_write_errors/12_1auto_save_expert.md b/tests/results/test_read_write_errors/12_1auto_save_expert.md new file mode 100644 index 00000000..517523ba --- /dev/null +++ b/tests/results/test_read_write_errors/12_1auto_save_expert.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test_read_write_errors/16_0redefine_description.md b/tests/results/test_read_write_errors/16_0redefine_description.md new file mode 100644 index 00000000..45419648 --- /dev/null +++ b/tests/results/test_read_write_errors/16_0redefine_description.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: Redefined: null diff --git a/tests/results/test_read_write_errors/16_2family_redefine_calculation.md b/tests/results/test_read_write_errors/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/16_2family_redefine_disabled.md b/tests/results/test_read_write_errors/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/16_3family_empty_at_ends.md b/tests/results/test_read_write_errors/16_3family_empty_at_ends.md new file mode 100644 index 00000000..cac5f717 --- /dev/null +++ b/tests/results/test_read_write_errors/16_3family_empty_at_ends.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: family + - :notebook: var1: null diff --git a/tests/results/test_read_write_errors/16_5exists_nonexists.md b/tests/results/test_read_write_errors/16_5exists_nonexists.md new file mode 100644 index 00000000..81bdb2a1 --- /dev/null +++ b/tests/results/test_read_write_errors/16_5exists_nonexists.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: no +- :notebook: a new variable: yes diff --git a/tests/results/test_read_write_errors/16_5exists_redefine.md b/tests/results/test_read_write_errors/16_5exists_redefine.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/16_5redefine_calculation.md b/tests/results/test_read_write_errors/16_5redefine_calculation.md new file mode 100644 index 00000000..ba9d815d --- /dev/null +++ b/tests/results/test_read_write_errors/16_5redefine_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: yes diff --git a/tests/results/test_read_write_errors/16_5redefine_choice.md b/tests/results/test_read_write_errors/16_5redefine_choice.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_errors/16_5redefine_choice.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/16_5redefine_default.md b/tests/results/test_read_write_errors/16_5redefine_default.md new file mode 100644 index 00000000..ba9d815d --- /dev/null +++ b/tests/results/test_read_write_errors/16_5redefine_default.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: yes diff --git a/tests/results/test_read_write_errors/16_5redefine_default_calculation.md b/tests/results/test_read_write_errors/16_5redefine_default_calculation.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_errors/16_5redefine_default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/16_5redefine_family.md b/tests/results/test_read_write_errors/16_5redefine_family.md new file mode 100644 index 00000000..1bbc1987 --- /dev/null +++ b/tests/results/test_read_write_errors/16_5redefine_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/16_5redefine_help.md b/tests/results/test_read_write_errors/16_5redefine_help.md new file mode 100644 index 00000000..fa483095 --- /dev/null +++ b/tests/results/test_read_write_errors/16_5redefine_help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a family + - :notebook: redefine help: null diff --git a/tests/results/test_read_write_errors/16_5redefine_hidden.md b/tests/results/test_read_write_errors/16_5redefine_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/16_5redefine_multi.md b/tests/results/test_read_write_errors/16_5redefine_multi.md new file mode 100644 index 00000000..78023e6c --- /dev/null +++ b/tests/results/test_read_write_errors/16_5redefine_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: + - non diff --git a/tests/results/test_read_write_errors/16_5redefine_remove_disable_calculation.md b/tests/results/test_read_write_errors/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..1bb70b6f --- /dev/null +++ b/tests/results/test_read_write_errors/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: no +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/16_5test_redefine.md b/tests/results/test_read_write_errors/16_5test_redefine.md new file mode 100644 index 00000000..f131e652 --- /dev/null +++ b/tests/results/test_read_write_errors/16_5test_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: no +- :notebook: a second variable: non +- :notebook: a third variable: null diff --git a/tests/results/test_read_write_errors/16_6choice_redefine.md b/tests/results/test_read_write_errors/16_6choice_redefine.md new file mode 100644 index 00000000..b8f6858a --- /dev/null +++ b/tests/results/test_read_write_errors/16_6choice_redefine.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A choice: c diff --git a/tests/results/test_read_write_errors/16_6exists_family.md b/tests/results/test_read_write_errors/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/16_6exists_redefine_family.md b/tests/results/test_read_write_errors/16_6exists_redefine_family.md new file mode 100644 index 00000000..e5c48fb3 --- /dev/null +++ b/tests/results/test_read_write_errors/16_6exists_redefine_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: null +- :open_file_folder: a second family + - :notebook: a second variable: null diff --git a/tests/results/test_read_write_errors/16exists_exists.md b/tests/results/test_read_write_errors/16exists_exists.md new file mode 100644 index 00000000..b73331ca --- /dev/null +++ b/tests/results/test_read_write_errors/16exists_exists.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: Description: null diff --git a/tests/results/test_read_write_errors/17_5redefine_leadership.md b/tests/results/test_read_write_errors/17_5redefine_leadership.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/20_0empty_family.md b/tests/results/test_read_write_errors/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/20_0family_append.md b/tests/results/test_read_write_errors/20_0family_append.md new file mode 100644 index 00000000..366b097d --- /dev/null +++ b/tests/results/test_read_write_errors/20_0family_append.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A family + - :notebook: The first variable: null + - :notebook: The second variable: null diff --git a/tests/results/test_read_write_errors/20_0family_underscore.md b/tests/results/test_read_write_errors/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/20_0multi_family.md b/tests/results/test_read_write_errors/20_0multi_family.md new file mode 100644 index 00000000..c5412b22 --- /dev/null +++ b/tests/results/test_read_write_errors/20_0multi_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/20_0multi_family_basic.md b/tests/results/test_read_write_errors/20_0multi_family_basic.md new file mode 100644 index 00000000..c5412b22 --- /dev/null +++ b/tests/results/test_read_write_errors/20_0multi_family_basic.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/20_0multi_family_expert.md b/tests/results/test_read_write_errors/20_0multi_family_expert.md new file mode 100644 index 00000000..c5412b22 --- /dev/null +++ b/tests/results/test_read_write_errors/20_0multi_family_expert.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/20_0multi_family_order.md b/tests/results/test_read_write_errors/20_0multi_family_order.md new file mode 100644 index 00000000..9510102c --- /dev/null +++ b/tests/results/test_read_write_errors/20_0multi_family_order.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null +- :open_file_folder: a family + - :notebook: a first variable: null + - :open_file_folder: a sub family + - :notebook: a variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_read_write_errors/20_0validators_differ_redefine.md b/tests/results/test_read_write_errors/20_0validators_differ_redefine.md new file mode 100644 index 00000000..a657cb92 --- /dev/null +++ b/tests/results/test_read_write_errors/20_0validators_differ_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: no +- :notebook: a second variable: no +- :notebook: a third variable: yes diff --git a/tests/results/test_read_write_errors/20_1empty_subfamily.md b/tests/results/test_read_write_errors/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/20_2family_looks_like_dynamic.md b/tests/results/test_read_write_errors/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..324e9883 --- /dev/null +++ b/tests/results/test_read_write_errors/20_2family_looks_like_dynamic.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: my_family + - :notebook: dynamic: + - val1 + - val2 + - :notebook: a variable: true diff --git a/tests/results/test_read_write_errors/20_2family_looks_like_variable.md b/tests/results/test_read_write_errors/20_2family_looks_like_variable.md new file mode 100644 index 00000000..242fb26b --- /dev/null +++ b/tests/results/test_read_write_errors/20_2family_looks_like_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: my_family + - :notebook: default: true diff --git a/tests/results/test_read_write_errors/20_9default_information_parent.md b/tests/results/test_read_write_errors/20_9default_information_parent.md new file mode 100644 index 00000000..a9f8279d --- /dev/null +++ b/tests/results/test_read_write_errors/20_9default_information_parent.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: family + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_read_write_errors/20_9family_absolute.md b/tests/results/test_read_write_errors/20_9family_absolute.md new file mode 100644 index 00000000..deb78adc --- /dev/null +++ b/tests/results/test_read_write_errors/20_9family_absolute.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: first variable: null +- :open_file_folder: a family + - :notebook: a second variable: null + - :open_file_folder: a sub family + - :notebook: third variable: + - null + - null +- :open_file_folder: a family + - :notebook: a variable2: null + - :notebook: var3: string4 + - :open_file_folder: a sub family + - :notebook: fourth variable: + - null + - null + - string4 diff --git a/tests/results/test_read_write_errors/24_0family_hidden_condition_sub_family.md b/tests/results/test_read_write_errors/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..e95d5ea9 --- /dev/null +++ b/tests/results/test_read_write_errors/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the variable use has condition: no +- :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_read_write_errors/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..cab78fd0 --- /dev/null +++ b/tests/results/test_read_write_errors/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the variable use has condition: true diff --git a/tests/results/test_read_write_errors/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_read_write_errors/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..50b65bbf --- /dev/null +++ b/tests/results/test_read_write_errors/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the variable use has condition: no +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/24_0family_mandatory_condition.md b/tests/results/test_read_write_errors/24_0family_mandatory_condition.md new file mode 100644 index 00000000..1bb70b6f --- /dev/null +++ b/tests/results/test_read_write_errors/24_0family_mandatory_condition.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: no +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/24_0family_mandatory_condition_variable.md b/tests/results/test_read_write_errors/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..81add0ac --- /dev/null +++ b/tests/results/test_read_write_errors/24_0family_mandatory_condition_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: true +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/24_7validators_variable_optional.md b/tests/results/test_read_write_errors/24_7validators_variable_optional.md new file mode 100644 index 00000000..95df44be --- /dev/null +++ b/tests/results/test_read_write_errors/24_7validators_variable_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a family + - :notebook: a first integer: null + - :notebook: a second integer: 1 diff --git a/tests/results/test_read_write_errors/24_family_disabled_var_hidden.md b/tests/results/test_read_write_errors/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/40_0leadership.md b/tests/results/test_read_write_errors/40_0leadership.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_errors/40_0leadership.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_errors/40_0leadership.sh b/tests/results/test_read_write_errors/40_0leadership.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_errors/40_0leadership.sh +++ b/tests/results/test_read_write_errors/40_0leadership.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_errors/40_0leadership_diff_name.md b/tests/results/test_read_write_errors/40_0leadership_diff_name.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_errors/40_0leadership_diff_name.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_errors/40_0leadership_diff_name.sh b/tests/results/test_read_write_errors/40_0leadership_diff_name.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_errors/40_0leadership_diff_name.sh +++ b/tests/results/test_read_write_errors/40_0leadership_diff_name.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_errors/40_0leadership_empty.md b/tests/results/test_read_write_errors/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/40_0leadership_follower_default_calculation.md b/tests/results/test_read_write_errors/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_errors/40_0leadership_follower_default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_errors/40_0leadership_follower_default_calculation.sh b/tests/results/test_read_write_errors/40_0leadership_follower_default_calculation.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_errors/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_read_write_errors/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_errors/40_0leadership_follower_default_value.md b/tests/results/test_read_write_errors/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_errors/40_0leadership_follower_default_value.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_errors/40_0leadership_follower_default_value.sh b/tests/results/test_read_write_errors/40_0leadership_follower_default_value.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_errors/40_0leadership_follower_default_value.sh +++ b/tests/results/test_read_write_errors/40_0leadership_follower_default_value.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_errors/40_0leadership_leader_follower.md b/tests/results/test_read_write_errors/40_0leadership_leader_follower.md new file mode 100644 index 00000000..394e0aa9 --- /dev/null +++ b/tests/results/test_read_write_errors/40_0leadership_leader_follower.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: value1 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: value2 diff --git a/tests/results/test_read_write_errors/40_0leadership_leader_not_multi.md b/tests/results/test_read_write_errors/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..a8e398c8 --- /dev/null +++ b/tests/results/test_read_write_errors/40_0leadership_leader_not_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: general + - :notebook: No change: non +- :open_file_folder: general1 + - :open_file_folder: leader: [] diff --git a/tests/results/test_read_write_errors/40_0leadership_leader_not_multi.sh b/tests/results/test_read_write_errors/40_0leadership_leader_not_multi.sh index 3769c698..0b9fd17c 100644 --- a/tests/results/test_read_write_errors/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_read_write_errors/40_0leadership_leader_not_multi.sh @@ -5,3 +5,4 @@ Variables: ┣━━ 📂 general ┃ ┗━━ 📓 No change: non ┗━━ 📂 general1 + ┗━━ 📂 leader: [] diff --git a/tests/results/test_read_write_errors/40_0leadership_reduce.md b/tests/results/test_read_write_errors/40_0leadership_reduce.md new file mode 100644 index 00000000..0103a677 --- /dev/null +++ b/tests/results/test_read_write_errors/40_0leadership_reduce.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value_1 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value_2 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value_3 + - :notebook: a follower: null diff --git a/tests/results/test_read_write_errors/40_1leadership_append_follower.md b/tests/results/test_read_write_errors/40_1leadership_append_follower.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_errors/40_1leadership_append_follower.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_errors/40_1leadership_append_follower.sh b/tests/results/test_read_write_errors/40_1leadership_append_follower.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_errors/40_1leadership_append_follower.sh +++ b/tests/results/test_read_write_errors/40_1leadership_append_follower.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_errors/40_2leadership_calculation_index.md b/tests/results/test_read_write_errors/40_2leadership_calculation_index.md new file mode 100644 index 00000000..02f59261 --- /dev/null +++ b/tests/results/test_read_write_errors/40_2leadership_calculation_index.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: a + - :notebook: a follower: 0 + - :open_file_folder: a leader + - :notebook: a leader: b + - :notebook: a follower: 1 + - :open_file_folder: a leader + - :notebook: a leader: c + - :notebook: a follower: 2 diff --git a/tests/results/test_read_write_errors/40_2leadership_calculation_index_2.md b/tests/results/test_read_write_errors/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..02f59261 --- /dev/null +++ b/tests/results/test_read_write_errors/40_2leadership_calculation_index_2.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: a + - :notebook: a follower: 0 + - :open_file_folder: a leader + - :notebook: a leader: b + - :notebook: a follower: 1 + - :open_file_folder: a leader + - :notebook: a leader: c + - :notebook: a follower: 2 diff --git a/tests/results/test_read_write_errors/40_6leadership_follower_multi.md b/tests/results/test_read_write_errors/40_6leadership_follower_multi.md new file mode 100644 index 00000000..6b23712d --- /dev/null +++ b/tests/results/test_read_write_errors/40_6leadership_follower_multi.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A leadership: [] diff --git a/tests/results/test_read_write_errors/40_6leadership_follower_multi.sh b/tests/results/test_read_write_errors/40_6leadership_follower_multi.sh index e69de29b..3138ce23 100644 --- a/tests/results/test_read_write_errors/40_6leadership_follower_multi.sh +++ b/tests/results/test_read_write_errors/40_6leadership_follower_multi.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 A leadership: [] diff --git a/tests/results/test_read_write_errors/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_read_write_errors/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..6b23712d --- /dev/null +++ b/tests/results/test_read_write_errors/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A leadership: [] diff --git a/tests/results/test_read_write_errors/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_read_write_errors/40_6leadership_follower_multi_no_mandatory.sh index e69de29b..3138ce23 100644 --- a/tests/results/test_read_write_errors/40_6leadership_follower_multi_no_mandatory.sh +++ b/tests/results/test_read_write_errors/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 A leadership: [] diff --git a/tests/results/test_read_write_errors/40_8calculation_boolean.md b/tests/results/test_read_write_errors/40_8calculation_boolean.md new file mode 100644 index 00000000..d5b46c96 --- /dev/null +++ b/tests/results/test_read_write_errors/40_8calculation_boolean.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a boolean variable: false +- :notebook: a first multi variable: + - false +- :notebook: a second multi variable: + - true + - false diff --git a/tests/results/test_read_write_errors/40_8calculation_multi_variable.md b/tests/results/test_read_write_errors/40_8calculation_multi_variable.md new file mode 100644 index 00000000..96af4cfa --- /dev/null +++ b/tests/results/test_read_write_errors/40_8calculation_multi_variable.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: + - no + - yes +- :notebook: a second variable: no +- :notebook: a third variable: yes diff --git a/tests/results/test_read_write_errors/40_8calculation_multi_variable_parent.md b/tests/results/test_read_write_errors/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..dc0293de --- /dev/null +++ b/tests/results/test_read_write_errors/40_8calculation_multi_variable_parent.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: no +- :open_file_folder: a family + - :notebook: a calculated variable: no diff --git a/tests/results/test_read_write_errors/40_8calculation_multi_variable_parent2.md b/tests/results/test_read_write_errors/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..6bdd9f3a --- /dev/null +++ b/tests/results/test_read_write_errors/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: first family + - :notebook: a variable: no +- :open_file_folder: second family + - :notebook: a variable: no diff --git a/tests/results/test_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..83711c5f --- /dev/null +++ b/tests/results/test_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: + - value1 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: + - value2 diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..eb22432f --- /dev/null +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 +- :notebook: a calculated variable: + - val11 diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..eb22432f --- /dev/null +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 +- :notebook: a calculated variable: + - val11 diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..d6aef218 --- /dev/null +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: a + - :notebook: follower: null + - :open_file_folder: leader + - :notebook: leader: b + - :notebook: follower: null +- :notebook: variable: + - null + - null diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..bdf33cc5 --- /dev/null +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 +- :notebook: a calculated variable: + - val11 + - val11 diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..42475e35 --- /dev/null +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 +- :notebook: a calculated variable: value1 diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..111f4422 --- /dev/null +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 +- :notebook: a calculated variable: value2 diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..8c7572d0 --- /dev/null +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 +- :notebook: a calculated variable: + - value1 + - value2 diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-variable.md b/tests/results/test_read_write_errors/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..152f52aa --- /dev/null +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-variable.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a calculated variable: + - value1 + - value2 +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_read_write_errors/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..7561245c --- /dev/null +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: null +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: null + - :notebook: a follower: val + - :open_file_folder: a leader + - :notebook: a leader: null + - :notebook: a follower: val diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_read_write_errors/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..92c3280f --- /dev/null +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: null +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: + - value1 + - value2 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: + - value1 + - value2 diff --git a/tests/results/test_read_write_errors/41_0choice_leader.md b/tests/results/test_read_write_errors/41_0choice_leader.md new file mode 100644 index 00000000..518fbed8 --- /dev/null +++ b/tests/results/test_read_write_errors/41_0choice_leader.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: The leadership: [] diff --git a/tests/results/test_read_write_errors/41_0choice_leader.sh b/tests/results/test_read_write_errors/41_0choice_leader.sh index e69de29b..b53c1ee6 100644 --- a/tests/results/test_read_write_errors/41_0choice_leader.sh +++ b/tests/results/test_read_write_errors/41_0choice_leader.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 The leadership: [] diff --git a/tests/results/test_read_write_errors/44_0leadership_hidden.md b/tests/results/test_read_write_errors/44_0leadership_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/44_0leadership_leader_hidden.md b/tests/results/test_read_write_errors/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/44_1leadership_append_hidden_follower.md b/tests/results/test_read_write_errors/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/44_4disabled_calcultion_follower_index.md b/tests/results/test_read_write_errors/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..58dba823 --- /dev/null +++ b/tests/results/test_read_write_errors/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: a + - :open_file_folder: aleader + - :notebook: aleader: b + - :notebook: a follower: value diff --git a/tests/results/test_read_write_errors/44_4leadership_mandatory.md b/tests/results/test_read_write_errors/44_4leadership_mandatory.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_errors/44_4leadership_mandatory.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_errors/44_4leadership_mandatory.sh b/tests/results/test_read_write_errors/44_4leadership_mandatory.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_errors/44_4leadership_mandatory.sh +++ b/tests/results/test_read_write_errors/44_4leadership_mandatory.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_errors/44_4leadership_mandatory_follower.md b/tests/results/test_read_write_errors/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_errors/44_4leadership_mandatory_follower.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_errors/44_4leadership_mandatory_follower.sh b/tests/results/test_read_write_errors/44_4leadership_mandatory_follower.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_errors/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_read_write_errors/44_4leadership_mandatory_follower.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_errors/44_5leadership_leader_hidden_calculation.md b/tests/results/test_read_write_errors/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..3851bf3f --- /dev/null +++ b/tests/results/test_read_write_errors/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: no diff --git a/tests/results/test_read_write_errors/44_6leadership_follower_disabled_calculation.md b/tests/results/test_read_write_errors/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..5c95947e --- /dev/null +++ b/tests/results/test_read_write_errors/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: yes +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_errors/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_read_write_errors/44_6leadership_follower_disabled_calculation.sh index f2dab985..7070f49b 100644 --- a/tests/results/test_read_write_errors/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_read_write_errors/44_6leadership_follower_disabled_calculation.sh @@ -2,4 +2,5 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┗━━ 📓 a condition: yes +┣━━ 📓 a condition: yes +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic.md b/tests/results/test_read_write_errors/60_0family_dynamic.md new file mode 100644 index 00000000..b6af9753 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_1_1.md b/tests/results/test_read_write_errors/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..b6af9753 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_1_1.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_1_1_empty.md b/tests/results/test_read_write_errors/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..88693ba5 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_1_1_empty.sh b/tests/results/test_read_write_errors/60_0family_dynamic_1_1_empty.sh index e66d4fed..132fe331 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_read_write_errors/60_0family_dynamic_1_1_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 A suffix variable: +┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_empty.md b/tests/results/test_read_write_errors/60_0family_dynamic_empty.md new file mode 100644 index 00000000..88693ba5 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_empty.sh b/tests/results/test_read_write_errors/60_0family_dynamic_empty.sh index e66d4fed..132fe331 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_empty.sh +++ b/tests/results/test_read_write_errors/60_0family_dynamic_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 A suffix variable: +┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_forbidden_char.md b/tests/results/test_read_write_errors/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..1ff49559 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val.1 + - val.2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val.1 + - :notebook: A dynamic variable: val.1 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val.2 + - :notebook: A dynamic variable: val.2 diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_no_description.md b/tests/results/test_read_write_errors/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..c4923f7d --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_no_description.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: var: null +- :open_file_folder: A dynamic family + - :notebook: var: null diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_no_description_empty.md b/tests/results/test_read_write_errors/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..88693ba5 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_no_description_empty.sh b/tests/results/test_read_write_errors/60_0family_dynamic_no_description_empty.sh index e66d4fed..132fe331 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_read_write_errors/60_0family_dynamic_no_description_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 A suffix variable: +┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_source_hidden.md b/tests/results/test_read_write_errors/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..e6ef1087 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_source_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_static.md b/tests/results/test_read_write_errors/60_0family_dynamic_static.md new file mode 100644 index 00000000..ccc31e3f --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_static.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: null +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: null diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_test.md b/tests/results/test_read_write_errors/60_0family_dynamic_test.md new file mode 100644 index 00000000..88693ba5 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_test.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_test.sh b/tests/results/test_read_write_errors/60_0family_dynamic_test.sh index e66d4fed..132fe331 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_test.sh +++ b/tests/results/test_read_write_errors/60_0family_dynamic_test.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 A suffix variable: +┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_upper_char.md b/tests/results/test_read_write_errors/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..fa4cd080 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_upper_char.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - Val1 + - VAL2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_variable_empty.md b/tests/results/test_read_write_errors/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..c723a887 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_variable_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_variable_empty.sh b/tests/results/test_read_write_errors/60_0family_dynamic_variable_empty.sh index a6ed2e9a..141d980c 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_read_write_errors/60_0family_dynamic_variable_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 a suffix variable: +┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_variable_optional.md b/tests/results/test_read_write_errors/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..8fe731e1 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_variable_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix.md b/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..bbae7973 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: a value +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: a value diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..88693ba5 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix_empty.sh index e66d4fed..132fe331 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 A suffix variable: +┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_0family_empty.md b/tests/results/test_read_write_errors/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/60_0family_hidden.md b/tests/results/test_read_write_errors/60_0family_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_errors/60_0family_mode.md b/tests/results/test_read_write_errors/60_0family_mode.md new file mode 100644 index 00000000..37b6d3c6 --- /dev/null +++ b/tests/results/test_read_write_errors/60_0family_mode.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a family + - :notebook: A variable: non diff --git a/tests/results/test_read_write_errors/60_1family_dynamic_jinja.md b/tests/results/test_read_write_errors/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..48a49e67 --- /dev/null +++ b/tests/results/test_read_write_errors/60_1family_dynamic_jinja.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: val +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: val diff --git a/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..5ffae55a --- /dev/null +++ b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: + - val1 + - val2 +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: null +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: null +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..08824148 --- /dev/null +++ b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a identifier variable: + - val1 + - val2 +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: val1 +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: val2 +- :notebook: a varible outside dynamic family: val1 diff --git a/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..8f90b09f --- /dev/null +++ b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a identifier variable: [] +- :notebook: a varible outside dynamic family: null diff --git a/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index aa32bd0b..741427ce 100644 --- a/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -2,5 +2,5 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 a identifier variable: +┣━━ 📓 a identifier variable: [] ┗━━ 📓 a varible outside dynamic family: null diff --git a/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..fe54d657 --- /dev/null +++ b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: [] +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh index aa6bf853..1be62915 100644 --- a/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -2,5 +2,5 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 a suffix variable: +┣━━ 📓 a suffix variable: [] ┗━━ 📓 a second variable: null diff --git a/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc.md b/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..8c3db350 --- /dev/null +++ b/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffx variable: + - val1 + - val2 +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: val +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: val +- :notebook: a second variable: val diff --git a/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..7dcb1216 --- /dev/null +++ b/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffx variable: [] +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc_empty.sh index ab05c857..8c4b71e9 100644 --- a/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc_empty.sh @@ -2,5 +2,5 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 a suffx variable: +┣━━ 📓 a suffx variable: [] ┗━━ 📓 a second variable: null diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_description.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..9dbd8178 --- /dev/null +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_description.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: null +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: null +- :notebook: A new variable: null +- :notebook: A new variable: + - null + - null diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..ee5743ac --- /dev/null +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: + - val1 + - val2 +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: val1 +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: val2 diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..c723a887 --- /dev/null +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2_empty.sh index a6ed2e9a..141d980c 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 a suffix variable: +┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..c97b6e29 --- /dev/null +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: dynval1: {} +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: null diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_disabled.sh index 4bb45a2b..01b7edaa 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_disabled.sh @@ -2,5 +2,6 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: +┣━━ 📓 dynval1: {} ┗━━ 📂 dynval2  ┗━━ 📓 A dynamic variable: null diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..68771173 --- /dev/null +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A identifier variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val1 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val2 diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..2d1aa382 --- /dev/null +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A identifier variable: [] diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.sh index bb52a537..8c8ef474 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 A identifier variable: +┗━━ 📓 A identifier variable: [] diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..6ed114ba --- /dev/null +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: null +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: null +- :notebook: A variable calculated: null diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..bd702023 --- /dev/null +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: null + - :notebook: A new variable: null +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: null + - :notebook: A new variable: null diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..b3d0040b --- /dev/null +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: null +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: null +- :notebook: A new variable: null diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..b4cb8a67 --- /dev/null +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: [] +- :notebook: A variable calculated: null diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_empty.sh index b1a457ca..ecabee5d 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_empty.sh @@ -2,5 +2,5 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 A suffix variable: +┣━━ 📓 A suffix variable: [] ┗━━ 📓 A variable calculated: null diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_hidden_suffix.md b/tests/results/test_read_write_errors/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..b316c9b9 --- /dev/null +++ b/tests/results/test_read_write_errors/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a new variable: null diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..d8fd9ad7 --- /dev/null +++ b/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: + - val1 + - val2 +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val1 +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val2 +- :notebook: a variable: val1 diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..39d52675 --- /dev/null +++ b/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: asuffix variable: [] +- :notebook: a variable: null diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.sh index e522d80d..54ac8441 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -2,5 +2,5 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 asuffix variable: +┣━━ 📓 asuffix variable: [] ┗━━ 📓 a variable: null diff --git a/tests/results/test_read_write_errors/60_6family_dynamic_leadership.md b/tests/results/test_read_write_errors/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..5b4a6839 --- /dev/null +++ b/tests/results/test_read_write_errors/60_6family_dynamic_leadership.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: + - val1 + - val2 +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership: [] +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_errors/60_6family_dynamic_leadership.sh b/tests/results/test_read_write_errors/60_6family_dynamic_leadership.sh index d2dbc50c..5b5f9782 100644 --- a/tests/results/test_read_write_errors/60_6family_dynamic_leadership.sh +++ b/tests/results/test_read_write_errors/60_6family_dynamic_leadership.sh @@ -6,4 +6,6 @@ Variables: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 a dynamic family +┃ ┗━━ 📂 a leadership: [] ┗━━ 📂 a dynamic family + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_errors/60_6family_dynamic_leadership_empty.md b/tests/results/test_read_write_errors/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..c723a887 --- /dev/null +++ b/tests/results/test_read_write_errors/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_6family_dynamic_leadership_empty.sh b/tests/results/test_read_write_errors/60_6family_dynamic_leadership_empty.sh index a6ed2e9a..141d980c 100644 --- a/tests/results/test_read_write_errors/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_read_write_errors/60_6family_dynamic_leadership_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 a suffix variable: +┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_read_write_errors/60_9family_dynamic_calc_both.md b/tests/results/test_read_write_errors/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..ff66d98a --- /dev/null +++ b/tests/results/test_read_write_errors/60_9family_dynamic_calc_both.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: val2 +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: null +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: null diff --git a/tests/results/test_read_write_errors/68_0family_leadership_mode.md b/tests/results/test_read_write_errors/68_0family_leadership_mode.md new file mode 100644 index 00000000..6b23712d --- /dev/null +++ b/tests/results/test_read_write_errors/68_0family_leadership_mode.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A leadership: [] diff --git a/tests/results/test_read_write_errors/68_0family_leadership_mode.sh b/tests/results/test_read_write_errors/68_0family_leadership_mode.sh index e69de29b..3138ce23 100644 --- a/tests/results/test_read_write_errors/68_0family_leadership_mode.sh +++ b/tests/results/test_read_write_errors/68_0family_leadership_mode.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 A leadership: [] diff --git a/tests/results/test_read_write_mandatory/00_0empty.md b/tests/results/test_read_write_mandatory/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/00_0no_variable.md b/tests/results/test_read_write_mandatory/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/00_0no_variable_default_version.md b/tests/results/test_read_write_mandatory/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/00_0no_variable_remove_version.md b/tests/results/test_read_write_mandatory/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/00_0version_underscore.md b/tests/results/test_read_write_mandatory/00_0version_underscore.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_0version_underscore.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_1empty_variable.md b/tests/results/test_read_write_mandatory/00_1empty_variable.md new file mode 100644 index 00000000..a31a7d7a --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_1empty_variable.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_2default_calculated.md b/tests/results/test_read_write_mandatory/00_2default_calculated.md new file mode 100644 index 00000000..32af1c07 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_2default_calculated.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_2default_calculated_multi.md b/tests/results/test_read_write_mandatory/00_2default_calculated_multi.md new file mode 100644 index 00000000..45c944bb --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory/00_2default_calculated_params_permissive.md b/tests/results/test_read_write_mandatory/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..c54e0487 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_params_permissive.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_read_write_mandatory/00_2default_calculated_variable.md b/tests/results/test_read_write_mandatory/00_2default_calculated_variable.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_read_write_mandatory/00_2default_calculated_variable_description.md b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..06a98c44 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_description.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..04c5f380 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_2default_calculated_variable_transitive.md b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_transitive.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_read_write_mandatory/00_4load_subfolder.md b/tests/results/test_read_write_mandatory/00_4load_subfolder.md new file mode 100644 index 00000000..d729d1dd --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_4load_subfolder.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_5load_notype.md b/tests/results/test_read_write_mandatory/00_5load_notype.md new file mode 100644 index 00000000..74a3ebb7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_5load_notype.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_read_write_mandatory/00_6boolean.md b/tests/results/test_read_write_mandatory/00_6boolean.md new file mode 100644 index 00000000..7767738e --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory/00_6boolean_no_mandatory.md b/tests/results/test_read_write_mandatory/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..0d665aa8 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6boolean_no_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory/00_6choice.md b/tests/results/test_read_write_mandatory/00_6choice.md new file mode 100644 index 00000000..069f0f56 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6choice.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test +- :notebook: the third variable: a ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_read_write_mandatory/00_6choice_calculation.md b/tests/results/test_read_write_mandatory/00_6choice_calculation.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6choice_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_mandatory/00_6choice_link.md b/tests/results/test_read_write_mandatory/00_6choice_link.md new file mode 100644 index 00000000..07fe1c0f --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6choice_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_read_write_mandatory/00_6choice_variable.md b/tests/results/test_read_write_mandatory/00_6choice_variable.md new file mode 100644 index 00000000..a3b27ef6 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6choice_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_read_write_mandatory/00_6choice_variable_link.md b/tests/results/test_read_write_mandatory/00_6choice_variable_link.md new file mode 100644 index 00000000..4c73fa36 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6choice_variable_link.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/00_6choice_variable_link2.md b/tests/results/test_read_write_mandatory/00_6choice_variable_link2.md new file mode 100644 index 00000000..69e1b391 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6choice_variable_link2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/00_6custom.md b/tests/results/test_read_write_mandatory/00_6custom.md new file mode 100644 index 00000000..0278efae --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6custom.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory/00_6domainname.md b/tests/results/test_read_write_mandatory/00_6domainname.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6domainname.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_read_write_mandatory/00_6domainname_params.md b/tests/results/test_read_write_mandatory/00_6domainname_params.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6domainname_params.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_read_write_mandatory/00_6float.md b/tests/results/test_read_write_mandatory/00_6float.md new file mode 100644 index 00000000..fdf00c1b --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6float.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_read_write_mandatory/00_6integer.md b/tests/results/test_read_write_mandatory/00_6integer.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6integer.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write_mandatory/00_6ip.md b/tests/results/test_read_write_mandatory/00_6ip.md new file mode 100644 index 00000000..03c33f4a --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6ip.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) +- :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) +- :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_read_write_mandatory/00_6network.md b/tests/results/test_read_write_mandatory/00_6network.md new file mode 100644 index 00000000..bcdcd790 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6network.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) +- :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) +- :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_read_write_mandatory/00_6number.md b/tests/results/test_read_write_mandatory/00_6number.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6number.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write_mandatory/00_6port.md b/tests/results/test_read_write_mandatory/00_6port.md new file mode 100644 index 00000000..03133fbb --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6port.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a port variable: 80 ◀ loaded from rougail-test +- :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_read_write_mandatory/00_6regexp.md b/tests/results/test_read_write_mandatory/00_6regexp.md new file mode 100644 index 00000000..fac2816f --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6regexp.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_read_write_mandatory/00_6regexp_link.md b/tests/results/test_read_write_mandatory/00_6regexp_link.md new file mode 100644 index 00000000..ca7a25c4 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6regexp_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_read_write_mandatory/00_6secret.md b/tests/results/test_read_write_mandatory/00_6secret.md new file mode 100644 index 00000000..7e898a9d --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6secret.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test +- :notebook: the second variable: onE7vaLues_len1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory/00_6secret_param.md b/tests/results/test_read_write_mandatory/00_6secret_param.md new file mode 100644 index 00000000..f5779ef2 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6secret_param.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: onE7vaLues_len1 ◀ loaded from rougail-test +- :notebook: the second variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the third variable: onE7vaLues ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory/00_6string.md b/tests/results/test_read_write_mandatory/00_6string.md new file mode 100644 index 00000000..495f5f12 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6string.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test +- :notebook: the third variable: string1 ◀ loaded from rougail-test +- :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory/00_7choice_quote.md b/tests/results/test_read_write_mandatory/00_7choice_quote.md new file mode 100644 index 00000000..ec33219d --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7choice_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write_mandatory/00_7help.md b/tests/results/test_read_write_mandatory/00_7help.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_7help_quote.md b/tests/results/test_read_write_mandatory/00_7help_quote.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7help_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_7help_sup.md b/tests/results/test_read_write_mandatory/00_7help_sup.md new file mode 100644 index 00000000..ef5ad161 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7help_sup.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first : string1 ◀ loaded from rougail-test +- :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_7value_doublequote.md b/tests/results/test_read_write_mandatory/00_7value_doublequote.md new file mode 100644 index 00000000..aaa4b82e --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7value_doublequote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_read_write_mandatory/00_7value_doublequote2.md b/tests/results/test_read_write_mandatory/00_7value_doublequote2.md new file mode 100644 index 00000000..a6f45dbf --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7value_doublequote2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_read_write_mandatory/00_7value_doublequote3.md b/tests/results/test_read_write_mandatory/00_7value_doublequote3.md new file mode 100644 index 00000000..8f1901c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7value_doublequote3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_read_write_mandatory/00_7value_quote.md b/tests/results/test_read_write_mandatory/00_7value_quote.md new file mode 100644 index 00000000..d3b5cf77 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7value_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write_mandatory/00_8calculation_information.md b/tests/results/test_read_write_mandatory/00_8calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_8calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_8test.md b/tests/results/test_read_write_mandatory/00_8test.md new file mode 100644 index 00000000..ab0eb351 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_8test.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: test ◀ loaded from rougail-test +- :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the third variable: test1 ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_9choice_variable_multi.md b/tests/results/test_read_write_mandatory/00_9choice_variable_multi.md new file mode 100644 index 00000000..a8e00ca4 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_9choice_variables.md b/tests/results/test_read_write_mandatory/00_9choice_variables.md new file mode 100644 index 00000000..eabca2ae --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9choice_variables.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation.md b/tests/results/test_read_write_mandatory/00_9default_calculation.md new file mode 100644 index 00000000..28f184e4 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_information.md b/tests/results/test_read_write_mandatory/00_9default_calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_information_other_variable.md b/tests/results/test_read_write_mandatory/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional.md b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional2.md b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional_default.md b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e50c6d45 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_optional.md b/tests/results/test_read_write_mandatory/00_9default_calculation_optional.md new file mode 100644 index 00000000..fba93947 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_optional_exists.md b/tests/results/test_read_write_mandatory/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..8331c4d0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_optional_exists.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_param_optional.md b/tests/results/test_read_write_mandatory/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..ba3ac0cb --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_param_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_read_write_mandatory/00_9default_information_other_variable.md b/tests/results/test_read_write_mandatory/00_9default_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_9default_information_other_variable2.md b/tests/results/test_read_write_mandatory/00_9default_information_other_variable2.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_information_other_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_9default_integer.md b/tests/results/test_read_write_mandatory/00_9default_integer.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_mandatory/00_9default_number.md b/tests/results/test_read_write_mandatory/00_9default_number.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_number.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_mandatory/01_6boolean_multi.md b/tests/results/test_read_write_mandatory/01_6boolean_multi.md new file mode 100644 index 00000000..64a9c704 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6boolean_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory/01_6custom_multi.md b/tests/results/test_read_write_mandatory/01_6custom_multi.md new file mode 100644 index 00000000..5f8295fe --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6custom_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/01_6float_multi.md b/tests/results/test_read_write_mandatory/01_6float_multi.md new file mode 100644 index 00000000..37394ce7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6float_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/01_6integer_multi.md b/tests/results/test_read_write_mandatory/01_6integer_multi.md new file mode 100644 index 00000000..cd3a6d90 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6integer_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/01_6integer_multi_mandatory.md b/tests/results/test_read_write_mandatory/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..5dc07324 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6integer_multi_mandatory.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/01_6string_empty.md b/tests/results/test_read_write_mandatory/01_6string_empty.md new file mode 100644 index 00000000..169debbc --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6string_empty.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/01_6string_multi.md b/tests/results/test_read_write_mandatory/01_6string_multi.md new file mode 100644 index 00000000..5126d7c7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6string_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/01_6string_multi_length.md b/tests/results/test_read_write_mandatory/01_6string_multi_length.md new file mode 100644 index 00000000..bad5a109 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6string_multi_length.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/01_7value_multi_doublequote.md b/tests/results/test_read_write_mandatory/01_7value_multi_doublequote.md new file mode 100644 index 00000000..c7d13a41 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_7value_multi_doublequote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/01_7value_multi_doublequote2.md b/tests/results/test_read_write_mandatory/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..86a1a25c --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_7value_multi_doublequote2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/01_7value_multi_quote.md b/tests/results/test_read_write_mandatory/01_7value_multi_quote.md new file mode 100644 index 00000000..08b18504 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_7value_multi_quote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/01_8calculation_information_multi.md b/tests/results/test_read_write_mandatory/01_8calculation_information_multi.md new file mode 100644 index 00000000..36f45646 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_8calculation_information_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/01_9choice_variable_multi.md b/tests/results/test_read_write_mandatory/01_9choice_variable_multi.md new file mode 100644 index 00000000..e66688b4 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/01_9choice_variable_optional.md b/tests/results/test_read_write_mandatory/01_9choice_variable_optional.md new file mode 100644 index 00000000..f85e76de --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_9choice_variable_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write_mandatory/02_0tags.md b/tests/results/test_read_write_mandatory/02_0tags.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_read_write_mandatory/02_0tags.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_0type_param.md b/tests/results/test_read_write_mandatory/04_0type_param.md new file mode 100644 index 00000000..9b8af410 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_0type_param.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write_mandatory/04_0type_param_integer.md b/tests/results/test_read_write_mandatory/04_0type_param_integer.md new file mode 100644 index 00000000..8dda6325 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_0type_param_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write_mandatory/04_1auto_save.md b/tests/results/test_read_write_mandatory/04_1auto_save.md new file mode 100644 index 00000000..18a70157 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1auto_save.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: an auto save variable: no diff --git a/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated.md b/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..1012dbd7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: no diff --git a/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated_hidden.md b/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..f5e243ac --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: yes diff --git a/tests/results/test_read_write_mandatory/04_1auto_save_and_hidden.md b/tests/results/test_read_write_mandatory/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden.md b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_2.md b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_3.md b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..35599e09 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_4.md b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..b2991eba --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_5.md b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..1d01f221 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_5.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_6.md b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..2e1bdf8d --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_boolean.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..2a347caa --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_boolean.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..53ff3525 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional_default.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..ce713dda --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional_default.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable10.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable10.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable2.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable3.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..686a5383 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable4.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..2c85557d --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable4.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable5.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable5.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable6.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable6.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable7.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable7.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable8.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable9.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable9.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable_multi.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory/04_5validators.md b/tests/results/test_read_write_mandatory/04_5validators.md new file mode 100644 index 00000000..bde57131 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5validators.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_5validators_differ.md b/tests/results/test_read_write_mandatory/04_5validators_differ.md new file mode 100644 index 00000000..7228c318 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5validators_differ.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) +- :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_read_write_mandatory/04_5validators_multi.md b/tests/results/test_read_write_mandatory/04_5validators_multi.md new file mode 100644 index 00000000..a02553e3 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5validators_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_5validators_multi2.md b/tests/results/test_read_write_mandatory/04_5validators_multi2.md new file mode 100644 index 00000000..d540870f --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5validators_multi2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory/04_5validators_multi3.md b/tests/results/test_read_write_mandatory/04_5validators_multi3.md new file mode 100644 index 00000000..12aa629b --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5validators_multi3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_read_write_mandatory/04_5validators_warnings.md b/tests/results/test_read_write_mandatory/04_5validators_warnings.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5validators_warnings.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_read_write_mandatory/04_5validators_warnings_all.md b/tests/results/test_read_write_mandatory/04_5validators_warnings_all.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5validators_warnings_all.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_read_write_mandatory/05_0multi_not_uniq.md b/tests/results/test_read_write_mandatory/05_0multi_not_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_read_write_mandatory/05_0multi_not_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/05_0multi_uniq.md b/tests/results/test_read_write_mandatory/05_0multi_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_read_write_mandatory/05_0multi_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/12_1auto_save_expert.md b/tests/results/test_read_write_mandatory/12_1auto_save_expert.md new file mode 100644 index 00000000..517523ba --- /dev/null +++ b/tests/results/test_read_write_mandatory/12_1auto_save_expert.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test_read_write_mandatory/16_0redefine_description.md b/tests/results/test_read_write_mandatory/16_0redefine_description.md new file mode 100644 index 00000000..1a79d0e3 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_0redefine_description.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16_2family_redefine_calculation.md b/tests/results/test_read_write_mandatory/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/16_2family_redefine_disabled.md b/tests/results/test_read_write_mandatory/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/16_3family_empty_at_ends.md b/tests/results/test_read_write_mandatory/16_3family_empty_at_ends.md new file mode 100644 index 00000000..391f7652 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_3family_empty_at_ends.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16_5exists_nonexists.md b/tests/results/test_read_write_mandatory/16_5exists_nonexists.md new file mode 100644 index 00000000..5282c9a9 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5exists_nonexists.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory/16_5exists_redefine.md b/tests/results/test_read_write_mandatory/16_5exists_redefine.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/16_5redefine_calculation.md b/tests/results/test_read_write_mandatory/16_5redefine_calculation.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory/16_5redefine_choice.md b/tests/results/test_read_write_mandatory/16_5redefine_choice.md new file mode 100644 index 00000000..3fa8719b --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_choice.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16_5redefine_default.md b/tests/results/test_read_write_mandatory/16_5redefine_default.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_default.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory/16_5redefine_default_calculation.md b/tests/results/test_read_write_mandatory/16_5redefine_default_calculation.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16_5redefine_family.md b/tests/results/test_read_write_mandatory/16_5redefine_family.md new file mode 100644 index 00000000..e3d9d3ab --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16_5redefine_help.md b/tests/results/test_read_write_mandatory/16_5redefine_help.md new file mode 100644 index 00000000..1da5c1c7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16_5redefine_hidden.md b/tests/results/test_read_write_mandatory/16_5redefine_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/16_5redefine_multi.md b/tests/results/test_read_write_mandatory/16_5redefine_multi.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16_5redefine_remove_disable_calculation.md b/tests/results/test_read_write_mandatory/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16_5test_redefine.md b/tests/results/test_read_write_mandatory/16_5test_redefine.md new file mode 100644 index 00000000..c1457ecf --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5test_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16_6choice_redefine.md b/tests/results/test_read_write_mandatory/16_6choice_redefine.md new file mode 100644 index 00000000..9752d3c3 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_6choice_redefine.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write_mandatory/16_6exists_family.md b/tests/results/test_read_write_mandatory/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/16_6exists_redefine_family.md b/tests/results/test_read_write_mandatory/16_6exists_redefine_family.md new file mode 100644 index 00000000..d32c7ec6 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_6exists_redefine_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16exists_exists.md b/tests/results/test_read_write_mandatory/16exists_exists.md new file mode 100644 index 00000000..6af116b0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16exists_exists.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/17_5redefine_leadership.md b/tests/results/test_read_write_mandatory/17_5redefine_leadership.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/20_0empty_family.md b/tests/results/test_read_write_mandatory/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/20_0family_append.md b/tests/results/test_read_write_mandatory/20_0family_append.md new file mode 100644 index 00000000..e58e2fff --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0family_append.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/20_0family_underscore.md b/tests/results/test_read_write_mandatory/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/20_0multi_family.md b/tests/results/test_read_write_mandatory/20_0multi_family.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0multi_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/20_0multi_family_basic.md b/tests/results/test_read_write_mandatory/20_0multi_family_basic.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0multi_family_basic.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/20_0multi_family_expert.md b/tests/results/test_read_write_mandatory/20_0multi_family_expert.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0multi_family_expert.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/20_0multi_family_order.md b/tests/results/test_read_write_mandatory/20_0multi_family_order.md new file mode 100644 index 00000000..6fe9fe14 --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0multi_family_order.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/20_0validators_differ_redefine.md b/tests/results/test_read_write_mandatory/20_0validators_differ_redefine.md new file mode 100644 index 00000000..894437c1 --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0validators_differ_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory/20_1empty_subfamily.md b/tests/results/test_read_write_mandatory/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/20_2family_looks_like_dynamic.md b/tests/results/test_read_write_mandatory/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..37a189c4 --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_2family_looks_like_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory/20_2family_looks_like_variable.md b/tests/results/test_read_write_mandatory/20_2family_looks_like_variable.md new file mode 100644 index 00000000..ab3f4c56 --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_2family_looks_like_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory/20_9default_information_parent.md b/tests/results/test_read_write_mandatory/20_9default_information_parent.md new file mode 100644 index 00000000..3baade9e --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_9default_information_parent.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/20_9family_absolute.md b/tests/results/test_read_write_mandatory/20_9family_absolute.md new file mode 100644 index 00000000..04c297cd --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_9family_absolute.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: first variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a second variable: string6 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: third variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a variable2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - :notebook: var3: string5 ◀ loaded from rougail-test (:hourglass_flowing_sand: string4) + - :open_file_folder: a sub family + - :notebook: fourth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string5) diff --git a/tests/results/test_read_write_mandatory/24_0family_hidden_condition_sub_family.md b/tests/results/test_read_write_mandatory/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..f116a698 --- /dev/null +++ b/tests/results/test_read_write_mandatory/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..089c3930 --- /dev/null +++ b/tests/results/test_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_read_write_mandatory/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..e2205c85 --- /dev/null +++ b/tests/results/test_read_write_mandatory/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/24_0family_mandatory_condition.md b/tests/results/test_read_write_mandatory/24_0family_mandatory_condition.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_read_write_mandatory/24_0family_mandatory_condition.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/24_0family_mandatory_condition_variable.md b/tests/results/test_read_write_mandatory/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..38cfdc4f --- /dev/null +++ b/tests/results/test_read_write_mandatory/24_0family_mandatory_condition_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/24_7validators_variable_optional.md b/tests/results/test_read_write_mandatory/24_7validators_variable_optional.md new file mode 100644 index 00000000..2a474ee3 --- /dev/null +++ b/tests/results/test_read_write_mandatory/24_7validators_variable_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_read_write_mandatory/24_family_disabled_var_hidden.md b/tests/results/test_read_write_mandatory/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/40_0leadership.md b/tests/results/test_read_write_mandatory/40_0leadership.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_0leadership.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/40_0leadership_diff_name.md b/tests/results/test_read_write_mandatory/40_0leadership_diff_name.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_0leadership_diff_name.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/40_0leadership_empty.md b/tests/results/test_read_write_mandatory/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/40_0leadership_follower_default_calculation.md b/tests/results/test_read_write_mandatory/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..9fc9ddef --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_0leadership_follower_default_calculation.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory/40_0leadership_follower_default_value.md b/tests/results/test_read_write_mandatory/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..d35335b7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_0leadership_follower_default_value.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory/40_0leadership_leader_follower.md b/tests/results/test_read_write_mandatory/40_0leadership_leader_follower.md new file mode 100644 index 00000000..f3168a42 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_0leadership_leader_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory/40_0leadership_leader_not_multi.md b/tests/results/test_read_write_mandatory/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..de43516e --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_0leadership_leader_not_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/40_0leadership_reduce.md b/tests/results/test_read_write_mandatory/40_0leadership_reduce.md new file mode 100644 index 00000000..6e0a96b2 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_0leadership_reduce.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/40_1leadership_append_follower.md b/tests/results/test_read_write_mandatory/40_1leadership_append_follower.md new file mode 100644 index 00000000..f45a28e6 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_1leadership_append_follower.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/40_2leadership_calculation_index.md b/tests/results/test_read_write_mandatory/40_2leadership_calculation_index.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_2leadership_calculation_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_read_write_mandatory/40_2leadership_calculation_index_2.md b/tests/results/test_read_write_mandatory/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_2leadership_calculation_index_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_read_write_mandatory/40_6leadership_follower_multi.md b/tests/results/test_read_write_mandatory/40_6leadership_follower_multi.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_6leadership_follower_multi.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/40_8calculation_boolean.md b/tests/results/test_read_write_mandatory/40_8calculation_boolean.md new file mode 100644 index 00000000..0c592024 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_8calculation_boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) +- :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory/40_8calculation_multi_variable.md b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable.md new file mode 100644 index 00000000..b02d27dc --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent.md b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..332d66de --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent2.md b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..4baceb00 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..ca74e6ba --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,27 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..0fb2518d --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..c3c8499d --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..9a98f208 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test +- :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..e6481970 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..28505269 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..10cd17ad --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..ec612eff --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..993c89c0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,37 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory/41_0choice_leader.md b/tests/results/test_read_write_mandatory/41_0choice_leader.md new file mode 100644 index 00000000..62c10705 --- /dev/null +++ b/tests/results/test_read_write_mandatory/41_0choice_leader.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/44_0leadership_hidden.md b/tests/results/test_read_write_mandatory/44_0leadership_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/44_0leadership_leader_hidden.md b/tests/results/test_read_write_mandatory/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/44_1leadership_append_hidden_follower.md b/tests/results/test_read_write_mandatory/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/44_4disabled_calcultion_follower_index.md b/tests/results/test_read_write_mandatory/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..7a5bc503 --- /dev/null +++ b/tests/results/test_read_write_mandatory/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory/44_4leadership_mandatory.md b/tests/results/test_read_write_mandatory/44_4leadership_mandatory.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_read_write_mandatory/44_4leadership_mandatory.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/44_4leadership_mandatory_follower.md b/tests/results/test_read_write_mandatory/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_read_write_mandatory/44_4leadership_mandatory_follower.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/44_5leadership_leader_hidden_calculation.md b/tests/results/test_read_write_mandatory/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..2e4cffd8 --- /dev/null +++ b/tests/results/test_read_write_mandatory/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/44_6leadership_follower_disabled_calculation.md b/tests/results/test_read_write_mandatory/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..665f062c --- /dev/null +++ b/tests/results/test_read_write_mandatory/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic.md b/tests/results/test_read_write_mandatory/60_0family_dynamic.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1_empty.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_empty.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_empty.md new file mode 100644 index 00000000..5d22fb5d --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_forbidden_char.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..7ecfff5a --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..7db666a1 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description_empty.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..a1fc666b --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_source_hidden.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..ab848c5e --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_source_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_static.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_static.md new file mode 100644 index 00000000..aab71c32 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_static.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_test.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_test.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_test.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_upper_char.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..afda6419 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_upper_char.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_empty.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..898c3589 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_optional.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..e0280911 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..87cd38d2 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..3df384ec --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_read_write_mandatory/60_0family_empty.md b/tests/results/test_read_write_mandatory/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/60_0family_hidden.md b/tests/results/test_read_write_mandatory/60_0family_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory/60_0family_mode.md b/tests/results/test_read_write_mandatory/60_0family_mode.md new file mode 100644 index 00000000..fe7dbe59 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_mode.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_read_write_mandatory/60_1family_dynamic_jinja.md b/tests/results/test_read_write_mandatory/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..492046f5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_1family_dynamic_jinja.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..58ae4ad3 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..797cc590 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..65e4f9a9 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..0600e9df --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc.md b/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..22e9ef87 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..4d41e2d7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_description.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..ccdfecaf --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_description.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..aece1d4c --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..6ceb861a --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..33e2a846 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :notebook: dynval1: {} +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.sh index 89adda2c..f6dfd744 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,6 +1,8 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: +┣━━ 📓 dynval1: {} ┗━━ 📂 dynval2  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..b9c1c2f5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..892804c4 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..1a400f72 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..f69f8091 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..5b369056 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..3b896745 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_hidden_suffix.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..e71d2764 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..60f97596 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..9aa74bc8 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership.md b/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..7a3fcf83 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership_empty.md b/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..ec497a1f --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_9family_dynamic_calc_both.md b/tests/results/test_read_write_mandatory/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..d6e21b35 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_9family_dynamic_calc_both.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/68_0family_leadership_mode.md b/tests/results/test_read_write_mandatory/68_0family_leadership_mode.md new file mode 100644 index 00000000..91257b8b --- /dev/null +++ b/tests/results/test_read_write_mandatory/68_0family_leadership_mode.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_0empty.md b/tests/results/test_read_write_mandatory_secrets/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/00_0no_variable.md b/tests/results/test_read_write_mandatory_secrets/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/00_0no_variable_default_version.md b/tests/results/test_read_write_mandatory_secrets/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/00_0no_variable_remove_version.md b/tests/results/test_read_write_mandatory_secrets/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/00_0version_underscore.md b/tests/results/test_read_write_mandatory_secrets/00_0version_underscore.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_0version_underscore.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_1empty_variable.md b/tests/results/test_read_write_mandatory_secrets/00_1empty_variable.md new file mode 100644 index 00000000..a31a7d7a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_1empty_variable.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.md new file mode 100644 index 00000000..32af1c07 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.md new file mode 100644 index 00000000..45c944bb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_params_permissive.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..c54e0487 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_params_permissive.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..06a98c44 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..04c5f380 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.md b/tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.md new file mode 100644 index 00000000..d729d1dd --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_5load_notype.md b/tests/results/test_read_write_mandatory_secrets/00_5load_notype.md new file mode 100644 index 00000000..74a3ebb7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_5load_notype.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6boolean.md b/tests/results/test_read_write_mandatory_secrets/00_6boolean.md new file mode 100644 index 00000000..7767738e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.md b/tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..0d665aa8 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice.md b/tests/results/test_read_write_mandatory_secrets/00_6choice.md new file mode 100644 index 00000000..069f0f56 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test +- :notebook: the third variable: a ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.md b/tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice_link.md b/tests/results/test_read_write_mandatory_secrets/00_6choice_link.md new file mode 100644 index 00000000..07fe1c0f --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice_variable.md b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable.md new file mode 100644 index 00000000..a3b27ef6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link.md b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link.md new file mode 100644 index 00000000..4c73fa36 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link2.md b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link2.md new file mode 100644 index 00000000..69e1b391 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6custom.md b/tests/results/test_read_write_mandatory_secrets/00_6custom.md new file mode 100644 index 00000000..0278efae --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6custom.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6domainname.md b/tests/results/test_read_write_mandatory_secrets/00_6domainname.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6domainname.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6domainname_params.md b/tests/results/test_read_write_mandatory_secrets/00_6domainname_params.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6domainname_params.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6float.md b/tests/results/test_read_write_mandatory_secrets/00_6float.md new file mode 100644 index 00000000..fdf00c1b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6float.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6integer.md b/tests/results/test_read_write_mandatory_secrets/00_6integer.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6integer.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6ip.md b/tests/results/test_read_write_mandatory_secrets/00_6ip.md new file mode 100644 index 00000000..03c33f4a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6ip.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) +- :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) +- :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6network.md b/tests/results/test_read_write_mandatory_secrets/00_6network.md new file mode 100644 index 00000000..bcdcd790 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6network.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) +- :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) +- :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6number.md b/tests/results/test_read_write_mandatory_secrets/00_6number.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6number.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6port.md b/tests/results/test_read_write_mandatory_secrets/00_6port.md new file mode 100644 index 00000000..03133fbb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6port.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a port variable: 80 ◀ loaded from rougail-test +- :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6regexp.md b/tests/results/test_read_write_mandatory_secrets/00_6regexp.md new file mode 100644 index 00000000..fac2816f --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6regexp.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6regexp_link.md b/tests/results/test_read_write_mandatory_secrets/00_6regexp_link.md new file mode 100644 index 00000000..ca7a25c4 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6regexp_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6secret.md b/tests/results/test_read_write_mandatory_secrets/00_6secret.md new file mode 100644 index 00000000..8aadd24f --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6secret.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: ********** ◀ loaded from rougail-test +- :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6secret_param.md b/tests/results/test_read_write_mandatory_secrets/00_6secret_param.md new file mode 100644 index 00000000..a3589d53 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6secret_param.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: ********** ◀ loaded from rougail-test +- :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) +- :notebook: the third variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6string.md b/tests/results/test_read_write_mandatory_secrets/00_6string.md new file mode 100644 index 00000000..495f5f12 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6string.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test +- :notebook: the third variable: string1 ◀ loaded from rougail-test +- :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory_secrets/00_7choice_quote.md b/tests/results/test_read_write_mandatory_secrets/00_7choice_quote.md new file mode 100644 index 00000000..ec33219d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7choice_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write_mandatory_secrets/00_7help.md b/tests/results/test_read_write_mandatory_secrets/00_7help.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_7help_quote.md b/tests/results/test_read_write_mandatory_secrets/00_7help_quote.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7help_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_7help_sup.md b/tests/results/test_read_write_mandatory_secrets/00_7help_sup.md new file mode 100644 index 00000000..ef5ad161 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7help_sup.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first : string1 ◀ loaded from rougail-test +- :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.md b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.md new file mode 100644 index 00000000..aaa4b82e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.md b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.md new file mode 100644 index 00000000..a6f45dbf --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.md b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.md new file mode 100644 index 00000000..8f1901c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_read_write_mandatory_secrets/00_7value_quote.md b/tests/results/test_read_write_mandatory_secrets/00_7value_quote.md new file mode 100644 index 00000000..d3b5cf77 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write_mandatory_secrets/00_8calculation_information.md b/tests/results/test_read_write_mandatory_secrets/00_8calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_8calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_8test.md b/tests/results/test_read_write_mandatory_secrets/00_8test.md new file mode 100644 index 00000000..ab0eb351 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_8test.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: test ◀ loaded from rougail-test +- :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the third variable: test1 ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.md b/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.md new file mode 100644 index 00000000..a8e00ca4 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.md b/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.md new file mode 100644 index 00000000..eabca2ae --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation.md new file mode 100644 index 00000000..28f184e4 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional_default.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e50c6d45 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.md new file mode 100644 index 00000000..fba93947 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..8331c4d0 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..ba3ac0cb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.md b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable2.md b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable2.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_integer.md b/tests/results/test_read_write_mandatory_secrets/00_9default_integer.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_number.md b/tests/results/test_read_write_mandatory_secrets/00_9default_number.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_number.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.md b/tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.md new file mode 100644 index 00000000..64a9c704 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.md b/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.md new file mode 100644 index 00000000..5f8295fe --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/01_6float_multi.md b/tests/results/test_read_write_mandatory_secrets/01_6float_multi.md new file mode 100644 index 00000000..37394ce7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6float_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/01_6integer_multi.md b/tests/results/test_read_write_mandatory_secrets/01_6integer_multi.md new file mode 100644 index 00000000..cd3a6d90 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6integer_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/01_6integer_multi_mandatory.md b/tests/results/test_read_write_mandatory_secrets/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..5dc07324 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6integer_multi_mandatory.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/01_6string_empty.md b/tests/results/test_read_write_mandatory_secrets/01_6string_empty.md new file mode 100644 index 00000000..169debbc --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6string_empty.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/01_6string_multi.md b/tests/results/test_read_write_mandatory_secrets/01_6string_multi.md new file mode 100644 index 00000000..5126d7c7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6string_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/01_6string_multi_length.md b/tests/results/test_read_write_mandatory_secrets/01_6string_multi_length.md new file mode 100644 index 00000000..bad5a109 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6string_multi_length.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.md b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.md new file mode 100644 index 00000000..c7d13a41 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.md b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..86a1a25c --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.md b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.md new file mode 100644 index 00000000..08b18504 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.md b/tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.md new file mode 100644 index 00000000..36f45646 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.md b/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.md new file mode 100644 index 00000000..e66688b4 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_optional.md b/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_optional.md new file mode 100644 index 00000000..f85e76de --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write_mandatory_secrets/02_0tags.md b/tests/results/test_read_write_mandatory_secrets/02_0tags.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/02_0tags.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_0type_param.md b/tests/results/test_read_write_mandatory_secrets/04_0type_param.md new file mode 100644 index 00000000..9b8af410 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_0type_param.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write_mandatory_secrets/04_0type_param_integer.md b/tests/results/test_read_write_mandatory_secrets/04_0type_param_integer.md new file mode 100644 index 00000000..8dda6325 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_0type_param_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write_mandatory_secrets/04_1auto_save.md b/tests/results/test_read_write_mandatory_secrets/04_1auto_save.md new file mode 100644 index 00000000..18a70157 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: an auto save variable: no diff --git a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.md b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..1012dbd7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: no diff --git a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.md b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..f5e243ac --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: yes diff --git a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_hidden.md b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.md b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.md b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_3.md b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..35599e09 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_4.md b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..b2991eba --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_5.md b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..1d01f221 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_5.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_6.md b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..2e1bdf8d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_boolean.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..2a347caa --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_boolean.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..53ff3525 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..ce713dda --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable10.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable10.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..686a5383 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..2c85557d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable5.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable5.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable6.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable6.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable7.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable7.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable8.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable9.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable9.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators.md b/tests/results/test_read_write_mandatory_secrets/04_5validators.md new file mode 100644 index 00000000..bde57131 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.md b/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.md new file mode 100644 index 00000000..7228c318 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) +- :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_multi.md b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi.md new file mode 100644 index 00000000..a02553e3 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.md b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.md new file mode 100644 index 00000000..d540870f --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_multi3.md b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi3.md new file mode 100644 index 00000000..12aa629b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_warnings.md b/tests/results/test_read_write_mandatory_secrets/04_5validators_warnings.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_warnings.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_warnings_all.md b/tests/results/test_read_write_mandatory_secrets/04_5validators_warnings_all.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_warnings_all.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.md b/tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.md b/tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.md b/tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.md new file mode 100644 index 00000000..517523ba --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.md b/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.md new file mode 100644 index 00000000..1a79d0e3 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_calculation.md b/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_disabled.md b/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/16_3family_empty_at_ends.md b/tests/results/test_read_write_mandatory_secrets/16_3family_empty_at_ends.md new file mode 100644 index 00000000..391f7652 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_3family_empty_at_ends.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.md b/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.md new file mode 100644 index 00000000..5282c9a9 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory_secrets/16_5exists_redefine.md b/tests/results/test_read_write_mandatory_secrets/16_5exists_redefine.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.md new file mode 100644 index 00000000..3fa8719b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_family.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_family.md new file mode 100644 index 00000000..e3d9d3ab --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_help.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_help.md new file mode 100644 index 00000000..1da5c1c7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_hidden.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16_5test_redefine.md b/tests/results/test_read_write_mandatory_secrets/16_5test_redefine.md new file mode 100644 index 00000000..c1457ecf --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5test_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.md b/tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.md new file mode 100644 index 00000000..9752d3c3 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write_mandatory_secrets/16_6exists_family.md b/tests/results/test_read_write_mandatory_secrets/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.md b/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.md new file mode 100644 index 00000000..d32c7ec6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16exists_exists.md b/tests/results/test_read_write_mandatory_secrets/16exists_exists.md new file mode 100644 index 00000000..6af116b0 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16exists_exists.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/17_5redefine_leadership.md b/tests/results/test_read_write_mandatory_secrets/17_5redefine_leadership.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/20_0empty_family.md b/tests/results/test_read_write_mandatory_secrets/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/20_0family_append.md b/tests/results/test_read_write_mandatory_secrets/20_0family_append.md new file mode 100644 index 00000000..e58e2fff --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0family_append.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/20_0family_underscore.md b/tests/results/test_read_write_mandatory_secrets/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/20_0multi_family.md b/tests/results/test_read_write_mandatory_secrets/20_0multi_family.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.md b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.md b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.md b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.md new file mode 100644 index 00000000..6fe9fe14 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.md b/tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.md new file mode 100644 index 00000000..894437c1 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory_secrets/20_1empty_subfamily.md b/tests/results/test_read_write_mandatory_secrets/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_dynamic.md b/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..37a189c4 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_variable.md b/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_variable.md new file mode 100644 index 00000000..ab3f4c56 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.md b/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.md new file mode 100644 index 00000000..3baade9e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/20_9family_absolute.md b/tests/results/test_read_write_mandatory_secrets/20_9family_absolute.md new file mode 100644 index 00000000..04c297cd --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_9family_absolute.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: first variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a second variable: string6 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: third variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a variable2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - :notebook: var3: string5 ◀ loaded from rougail-test (:hourglass_flowing_sand: string4) + - :open_file_folder: a sub family + - :notebook: fourth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string5) diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.md b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..f116a698 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..089c3930 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..e2205c85 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.md b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.md b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..38cfdc4f --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.md b/tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.md new file mode 100644 index 00000000..2a474ee3 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_read_write_mandatory_secrets/24_family_disabled_var_hidden.md b/tests/results/test_read_write_mandatory_secrets/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_empty.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..9fc9ddef --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..d35335b7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_follower.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_follower.md new file mode 100644 index 00000000..f3168a42 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..de43516e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_reduce.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership_reduce.md new file mode 100644 index 00000000..6e0a96b2 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_reduce.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.md b/tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.md new file mode 100644 index 00000000..f45a28e6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/40_2leadership_calculation_index.md b/tests/results/test_read_write_mandatory_secrets/40_2leadership_calculation_index.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_2leadership_calculation_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_read_write_mandatory_secrets/40_2leadership_calculation_index_2.md b/tests/results/test_read_write_mandatory_secrets/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_2leadership_calculation_index_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.md b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.md b/tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.md new file mode 100644 index 00000000..0c592024 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) +- :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.md b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.md new file mode 100644 index 00000000..b02d27dc --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.md b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..332d66de --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.md b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..4baceb00 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_read_write_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..ca74e6ba --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,27 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..0fb2518d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..c3c8499d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..9a98f208 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test +- :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..e6481970 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..28505269 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..10cd17ad --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..ec612eff --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..993c89c0 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,37 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_mandatory_secrets/41_0choice_leader.md b/tests/results/test_read_write_mandatory_secrets/41_0choice_leader.md new file mode 100644 index 00000000..62c10705 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/41_0choice_leader.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/44_0leadership_hidden.md b/tests/results/test_read_write_mandatory_secrets/44_0leadership_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/44_0leadership_leader_hidden.md b/tests/results/test_read_write_mandatory_secrets/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.md b/tests/results/test_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/44_4disabled_calcultion_follower_index.md b/tests/results/test_read_write_mandatory_secrets/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..7a5bc503 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.md b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.md b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.md b/tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..2e4cffd8 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.md b/tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..665f062c --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.md new file mode 100644 index 00000000..5d22fb5d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..7ecfff5a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..7db666a1 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..a1fc666b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..ab848c5e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.md new file mode 100644 index 00000000..aab71c32 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_upper_char.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..afda6419 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_upper_char.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..898c3589 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_optional.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..e0280911 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..87cd38d2 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..3df384ec --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_empty.md b/tests/results/test_read_write_mandatory_secrets/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_hidden.md b/tests/results/test_read_write_mandatory_secrets/60_0family_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_mode.md b/tests/results/test_read_write_mandatory_secrets/60_0family_mode.md new file mode 100644 index 00000000..fe7dbe59 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_mode.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.md b/tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..492046f5 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..58ae4ad3 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..797cc590 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..65e4f9a9 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..0600e9df --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.md b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..22e9ef87 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..4d41e2d7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_description.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..ccdfecaf --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_description.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..aece1d4c --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..6ceb861a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..33e2a846 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :notebook: dynval1: {} +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh index 89adda2c..f6dfd744 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,6 +1,8 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: +┣━━ 📓 dynval1: {} ┗━━ 📂 dynval2  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..b9c1c2f5 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..892804c4 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..1a400f72 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..f69f8091 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..5b369056 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..3b896745 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..e71d2764 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..60f97596 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..9aa74bc8 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.md b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..7a3fcf83 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.md b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..ec497a1f --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.md b/tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..d6e21b35 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.md b/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.md new file mode 100644 index 00000000..91257b8b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_0empty.md b/tests/results/test_read_write_secrets/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/00_0no_variable.md b/tests/results/test_read_write_secrets/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/00_0no_variable_default_version.md b/tests/results/test_read_write_secrets/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/00_0no_variable_remove_version.md b/tests/results/test_read_write_secrets/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/00_0version_underscore.md b/tests/results/test_read_write_secrets/00_0version_underscore.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_0version_underscore.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_1empty_variable.md b/tests/results/test_read_write_secrets/00_1empty_variable.md new file mode 100644 index 00000000..a31a7d7a --- /dev/null +++ b/tests/results/test_read_write_secrets/00_1empty_variable.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_2default_calculated.md b/tests/results/test_read_write_secrets/00_2default_calculated.md new file mode 100644 index 00000000..32af1c07 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_2default_calculated.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_2default_calculated_multi.md b/tests/results/test_read_write_secrets/00_2default_calculated_multi.md new file mode 100644 index 00000000..45c944bb --- /dev/null +++ b/tests/results/test_read_write_secrets/00_2default_calculated_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_secrets/00_2default_calculated_params_permissive.md b/tests/results/test_read_write_secrets/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..c54e0487 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_2default_calculated_params_permissive.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_read_write_secrets/00_2default_calculated_variable.md b/tests/results/test_read_write_secrets/00_2default_calculated_variable.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_2default_calculated_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_read_write_secrets/00_2default_calculated_variable_description.md b/tests/results/test_read_write_secrets/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..06a98c44 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_2default_calculated_variable_description.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_read_write_secrets/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..04c5f380 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.md b/tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_read_write_secrets/00_4load_subfolder.md b/tests/results/test_read_write_secrets/00_4load_subfolder.md new file mode 100644 index 00000000..d729d1dd --- /dev/null +++ b/tests/results/test_read_write_secrets/00_4load_subfolder.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_5load_notype.md b/tests/results/test_read_write_secrets/00_5load_notype.md new file mode 100644 index 00000000..74a3ebb7 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_5load_notype.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_read_write_secrets/00_6boolean.md b/tests/results/test_read_write_secrets/00_6boolean.md new file mode 100644 index 00000000..7767738e --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_secrets/00_6boolean_no_mandatory.md b/tests/results/test_read_write_secrets/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..0d665aa8 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6boolean_no_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_secrets/00_6choice.md b/tests/results/test_read_write_secrets/00_6choice.md new file mode 100644 index 00000000..069f0f56 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6choice.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test +- :notebook: the third variable: a ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_read_write_secrets/00_6choice_calculation.md b/tests/results/test_read_write_secrets/00_6choice_calculation.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6choice_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_secrets/00_6choice_link.md b/tests/results/test_read_write_secrets/00_6choice_link.md new file mode 100644 index 00000000..07fe1c0f --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6choice_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_read_write_secrets/00_6choice_variable.md b/tests/results/test_read_write_secrets/00_6choice_variable.md new file mode 100644 index 00000000..a3b27ef6 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6choice_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_read_write_secrets/00_6choice_variable_link.md b/tests/results/test_read_write_secrets/00_6choice_variable_link.md new file mode 100644 index 00000000..4c73fa36 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6choice_variable_link.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/00_6choice_variable_link2.md b/tests/results/test_read_write_secrets/00_6choice_variable_link2.md new file mode 100644 index 00000000..69e1b391 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6choice_variable_link2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/00_6custom.md b/tests/results/test_read_write_secrets/00_6custom.md new file mode 100644 index 00000000..0278efae --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6custom.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_secrets/00_6domainname.md b/tests/results/test_read_write_secrets/00_6domainname.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6domainname.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_read_write_secrets/00_6domainname_params.md b/tests/results/test_read_write_secrets/00_6domainname_params.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6domainname_params.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_read_write_secrets/00_6float.md b/tests/results/test_read_write_secrets/00_6float.md new file mode 100644 index 00000000..fdf00c1b --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6float.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_read_write_secrets/00_6integer.md b/tests/results/test_read_write_secrets/00_6integer.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6integer.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write_secrets/00_6ip.md b/tests/results/test_read_write_secrets/00_6ip.md new file mode 100644 index 00000000..03c33f4a --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6ip.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) +- :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) +- :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_read_write_secrets/00_6network.md b/tests/results/test_read_write_secrets/00_6network.md new file mode 100644 index 00000000..bcdcd790 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6network.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) +- :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) +- :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_read_write_secrets/00_6number.md b/tests/results/test_read_write_secrets/00_6number.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6number.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write_secrets/00_6port.md b/tests/results/test_read_write_secrets/00_6port.md new file mode 100644 index 00000000..03133fbb --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6port.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a port variable: 80 ◀ loaded from rougail-test +- :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_read_write_secrets/00_6regexp.md b/tests/results/test_read_write_secrets/00_6regexp.md new file mode 100644 index 00000000..fac2816f --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6regexp.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_read_write_secrets/00_6regexp_link.md b/tests/results/test_read_write_secrets/00_6regexp_link.md new file mode 100644 index 00000000..ca7a25c4 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6regexp_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_read_write_secrets/00_6secret.md b/tests/results/test_read_write_secrets/00_6secret.md new file mode 100644 index 00000000..8aadd24f --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6secret.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: ********** ◀ loaded from rougail-test +- :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_read_write_secrets/00_6secret_param.md b/tests/results/test_read_write_secrets/00_6secret_param.md new file mode 100644 index 00000000..a3589d53 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6secret_param.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: ********** ◀ loaded from rougail-test +- :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) +- :notebook: the third variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_read_write_secrets/00_6string.md b/tests/results/test_read_write_secrets/00_6string.md new file mode 100644 index 00000000..495f5f12 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6string.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test +- :notebook: the third variable: string1 ◀ loaded from rougail-test +- :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_secrets/00_7choice_quote.md b/tests/results/test_read_write_secrets/00_7choice_quote.md new file mode 100644 index 00000000..ec33219d --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7choice_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write_secrets/00_7help.md b/tests/results/test_read_write_secrets/00_7help.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_7help_quote.md b/tests/results/test_read_write_secrets/00_7help_quote.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7help_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_7help_sup.md b/tests/results/test_read_write_secrets/00_7help_sup.md new file mode 100644 index 00000000..ef5ad161 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7help_sup.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first : string1 ◀ loaded from rougail-test +- :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_7value_doublequote.md b/tests/results/test_read_write_secrets/00_7value_doublequote.md new file mode 100644 index 00000000..aaa4b82e --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7value_doublequote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_read_write_secrets/00_7value_doublequote2.md b/tests/results/test_read_write_secrets/00_7value_doublequote2.md new file mode 100644 index 00000000..a6f45dbf --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7value_doublequote2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_read_write_secrets/00_7value_doublequote3.md b/tests/results/test_read_write_secrets/00_7value_doublequote3.md new file mode 100644 index 00000000..8f1901c5 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7value_doublequote3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_read_write_secrets/00_7value_quote.md b/tests/results/test_read_write_secrets/00_7value_quote.md new file mode 100644 index 00000000..d3b5cf77 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7value_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write_secrets/00_8calculation_information.md b/tests/results/test_read_write_secrets/00_8calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_8calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_8test.md b/tests/results/test_read_write_secrets/00_8test.md new file mode 100644 index 00000000..ab0eb351 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_8test.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: test ◀ loaded from rougail-test +- :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the third variable: test1 ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_9choice_variable_multi.md b/tests/results/test_read_write_secrets/00_9choice_variable_multi.md new file mode 100644 index 00000000..a8e00ca4 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_9choice_variables.md b/tests/results/test_read_write_secrets/00_9choice_variables.md new file mode 100644 index 00000000..eabca2ae --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9choice_variables.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_read_write_secrets/00_9default_calculation.md b/tests/results/test_read_write_secrets/00_9default_calculation.md new file mode 100644 index 00000000..28f184e4 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_information.md b/tests/results/test_read_write_secrets/00_9default_calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.md b/tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.md b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.md b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional_default.md b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e50c6d45 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_optional.md b/tests/results/test_read_write_secrets/00_9default_calculation_optional.md new file mode 100644 index 00000000..fba93947 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.md b/tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..8331c4d0 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_param_optional.md b/tests/results/test_read_write_secrets/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..ba3ac0cb --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_param_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_read_write_secrets/00_9default_information_other_variable.md b/tests/results/test_read_write_secrets/00_9default_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_9default_information_other_variable2.md b/tests/results/test_read_write_secrets/00_9default_information_other_variable2.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_information_other_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_9default_integer.md b/tests/results/test_read_write_secrets/00_9default_integer.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_secrets/00_9default_number.md b/tests/results/test_read_write_secrets/00_9default_number.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_number.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_secrets/01_6boolean_multi.md b/tests/results/test_read_write_secrets/01_6boolean_multi.md new file mode 100644 index 00000000..64a9c704 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6boolean_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_secrets/01_6custom_multi.md b/tests/results/test_read_write_secrets/01_6custom_multi.md new file mode 100644 index 00000000..5f8295fe --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6custom_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/01_6float_multi.md b/tests/results/test_read_write_secrets/01_6float_multi.md new file mode 100644 index 00000000..37394ce7 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6float_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/01_6integer_multi.md b/tests/results/test_read_write_secrets/01_6integer_multi.md new file mode 100644 index 00000000..cd3a6d90 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6integer_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/01_6integer_multi_mandatory.md b/tests/results/test_read_write_secrets/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..5dc07324 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6integer_multi_mandatory.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/01_6string_empty.md b/tests/results/test_read_write_secrets/01_6string_empty.md new file mode 100644 index 00000000..169debbc --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6string_empty.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/01_6string_multi.md b/tests/results/test_read_write_secrets/01_6string_multi.md new file mode 100644 index 00000000..5126d7c7 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6string_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/01_6string_multi_length.md b/tests/results/test_read_write_secrets/01_6string_multi_length.md new file mode 100644 index 00000000..bad5a109 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6string_multi_length.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/01_7value_multi_doublequote.md b/tests/results/test_read_write_secrets/01_7value_multi_doublequote.md new file mode 100644 index 00000000..c7d13a41 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_7value_multi_doublequote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/01_7value_multi_doublequote2.md b/tests/results/test_read_write_secrets/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..86a1a25c --- /dev/null +++ b/tests/results/test_read_write_secrets/01_7value_multi_doublequote2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/01_7value_multi_quote.md b/tests/results/test_read_write_secrets/01_7value_multi_quote.md new file mode 100644 index 00000000..08b18504 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_7value_multi_quote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/01_8calculation_information_multi.md b/tests/results/test_read_write_secrets/01_8calculation_information_multi.md new file mode 100644 index 00000000..36f45646 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_8calculation_information_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/01_9choice_variable_multi.md b/tests/results/test_read_write_secrets/01_9choice_variable_multi.md new file mode 100644 index 00000000..e66688b4 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/01_9choice_variable_optional.md b/tests/results/test_read_write_secrets/01_9choice_variable_optional.md new file mode 100644 index 00000000..f85e76de --- /dev/null +++ b/tests/results/test_read_write_secrets/01_9choice_variable_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write_secrets/02_0tags.md b/tests/results/test_read_write_secrets/02_0tags.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_read_write_secrets/02_0tags.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_0type_param.md b/tests/results/test_read_write_secrets/04_0type_param.md new file mode 100644 index 00000000..9b8af410 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_0type_param.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write_secrets/04_0type_param_integer.md b/tests/results/test_read_write_secrets/04_0type_param_integer.md new file mode 100644 index 00000000..8dda6325 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_0type_param_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write_secrets/04_1auto_save.md b/tests/results/test_read_write_secrets/04_1auto_save.md new file mode 100644 index 00000000..18a70157 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1auto_save.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: an auto save variable: no diff --git a/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.md b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..1012dbd7 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: no diff --git a/tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.md b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..f5e243ac --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: yes diff --git a/tests/results/test_read_write_secrets/04_1auto_save_and_hidden.md b/tests/results/test_read_write_secrets/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden.md b/tests/results/test_read_write_secrets/04_1default_calculation_hidden.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.md b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_3.md b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..35599e09 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_4.md b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..b2991eba --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_4.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_5.md b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..1d01f221 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_5.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_6.md b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..2e1bdf8d --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_boolean.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..2a347caa --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_boolean.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_optional.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..53ff3525 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_optional_default.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..ce713dda --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional_default.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable10.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable10.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..686a5383 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..2c85557d --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable5.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable5.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable6.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable6.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable7.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable7.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable8.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable9.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable9.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_secrets/04_5validators.md b/tests/results/test_read_write_secrets/04_5validators.md new file mode 100644 index 00000000..bde57131 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5validators.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_5validators_differ.md b/tests/results/test_read_write_secrets/04_5validators_differ.md new file mode 100644 index 00000000..7228c318 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5validators_differ.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) +- :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_read_write_secrets/04_5validators_multi.md b/tests/results/test_read_write_secrets/04_5validators_multi.md new file mode 100644 index 00000000..a02553e3 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5validators_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_5validators_multi2.md b/tests/results/test_read_write_secrets/04_5validators_multi2.md new file mode 100644 index 00000000..d540870f --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5validators_multi2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_secrets/04_5validators_multi3.md b/tests/results/test_read_write_secrets/04_5validators_multi3.md new file mode 100644 index 00000000..12aa629b --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5validators_multi3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_read_write_secrets/04_5validators_warnings.md b/tests/results/test_read_write_secrets/04_5validators_warnings.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5validators_warnings.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_read_write_secrets/04_5validators_warnings_all.md b/tests/results/test_read_write_secrets/04_5validators_warnings_all.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5validators_warnings_all.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_read_write_secrets/05_0multi_not_uniq.md b/tests/results/test_read_write_secrets/05_0multi_not_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_read_write_secrets/05_0multi_not_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/05_0multi_uniq.md b/tests/results/test_read_write_secrets/05_0multi_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_read_write_secrets/05_0multi_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/12_1auto_save_expert.md b/tests/results/test_read_write_secrets/12_1auto_save_expert.md new file mode 100644 index 00000000..517523ba --- /dev/null +++ b/tests/results/test_read_write_secrets/12_1auto_save_expert.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test_read_write_secrets/16_0redefine_description.md b/tests/results/test_read_write_secrets/16_0redefine_description.md new file mode 100644 index 00000000..1a79d0e3 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_0redefine_description.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16_2family_redefine_calculation.md b/tests/results/test_read_write_secrets/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/16_2family_redefine_disabled.md b/tests/results/test_read_write_secrets/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/16_3family_empty_at_ends.md b/tests/results/test_read_write_secrets/16_3family_empty_at_ends.md new file mode 100644 index 00000000..391f7652 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_3family_empty_at_ends.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16_5exists_nonexists.md b/tests/results/test_read_write_secrets/16_5exists_nonexists.md new file mode 100644 index 00000000..5282c9a9 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5exists_nonexists.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_secrets/16_5exists_redefine.md b/tests/results/test_read_write_secrets/16_5exists_redefine.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/16_5redefine_calculation.md b/tests/results/test_read_write_secrets/16_5redefine_calculation.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_secrets/16_5redefine_choice.md b/tests/results/test_read_write_secrets/16_5redefine_choice.md new file mode 100644 index 00000000..3fa8719b --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_choice.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16_5redefine_default.md b/tests/results/test_read_write_secrets/16_5redefine_default.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_default.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_secrets/16_5redefine_default_calculation.md b/tests/results/test_read_write_secrets/16_5redefine_default_calculation.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16_5redefine_family.md b/tests/results/test_read_write_secrets/16_5redefine_family.md new file mode 100644 index 00000000..e3d9d3ab --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16_5redefine_help.md b/tests/results/test_read_write_secrets/16_5redefine_help.md new file mode 100644 index 00000000..1da5c1c7 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16_5redefine_hidden.md b/tests/results/test_read_write_secrets/16_5redefine_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/16_5redefine_multi.md b/tests/results/test_read_write_secrets/16_5redefine_multi.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.md b/tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16_5test_redefine.md b/tests/results/test_read_write_secrets/16_5test_redefine.md new file mode 100644 index 00000000..c1457ecf --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5test_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16_6choice_redefine.md b/tests/results/test_read_write_secrets/16_6choice_redefine.md new file mode 100644 index 00000000..9752d3c3 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_6choice_redefine.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write_secrets/16_6exists_family.md b/tests/results/test_read_write_secrets/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/16_6exists_redefine_family.md b/tests/results/test_read_write_secrets/16_6exists_redefine_family.md new file mode 100644 index 00000000..d32c7ec6 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_6exists_redefine_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16exists_exists.md b/tests/results/test_read_write_secrets/16exists_exists.md new file mode 100644 index 00000000..6af116b0 --- /dev/null +++ b/tests/results/test_read_write_secrets/16exists_exists.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/17_5redefine_leadership.md b/tests/results/test_read_write_secrets/17_5redefine_leadership.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/20_0empty_family.md b/tests/results/test_read_write_secrets/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/20_0family_append.md b/tests/results/test_read_write_secrets/20_0family_append.md new file mode 100644 index 00000000..e58e2fff --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0family_append.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/20_0family_underscore.md b/tests/results/test_read_write_secrets/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/20_0multi_family.md b/tests/results/test_read_write_secrets/20_0multi_family.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0multi_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/20_0multi_family_basic.md b/tests/results/test_read_write_secrets/20_0multi_family_basic.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0multi_family_basic.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/20_0multi_family_expert.md b/tests/results/test_read_write_secrets/20_0multi_family_expert.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0multi_family_expert.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/20_0multi_family_order.md b/tests/results/test_read_write_secrets/20_0multi_family_order.md new file mode 100644 index 00000000..6fe9fe14 --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0multi_family_order.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/20_0validators_differ_redefine.md b/tests/results/test_read_write_secrets/20_0validators_differ_redefine.md new file mode 100644 index 00000000..894437c1 --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0validators_differ_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_secrets/20_1empty_subfamily.md b/tests/results/test_read_write_secrets/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/20_2family_looks_like_dynamic.md b/tests/results/test_read_write_secrets/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..37a189c4 --- /dev/null +++ b/tests/results/test_read_write_secrets/20_2family_looks_like_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_secrets/20_2family_looks_like_variable.md b/tests/results/test_read_write_secrets/20_2family_looks_like_variable.md new file mode 100644 index 00000000..ab3f4c56 --- /dev/null +++ b/tests/results/test_read_write_secrets/20_2family_looks_like_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_secrets/20_9default_information_parent.md b/tests/results/test_read_write_secrets/20_9default_information_parent.md new file mode 100644 index 00000000..3baade9e --- /dev/null +++ b/tests/results/test_read_write_secrets/20_9default_information_parent.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/20_9family_absolute.md b/tests/results/test_read_write_secrets/20_9family_absolute.md new file mode 100644 index 00000000..04c297cd --- /dev/null +++ b/tests/results/test_read_write_secrets/20_9family_absolute.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: first variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a second variable: string6 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: third variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a variable2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - :notebook: var3: string5 ◀ loaded from rougail-test (:hourglass_flowing_sand: string4) + - :open_file_folder: a sub family + - :notebook: fourth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string5) diff --git a/tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.md b/tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..f116a698 --- /dev/null +++ b/tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..089c3930 --- /dev/null +++ b/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..e2205c85 --- /dev/null +++ b/tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/24_0family_mandatory_condition.md b/tests/results/test_read_write_secrets/24_0family_mandatory_condition.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_read_write_secrets/24_0family_mandatory_condition.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.md b/tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..38cfdc4f --- /dev/null +++ b/tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/24_7validators_variable_optional.md b/tests/results/test_read_write_secrets/24_7validators_variable_optional.md new file mode 100644 index 00000000..2a474ee3 --- /dev/null +++ b/tests/results/test_read_write_secrets/24_7validators_variable_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_read_write_secrets/24_family_disabled_var_hidden.md b/tests/results/test_read_write_secrets/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/40_0leadership.md b/tests/results/test_read_write_secrets/40_0leadership.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_read_write_secrets/40_0leadership.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/40_0leadership_diff_name.md b/tests/results/test_read_write_secrets/40_0leadership_diff_name.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_read_write_secrets/40_0leadership_diff_name.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/40_0leadership_empty.md b/tests/results/test_read_write_secrets/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.md b/tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..9fc9ddef --- /dev/null +++ b/tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_secrets/40_0leadership_follower_default_value.md b/tests/results/test_read_write_secrets/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..d35335b7 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_0leadership_follower_default_value.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_secrets/40_0leadership_leader_follower.md b/tests/results/test_read_write_secrets/40_0leadership_leader_follower.md new file mode 100644 index 00000000..f3168a42 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_0leadership_leader_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.md b/tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..de43516e --- /dev/null +++ b/tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/40_0leadership_reduce.md b/tests/results/test_read_write_secrets/40_0leadership_reduce.md new file mode 100644 index 00000000..6e0a96b2 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_0leadership_reduce.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/40_1leadership_append_follower.md b/tests/results/test_read_write_secrets/40_1leadership_append_follower.md new file mode 100644 index 00000000..f45a28e6 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_1leadership_append_follower.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/40_2leadership_calculation_index.md b/tests/results/test_read_write_secrets/40_2leadership_calculation_index.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_2leadership_calculation_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_read_write_secrets/40_2leadership_calculation_index_2.md b/tests/results/test_read_write_secrets/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_2leadership_calculation_index_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_read_write_secrets/40_6leadership_follower_multi.md b/tests/results/test_read_write_secrets/40_6leadership_follower_multi.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_6leadership_follower_multi.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_read_write_secrets/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/40_8calculation_boolean.md b/tests/results/test_read_write_secrets/40_8calculation_boolean.md new file mode 100644 index 00000000..0c592024 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_8calculation_boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) +- :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_secrets/40_8calculation_multi_variable.md b/tests/results/test_read_write_secrets/40_8calculation_multi_variable.md new file mode 100644 index 00000000..b02d27dc --- /dev/null +++ b/tests/results/test_read_write_secrets/40_8calculation_multi_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.md b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..332d66de --- /dev/null +++ b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.md b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..4baceb00 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_read_write_secrets/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..ca74e6ba --- /dev/null +++ b/tests/results/test_read_write_secrets/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,27 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..0fb2518d --- /dev/null +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..c3c8499d --- /dev/null +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..9a98f208 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test +- :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..e6481970 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..28505269 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-variable.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..10cd17ad --- /dev/null +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-variable.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..ec612eff --- /dev/null +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..993c89c0 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,37 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_read_write_secrets/41_0choice_leader.md b/tests/results/test_read_write_secrets/41_0choice_leader.md new file mode 100644 index 00000000..62c10705 --- /dev/null +++ b/tests/results/test_read_write_secrets/41_0choice_leader.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/44_0leadership_hidden.md b/tests/results/test_read_write_secrets/44_0leadership_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/44_0leadership_leader_hidden.md b/tests/results/test_read_write_secrets/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/44_1leadership_append_hidden_follower.md b/tests/results/test_read_write_secrets/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/44_4disabled_calcultion_follower_index.md b/tests/results/test_read_write_secrets/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..7a5bc503 --- /dev/null +++ b/tests/results/test_read_write_secrets/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_secrets/44_4leadership_mandatory.md b/tests/results/test_read_write_secrets/44_4leadership_mandatory.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_read_write_secrets/44_4leadership_mandatory.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.md b/tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.md b/tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..2e4cffd8 --- /dev/null +++ b/tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.md b/tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..665f062c --- /dev/null +++ b/tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic.md b/tests/results/test_read_write_secrets/60_0family_dynamic.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.md b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.md b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_empty.md b/tests/results/test_read_write_secrets/60_0family_dynamic_empty.md new file mode 100644 index 00000000..5d22fb5d --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_forbidden_char.md b/tests/results/test_read_write_secrets/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..7ecfff5a --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_no_description.md b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..7db666a1 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.md b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..a1fc666b --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_source_hidden.md b/tests/results/test_read_write_secrets/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..ab848c5e --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_source_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_static.md b/tests/results/test_read_write_secrets/60_0family_dynamic_static.md new file mode 100644 index 00000000..aab71c32 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_static.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_test.md b/tests/results/test_read_write_secrets/60_0family_dynamic_test.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_test.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_upper_char.md b/tests/results/test_read_write_secrets/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..afda6419 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_upper_char.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.md b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..898c3589 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_optional.md b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..e0280911 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.md b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..87cd38d2 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..3df384ec --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_read_write_secrets/60_0family_empty.md b/tests/results/test_read_write_secrets/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/60_0family_hidden.md b/tests/results/test_read_write_secrets/60_0family_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets/60_0family_mode.md b/tests/results/test_read_write_secrets/60_0family_mode.md new file mode 100644 index 00000000..fe7dbe59 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_mode.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_read_write_secrets/60_1family_dynamic_jinja.md b/tests/results/test_read_write_secrets/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..492046f5 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_1family_dynamic_jinja.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..58ae4ad3 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..797cc590 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..65e4f9a9 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..0600e9df --- /dev/null +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.md b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..22e9ef87 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..4d41e2d7 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_description.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..ccdfecaf --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_description.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..aece1d4c --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..6ceb861a --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..33e2a846 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :notebook: dynval1: {} +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.sh index 89adda2c..f6dfd744 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,6 +1,8 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: +┣━━ 📓 dynval1: {} ┗━━ 📂 dynval2  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..b9c1c2f5 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..892804c4 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..1a400f72 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..f69f8091 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..5b369056 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..3b896745 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.md b/tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..e71d2764 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..60f97596 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..9aa74bc8 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/60_6family_dynamic_leadership.md b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..7a3fcf83 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.md b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..ec497a1f --- /dev/null +++ b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.md b/tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..d6e21b35 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/68_0family_leadership_mode.md b/tests/results/test_read_write_secrets/68_0family_leadership_mode.md new file mode 100644 index 00000000..91257b8b --- /dev/null +++ b/tests/results/test_read_write_secrets/68_0family_leadership_mode.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_read_write_secrets_errors/00_0empty.md b/tests/results/test_read_write_secrets_errors/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/00_0no_variable.md b/tests/results/test_read_write_secrets_errors/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/00_0no_variable_default_version.md b/tests/results/test_read_write_secrets_errors/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/00_0no_variable_remove_version.md b/tests/results/test_read_write_secrets_errors/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/00_0version_underscore.md b/tests/results/test_read_write_secrets_errors/00_0version_underscore.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_0version_underscore.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/00_1empty_variable.md b/tests/results/test_read_write_secrets_errors/00_1empty_variable.md new file mode 100644 index 00000000..83082e71 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_1empty_variable.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: empty: null diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated.md new file mode 100644 index 00000000..b2dafc86 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: no +- :notebook: a second variable: + - no diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated_multi.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated_multi.md new file mode 100644 index 00000000..81261a72 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_multi.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: + - no + - yes + - maybe +- :notebook: a second variable: + - no + - yes + - maybe diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated_params_permissive.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..031b8a0f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_params_permissive.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: a_value diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable.md new file mode 100644 index 00000000..fd7b4205 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: [] +- :notebook: a second variable: [] diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable.sh b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable.sh index a9693195..cab65ecf 100644 --- a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable.sh +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 a first variable: -┗━━ 📓 a second variable: +┣━━ 📓 a first variable: [] +┗━━ 📓 a second variable: [] diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_description.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..f08e5a16 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_description.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: null +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..b0c2a161 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: null +- :notebook: a second variable: null +- :notebook: a new variable: null diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_transitive.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..fd7b4205 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_transitive.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: [] +- :notebook: a second variable: [] diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_transitive.sh b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_transitive.sh index a9693195..cab65ecf 100644 --- a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_transitive.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 a first variable: -┗━━ 📓 a second variable: +┣━━ 📓 a first variable: [] +┗━━ 📓 a second variable: [] diff --git a/tests/results/test_read_write_secrets_errors/00_4load_subfolder.md b/tests/results/test_read_write_secrets_errors/00_4load_subfolder.md new file mode 100644 index 00000000..5510badd --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_4load_subfolder.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/00_5load_notype.md b/tests/results/test_read_write_secrets_errors/00_5load_notype.md new file mode 100644 index 00000000..b7137954 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_5load_notype.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: non diff --git a/tests/results/test_read_write_secrets_errors/00_6boolean.md b/tests/results/test_read_write_secrets_errors/00_6boolean.md new file mode 100644 index 00000000..8f3e47e8 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6boolean.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: true +- :notebook: the second variable: true +- :notebook: the third variable: true +- :notebook: the forth variable: false +- :notebook: the fifth variable: false +- :notebook: the sixth variable: false diff --git a/tests/results/test_read_write_secrets_errors/00_6boolean_no_mandatory.md b/tests/results/test_read_write_secrets_errors/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..ba3e8318 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6boolean_no_mandatory.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: true diff --git a/tests/results/test_read_write_secrets_errors/00_6choice.md b/tests/results/test_read_write_secrets_errors/00_6choice.md new file mode 100644 index 00000000..ccb502f8 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6choice.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: null +- :notebook: the third variable: null +- :notebook: the forth variable: null +- :notebook: the fifth variable: a +- :notebook: the sixth variable: 1 diff --git a/tests/results/test_read_write_secrets_errors/00_6choice_calculation.md b/tests/results/test_read_write_secrets_errors/00_6choice_calculation.md new file mode 100644 index 00000000..becb4793 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6choice_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: 9 diff --git a/tests/results/test_read_write_secrets_errors/00_6choice_link.md b/tests/results/test_read_write_secrets_errors/00_6choice_link.md new file mode 100644 index 00000000..d504d07a --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6choice_link.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: null diff --git a/tests/results/test_read_write_secrets_errors/00_6choice_variable.md b/tests/results/test_read_write_secrets_errors/00_6choice_variable.md new file mode 100644 index 00000000..8ac4fb84 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6choice_variable.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: + - a + - b + - c +- :notebook: a first variable: a diff --git a/tests/results/test_read_write_secrets_errors/00_6choice_variable_link.md b/tests/results/test_read_write_secrets_errors/00_6choice_variable_link.md new file mode 100644 index 00000000..ce2cbc3d --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6choice_variable_link.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: + - a + - b + - c +- :notebook: a first variable: a +- :notebook: a third variable: a diff --git a/tests/results/test_read_write_secrets_errors/00_6choice_variable_link2.md b/tests/results/test_read_write_secrets_errors/00_6choice_variable_link2.md new file mode 100644 index 00000000..dbf381e4 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6choice_variable_link2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: + - a + - b + - c +- :notebook: a first variable: a +- :open_file_folder: family + - :notebook: a third variable: a diff --git a/tests/results/test_read_write_secrets_errors/00_6custom.md b/tests/results/test_read_write_secrets_errors/00_6custom.md new file mode 100644 index 00000000..5f5042ae --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6custom.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the seconf variable: value diff --git a/tests/results/test_read_write_secrets_errors/00_6domainname.md b/tests/results/test_read_write_secrets_errors/00_6domainname.md new file mode 100644 index 00000000..83b6b152 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6domainname.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a domain name variable: my.domain.name diff --git a/tests/results/test_read_write_secrets_errors/00_6domainname_params.md b/tests/results/test_read_write_secrets_errors/00_6domainname_params.md new file mode 100644 index 00000000..83b6b152 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6domainname_params.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a domain name variable: my.domain.name diff --git a/tests/results/test_read_write_secrets_errors/00_6float.md b/tests/results/test_read_write_secrets_errors/00_6float.md new file mode 100644 index 00000000..7bc162b4 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6float.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: 0.0 +- :notebook: the second variable: 0.0 +- :notebook: the third variable: 0.0 +- :notebook: the forth variable: 10.1 +- :notebook: the fifth variable: 10.1 +- :notebook: the sixth variable: 10.1 diff --git a/tests/results/test_read_write_secrets_errors/00_6integer.md b/tests/results/test_read_write_secrets_errors/00_6integer.md new file mode 100644 index 00000000..c3f711d3 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6integer.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: 0 +- :notebook: the second variable: 0 +- :notebook: the third variable: 0 +- :notebook: this forth variable: 10 +- :notebook: the fifth variable: 10 +- :notebook: the sixth variable: 10 diff --git a/tests/results/test_read_write_secrets_errors/00_6ip.md b/tests/results/test_read_write_secrets_errors/00_6ip.md new file mode 100644 index 00000000..73135835 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6ip.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: an IP: 1.1.1.1 +- :notebook: an IP in CIDR format: 1.1.1.1/24 +- :notebook: an IP in CIDR format with obsolete CIDR type: 1.1.1.1/24 diff --git a/tests/results/test_read_write_secrets_errors/00_6network.md b/tests/results/test_read_write_secrets_errors/00_6network.md new file mode 100644 index 00000000..93b9e45f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6network.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: an network: 1.1.1.0 +- :notebook: an network in CIDR format: 1.1.1.0/24 +- :notebook: an network in CIDR format with obsolete CIDR type: 1.1.1.0/24 diff --git a/tests/results/test_read_write_secrets_errors/00_6number.md b/tests/results/test_read_write_secrets_errors/00_6number.md new file mode 100644 index 00000000..c3f711d3 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6number.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: 0 +- :notebook: the second variable: 0 +- :notebook: the third variable: 0 +- :notebook: this forth variable: 10 +- :notebook: the fifth variable: 10 +- :notebook: the sixth variable: 10 diff --git a/tests/results/test_read_write_secrets_errors/00_6port.md b/tests/results/test_read_write_secrets_errors/00_6port.md new file mode 100644 index 00000000..d411e1a5 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6port.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a port variable: null +- :notebook: a port variable with default value: 8080 +- :notebook: a port variable with integer default value: 8080 diff --git a/tests/results/test_read_write_secrets_errors/00_6regexp.md b/tests/results/test_read_write_secrets_errors/00_6regexp.md new file mode 100644 index 00000000..f1323ceb --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6regexp.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: #a1a1a1 diff --git a/tests/results/test_read_write_secrets_errors/00_6regexp_link.md b/tests/results/test_read_write_secrets_errors/00_6regexp_link.md new file mode 100644 index 00000000..92b8341d --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6regexp_link.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: #a1a1a1 +- :notebook: a second variable: #a1a1a1 diff --git a/tests/results/test_read_write_secrets_errors/00_6secret.md b/tests/results/test_read_write_secrets_errors/00_6secret.md new file mode 100644 index 00000000..25a03960 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6secret.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: ********** diff --git a/tests/results/test_read_write_secrets_errors/00_6secret_param.md b/tests/results/test_read_write_secrets_errors/00_6secret_param.md new file mode 100644 index 00000000..8ef6cdbb --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6secret_param.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: ********** +- :notebook: the third variable: ********** diff --git a/tests/results/test_read_write_secrets_errors/00_6string.md b/tests/results/test_read_write_secrets_errors/00_6string.md new file mode 100644 index 00000000..ebf4b94e --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_6string.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: null +- :notebook: the third variable: null +- :notebook: the forth variable: value +- :notebook: the fifth variable: value +- :notebook: the sixth variable: value +- :notebook: the seventh variable: 8080 +- :notebook: the height variable: true diff --git a/tests/results/test_read_write_secrets_errors/00_7choice_quote.md b/tests/results/test_read_write_secrets_errors/00_7choice_quote.md new file mode 100644 index 00000000..a7205cee --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_7choice_quote.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A choice: quote' diff --git a/tests/results/test_read_write_secrets_errors/00_7help.md b/tests/results/test_read_write_secrets_errors/00_7help.md new file mode 100644 index 00000000..d504d07a --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_7help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: null diff --git a/tests/results/test_read_write_secrets_errors/00_7help_quote.md b/tests/results/test_read_write_secrets_errors/00_7help_quote.md new file mode 100644 index 00000000..d504d07a --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_7help_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: null diff --git a/tests/results/test_read_write_secrets_errors/00_7help_sup.md b/tests/results/test_read_write_secrets_errors/00_7help_sup.md new file mode 100644 index 00000000..fa54eb1d --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_7help_sup.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first : null +- :notebook: the second : null diff --git a/tests/results/test_read_write_secrets_errors/00_7value_doublequote.md b/tests/results/test_read_write_secrets_errors/00_7value_doublequote.md new file mode 100644 index 00000000..6fd20f38 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_7value_doublequote.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: quote" diff --git a/tests/results/test_read_write_secrets_errors/00_7value_doublequote2.md b/tests/results/test_read_write_secrets_errors/00_7value_doublequote2.md new file mode 100644 index 00000000..e808b82e --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_7value_doublequote2.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: quote'" diff --git a/tests/results/test_read_write_secrets_errors/00_7value_doublequote3.md b/tests/results/test_read_write_secrets_errors/00_7value_doublequote3.md new file mode 100644 index 00000000..fc7565f6 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_7value_doublequote3.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: quote\"\' diff --git a/tests/results/test_read_write_secrets_errors/00_7value_quote.md b/tests/results/test_read_write_secrets_errors/00_7value_quote.md new file mode 100644 index 00000000..081bb306 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_7value_quote.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: quote' diff --git a/tests/results/test_read_write_secrets_errors/00_8calculation_information.md b/tests/results/test_read_write_secrets_errors/00_8calculation_information.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_8calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/00_8test.md b/tests/results/test_read_write_secrets_errors/00_8test.md new file mode 100644 index 00000000..2d67a847 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_8test.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: value +- :notebook: the third variable: null +- :notebook: the forth variable: null +- :notebook: the fifth variable: true +- :notebook: the sixth variable: [] diff --git a/tests/results/test_read_write_secrets_errors/00_8test.sh b/tests/results/test_read_write_secrets_errors/00_8test.sh index f55a72d1..607cd06b 100644 --- a/tests/results/test_read_write_secrets_errors/00_8test.sh +++ b/tests/results/test_read_write_secrets_errors/00_8test.sh @@ -7,4 +7,4 @@ Variables: ┣━━ 📓 the third variable: null ┣━━ 📓 the forth variable: null ┣━━ 📓 the fifth variable: true -┗━━ 📓 the sixth variable: +┗━━ 📓 the sixth variable: [] diff --git a/tests/results/test_read_write_secrets_errors/00_9choice_variable_multi.md b/tests/results/test_read_write_secrets_errors/00_9choice_variable_multi.md new file mode 100644 index 00000000..fd7b4205 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9choice_variable_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: [] +- :notebook: a second variable: [] diff --git a/tests/results/test_read_write_secrets_errors/00_9choice_variable_multi.sh b/tests/results/test_read_write_secrets_errors/00_9choice_variable_multi.sh index a9693195..cab65ecf 100644 --- a/tests/results/test_read_write_secrets_errors/00_9choice_variable_multi.sh +++ b/tests/results/test_read_write_secrets_errors/00_9choice_variable_multi.sh @@ -1,6 +1,6 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┣━━ 📓 a first variable: -┗━━ 📓 a second variable: +┣━━ 📓 a first variable: [] +┗━━ 📓 a second variable: [] diff --git a/tests/results/test_read_write_secrets_errors/00_9choice_variables.md b/tests/results/test_read_write_secrets_errors/00_9choice_variables.md new file mode 100644 index 00000000..ef0e350f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9choice_variables.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first source variable: val1 +- :notebook: the second source variable: val2 +- :notebook: a variable: val1 diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation.md new file mode 100644 index 00000000..d8be83dc --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: string_1_True_ diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_information.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_information.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_information_other_variable.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..f08e5a16 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: null +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..90b6095c --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: my_variable: val1 +- :notebook: my_calculated_variable: + - val1 diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional2.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..90b6095c --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: my_variable: val1 +- :notebook: my_calculated_variable: + - val1 diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional_default.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..cde8ecbe --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: my_variable: val1 +- :notebook: my_calculated_variable: + - val1 + - value diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional.md new file mode 100644 index 00000000..e2e29ae7 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: my_calculated_variable: [] diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional.sh b/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional.sh index 68ced03a..95bbdcf1 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional.sh +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 my_calculated_variable: +┗━━ 📓 my_calculated_variable: [] diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional_exists.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..0894d64b --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional_exists.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: my_variable: + - val1 + - val2 +- :notebook: my_calculated_variable: + - val1 + - val2 diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_param_optional.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..3882bbd1 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_param_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: no +- :notebook: a second variable: no diff --git a/tests/results/test_read_write_secrets_errors/00_9default_information_other_variable.md b/tests/results/test_read_write_secrets_errors/00_9default_information_other_variable.md new file mode 100644 index 00000000..f08e5a16 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9default_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: null +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_secrets_errors/00_9default_information_other_variable2.md b/tests/results/test_read_write_secrets_errors/00_9default_information_other_variable2.md new file mode 100644 index 00000000..f08e5a16 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9default_information_other_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: null +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_secrets_errors/00_9default_integer.md b/tests/results/test_read_write_secrets_errors/00_9default_integer.md new file mode 100644 index 00000000..becb4793 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9default_integer.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: 9 diff --git a/tests/results/test_read_write_secrets_errors/00_9default_number.md b/tests/results/test_read_write_secrets_errors/00_9default_number.md new file mode 100644 index 00000000..becb4793 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/00_9default_number.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: 9 diff --git a/tests/results/test_read_write_secrets_errors/01_6boolean_multi.md b/tests/results/test_read_write_secrets_errors/01_6boolean_multi.md new file mode 100644 index 00000000..e2c15a31 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_6boolean_multi.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: + - true +- :notebook: the second variable: + - true +- :notebook: the third variable: + - true +- :notebook: the forth variable: + - false +- :notebook: the fifth variable: + - false +- :notebook: the sixth variable: + - false +- :notebook: the seventh variable: + - true +- :notebook: the eighth variable: + - true diff --git a/tests/results/test_read_write_secrets_errors/01_6custom_multi.md b/tests/results/test_read_write_secrets_errors/01_6custom_multi.md new file mode 100644 index 00000000..9fb37c11 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_6custom_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first custom variable: [] +- :notebook: a second custom variable: + - value diff --git a/tests/results/test_read_write_secrets_errors/01_6custom_multi.sh b/tests/results/test_read_write_secrets_errors/01_6custom_multi.sh index 058007a3..c5867e11 100644 --- a/tests/results/test_read_write_secrets_errors/01_6custom_multi.sh +++ b/tests/results/test_read_write_secrets_errors/01_6custom_multi.sh @@ -2,6 +2,6 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 a first custom variable: +┣━━ 📓 a first custom variable: [] ┗━━ 📓 a second custom variable:  ┗━━ value diff --git a/tests/results/test_read_write_secrets_errors/01_6float_multi.md b/tests/results/test_read_write_secrets_errors/01_6float_multi.md new file mode 100644 index 00000000..210d7b8f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_6float_multi.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: + - 0.0 +- :notebook: the second variable: + - 0.0 +- :notebook: the third variable: + - 0.0 +- :notebook: the forth variable: + - 10.1 +- :notebook: the fifth variable: + - 10.1 +- :notebook: the sixth variable: + - 10.1 +- :notebook: the seventh variable: + - 0.0 +- :notebook: the eighth variable: + - 0.0 diff --git a/tests/results/test_read_write_secrets_errors/01_6integer_multi.md b/tests/results/test_read_write_secrets_errors/01_6integer_multi.md new file mode 100644 index 00000000..9d1c1ea1 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_6integer_multi.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: + - 0 +- :notebook: the second variable: + - 0 +- :notebook: the third variable: + - 0 +- :notebook: the forth variable: + - 10 +- :notebook: the fifth variable: + - 10 +- :notebook: the sixth variable: + - 10 +- :notebook: the seventh variable: + - 0 +- :notebook: the eighth variable: + - 0 diff --git a/tests/results/test_read_write_secrets_errors/01_6integer_multi_mandatory.md b/tests/results/test_read_write_secrets_errors/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..171a21a0 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_6integer_multi_mandatory.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: [] diff --git a/tests/results/test_read_write_secrets_errors/01_6integer_multi_mandatory.sh b/tests/results/test_read_write_secrets_errors/01_6integer_multi_mandatory.sh index e4bc00b9..73775086 100644 --- a/tests/results/test_read_write_secrets_errors/01_6integer_multi_mandatory.sh +++ b/tests/results/test_read_write_secrets_errors/01_6integer_multi_mandatory.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 the first variable: +┗━━ 📓 the first variable: [] diff --git a/tests/results/test_read_write_secrets_errors/01_6string_empty.md b/tests/results/test_read_write_secrets_errors/01_6string_empty.md new file mode 100644 index 00000000..6ce94136 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_6string_empty.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the second variable: + - value + - null diff --git a/tests/results/test_read_write_secrets_errors/01_6string_multi.md b/tests/results/test_read_write_secrets_errors/01_6string_multi.md new file mode 100644 index 00000000..5bb2b315 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_6string_multi.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: [] +- :notebook: the second variable: [] +- :notebook: the third variable: [] +- :notebook: the forth variable: + - value +- :notebook: the fifth variable: + - value +- :notebook: the sixth variable: + - value +- :notebook: the seventh variable: + - value +- :notebook: the eighth variable: + - value diff --git a/tests/results/test_read_write_secrets_errors/01_6string_multi.sh b/tests/results/test_read_write_secrets_errors/01_6string_multi.sh index 6121615f..cb5c4834 100644 --- a/tests/results/test_read_write_secrets_errors/01_6string_multi.sh +++ b/tests/results/test_read_write_secrets_errors/01_6string_multi.sh @@ -2,9 +2,9 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 the first variable: -┣━━ 📓 the second variable: -┣━━ 📓 the third variable: +┣━━ 📓 the first variable: [] +┣━━ 📓 the second variable: [] +┣━━ 📓 the third variable: [] ┣━━ 📓 the forth variable: ┃ ┗━━ value ┣━━ 📓 the fifth variable: diff --git a/tests/results/test_read_write_secrets_errors/01_6string_multi_length.md b/tests/results/test_read_write_secrets_errors/01_6string_multi_length.md new file mode 100644 index 00000000..38c3022c --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_6string_multi_length.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the variable: + - val1 + - val2 + - val3 +- :notebook: the variable: + - val4 + - val5 diff --git a/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote.md b/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote.md new file mode 100644 index 00000000..bdeae1ed --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: + - quote" diff --git a/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote2.md b/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..b73c212d --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: + - quote'" diff --git a/tests/results/test_read_write_secrets_errors/01_7value_multi_quote.md b/tests/results/test_read_write_secrets_errors/01_7value_multi_quote.md new file mode 100644 index 00000000..821236bf --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_7value_multi_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: + - quote' diff --git a/tests/results/test_read_write_secrets_errors/01_8calculation_information_multi.md b/tests/results/test_read_write_secrets_errors/01_8calculation_information_multi.md new file mode 100644 index 00000000..2c0f7e18 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_8calculation_information_multi.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: [] diff --git a/tests/results/test_read_write_secrets_errors/01_8calculation_information_multi.sh b/tests/results/test_read_write_secrets_errors/01_8calculation_information_multi.sh index 24c3073e..d85b26b3 100644 --- a/tests/results/test_read_write_secrets_errors/01_8calculation_information_multi.sh +++ b/tests/results/test_read_write_secrets_errors/01_8calculation_information_multi.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 a variable: +┗━━ 📓 a variable: [] diff --git a/tests/results/test_read_write_secrets_errors/01_9choice_variable_multi.md b/tests/results/test_read_write_secrets_errors/01_9choice_variable_multi.md new file mode 100644 index 00000000..ea7ad97a --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_9choice_variable_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: + - a + - b + - c +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_secrets_errors/01_9choice_variable_optional.md b/tests/results/test_read_write_secrets_errors/01_9choice_variable_optional.md new file mode 100644 index 00000000..c64b27ab --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/01_9choice_variable_optional.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: c diff --git a/tests/results/test_read_write_secrets_errors/02_0tags.md b/tests/results/test_read_write_secrets_errors/02_0tags.md new file mode 100644 index 00000000..d504d07a --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/02_0tags.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the first variable: null +- :notebook: the second variable: null diff --git a/tests/results/test_read_write_secrets_errors/04_0type_param.md b/tests/results/test_read_write_secrets_errors/04_0type_param.md new file mode 100644 index 00000000..e2eec02c --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_0type_param.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A limited number: 10 diff --git a/tests/results/test_read_write_secrets_errors/04_0type_param_integer.md b/tests/results/test_read_write_secrets_errors/04_0type_param_integer.md new file mode 100644 index 00000000..0c0e3587 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_0type_param_integer.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A limited integer: 10 diff --git a/tests/results/test_read_write_secrets_errors/04_1auto_save.md b/tests/results/test_read_write_secrets_errors/04_1auto_save.md new file mode 100644 index 00000000..18a70157 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_1auto_save.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: an auto save variable: no diff --git a/tests/results/test_read_write_secrets_errors/04_1auto_save_and_calculated.md b/tests/results/test_read_write_secrets_errors/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..263d9dcd --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_1auto_save_and_calculated.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :notebook: a first variable: no +- :notebook: a second variable: no diff --git a/tests/results/test_read_write_secrets_errors/04_1auto_save_and_calculated_hidden.md b/tests/results/test_read_write_secrets_errors/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..a951f2b0 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :notebook: a first variable: no +- :notebook: a second variable: yes diff --git a/tests/results/test_read_write_secrets_errors/04_1auto_save_and_hidden.md b/tests/results/test_read_write_secrets_errors/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden.md b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden.md new file mode 100644 index 00000000..67c05979 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: value +- :notebook: a third variable: value diff --git a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_2.md b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..67c05979 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: value +- :notebook: a third variable: value diff --git a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_3.md b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..4ad191df --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_3.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a third variable: value diff --git a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_4.md b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..d917f296 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_4.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: null +- :notebook: a third variable: value diff --git a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_5.md b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..ab0cb7d0 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_5.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: value diff --git a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_6.md b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..18cc0f90 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_6.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: value +- :notebook: a third variable: null diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_boolean.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..46d8fa4a --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_boolean.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a conditional variable: no +- :notebook: a first variable: null diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..3851bf3f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: no diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional_default.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..23ae9a17 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional_default.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: false +- :notebook: a first variable: null +- :notebook: a second variable: null +- :notebook: a forth variable: null diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..d746c052 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: false +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable10.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..d34a45df --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable10.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: true diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable2.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..d34a45df --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable2.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: true diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable3.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..c96920dd --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable3.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: yes diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable4.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..b7761b7b --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable4.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: yes +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable5.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable5.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable6.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable6.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable7.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..d746c052 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable7.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: false +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable8.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable9.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable9.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable_multi.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..3218901d --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: false +- :notebook: a variable: [] diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable_multi.sh b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable_multi.sh index 70e58d05..54a34adf 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable_multi.sh @@ -3,4 +3,4 @@ ╰────────────────────────╯ Variables: ┣━━ 📓 a condition: false -┗━━ 📓 a variable: +┗━━ 📓 a variable: [] diff --git a/tests/results/test_read_write_secrets_errors/04_5validators.md b/tests/results/test_read_write_secrets_errors/04_5validators.md new file mode 100644 index 00000000..8e0ca587 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5validators.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: An integer: null diff --git a/tests/results/test_read_write_secrets_errors/04_5validators_differ.md b/tests/results/test_read_write_secrets_errors/04_5validators_differ.md new file mode 100644 index 00000000..d79d6c98 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5validators_differ.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: oui +- :notebook: A second variable: no diff --git a/tests/results/test_read_write_secrets_errors/04_5validators_multi.md b/tests/results/test_read_write_secrets_errors/04_5validators_multi.md new file mode 100644 index 00000000..f0967eee --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5validators_multi.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: + - no + - yes diff --git a/tests/results/test_read_write_secrets_errors/04_5validators_multi2.md b/tests/results/test_read_write_secrets_errors/04_5validators_multi2.md new file mode 100644 index 00000000..f0967eee --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5validators_multi2.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: + - no + - yes diff --git a/tests/results/test_read_write_secrets_errors/04_5validators_multi3.md b/tests/results/test_read_write_secrets_errors/04_5validators_multi3.md new file mode 100644 index 00000000..bab4a47b --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5validators_multi3.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a second variable: + - 0 + - 1 + - 2 diff --git a/tests/results/test_read_write_secrets_errors/04_5validators_warnings.md b/tests/results/test_read_write_secrets_errors/04_5validators_warnings.md new file mode 100644 index 00000000..65e6d225 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5validators_warnings.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: An integer: 1000 diff --git a/tests/results/test_read_write_secrets_errors/04_5validators_warnings_all.md b/tests/results/test_read_write_secrets_errors/04_5validators_warnings_all.md new file mode 100644 index 00000000..65e6d225 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/04_5validators_warnings_all.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: An integer: 1000 diff --git a/tests/results/test_read_write_secrets_errors/05_0multi_not_uniq.md b/tests/results/test_read_write_secrets_errors/05_0multi_not_uniq.md new file mode 100644 index 00000000..78023e6c --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/05_0multi_not_uniq.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: + - non diff --git a/tests/results/test_read_write_secrets_errors/05_0multi_uniq.md b/tests/results/test_read_write_secrets_errors/05_0multi_uniq.md new file mode 100644 index 00000000..78023e6c --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/05_0multi_uniq.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: + - non diff --git a/tests/results/test_read_write_secrets_errors/12_1auto_save_expert.md b/tests/results/test_read_write_secrets_errors/12_1auto_save_expert.md new file mode 100644 index 00000000..517523ba --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/12_1auto_save_expert.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test_read_write_secrets_errors/16_0redefine_description.md b/tests/results/test_read_write_secrets_errors/16_0redefine_description.md new file mode 100644 index 00000000..45419648 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_0redefine_description.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: Redefined: null diff --git a/tests/results/test_read_write_secrets_errors/16_2family_redefine_calculation.md b/tests/results/test_read_write_secrets_errors/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/16_2family_redefine_disabled.md b/tests/results/test_read_write_secrets_errors/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/16_3family_empty_at_ends.md b/tests/results/test_read_write_secrets_errors/16_3family_empty_at_ends.md new file mode 100644 index 00000000..cac5f717 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_3family_empty_at_ends.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: family + - :notebook: var1: null diff --git a/tests/results/test_read_write_secrets_errors/16_5exists_nonexists.md b/tests/results/test_read_write_secrets_errors/16_5exists_nonexists.md new file mode 100644 index 00000000..81bdb2a1 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_5exists_nonexists.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: no +- :notebook: a new variable: yes diff --git a/tests/results/test_read_write_secrets_errors/16_5exists_redefine.md b/tests/results/test_read_write_secrets_errors/16_5exists_redefine.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_calculation.md b/tests/results/test_read_write_secrets_errors/16_5redefine_calculation.md new file mode 100644 index 00000000..ba9d815d --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: yes diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_choice.md b/tests/results/test_read_write_secrets_errors/16_5redefine_choice.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_choice.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_default.md b/tests/results/test_read_write_secrets_errors/16_5redefine_default.md new file mode 100644 index 00000000..ba9d815d --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_default.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: yes diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_default_calculation.md b/tests/results/test_read_write_secrets_errors/16_5redefine_default_calculation.md new file mode 100644 index 00000000..cf52c6b0 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_family.md b/tests/results/test_read_write_secrets_errors/16_5redefine_family.md new file mode 100644 index 00000000..1bbc1987 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_help.md b/tests/results/test_read_write_secrets_errors/16_5redefine_help.md new file mode 100644 index 00000000..fa483095 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a family + - :notebook: redefine help: null diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_hidden.md b/tests/results/test_read_write_secrets_errors/16_5redefine_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_multi.md b/tests/results/test_read_write_secrets_errors/16_5redefine_multi.md new file mode 100644 index 00000000..78023e6c --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: + - non diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_remove_disable_calculation.md b/tests/results/test_read_write_secrets_errors/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..1bb70b6f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: no +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/16_5test_redefine.md b/tests/results/test_read_write_secrets_errors/16_5test_redefine.md new file mode 100644 index 00000000..f131e652 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_5test_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: no +- :notebook: a second variable: non +- :notebook: a third variable: null diff --git a/tests/results/test_read_write_secrets_errors/16_6choice_redefine.md b/tests/results/test_read_write_secrets_errors/16_6choice_redefine.md new file mode 100644 index 00000000..b8f6858a --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_6choice_redefine.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A choice: c diff --git a/tests/results/test_read_write_secrets_errors/16_6exists_family.md b/tests/results/test_read_write_secrets_errors/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/16_6exists_redefine_family.md b/tests/results/test_read_write_secrets_errors/16_6exists_redefine_family.md new file mode 100644 index 00000000..e5c48fb3 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16_6exists_redefine_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: null +- :open_file_folder: a second family + - :notebook: a second variable: null diff --git a/tests/results/test_read_write_secrets_errors/16exists_exists.md b/tests/results/test_read_write_secrets_errors/16exists_exists.md new file mode 100644 index 00000000..b73331ca --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/16exists_exists.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: Description: null diff --git a/tests/results/test_read_write_secrets_errors/17_5redefine_leadership.md b/tests/results/test_read_write_secrets_errors/17_5redefine_leadership.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/20_0empty_family.md b/tests/results/test_read_write_secrets_errors/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/20_0family_append.md b/tests/results/test_read_write_secrets_errors/20_0family_append.md new file mode 100644 index 00000000..366b097d --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/20_0family_append.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A family + - :notebook: The first variable: null + - :notebook: The second variable: null diff --git a/tests/results/test_read_write_secrets_errors/20_0family_underscore.md b/tests/results/test_read_write_secrets_errors/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/20_0multi_family.md b/tests/results/test_read_write_secrets_errors/20_0multi_family.md new file mode 100644 index 00000000..c5412b22 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/20_0multi_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/20_0multi_family_basic.md b/tests/results/test_read_write_secrets_errors/20_0multi_family_basic.md new file mode 100644 index 00000000..c5412b22 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/20_0multi_family_basic.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/20_0multi_family_expert.md b/tests/results/test_read_write_secrets_errors/20_0multi_family_expert.md new file mode 100644 index 00000000..c5412b22 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/20_0multi_family_expert.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/20_0multi_family_order.md b/tests/results/test_read_write_secrets_errors/20_0multi_family_order.md new file mode 100644 index 00000000..9510102c --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/20_0multi_family_order.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: null +- :open_file_folder: a family + - :notebook: a first variable: null + - :open_file_folder: a sub family + - :notebook: a variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_read_write_secrets_errors/20_0validators_differ_redefine.md b/tests/results/test_read_write_secrets_errors/20_0validators_differ_redefine.md new file mode 100644 index 00000000..a657cb92 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/20_0validators_differ_redefine.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: no +- :notebook: a second variable: no +- :notebook: a third variable: yes diff --git a/tests/results/test_read_write_secrets_errors/20_1empty_subfamily.md b/tests/results/test_read_write_secrets_errors/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/20_2family_looks_like_dynamic.md b/tests/results/test_read_write_secrets_errors/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..324e9883 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/20_2family_looks_like_dynamic.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: my_family + - :notebook: dynamic: + - val1 + - val2 + - :notebook: a variable: true diff --git a/tests/results/test_read_write_secrets_errors/20_2family_looks_like_variable.md b/tests/results/test_read_write_secrets_errors/20_2family_looks_like_variable.md new file mode 100644 index 00000000..242fb26b --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/20_2family_looks_like_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: my_family + - :notebook: default: true diff --git a/tests/results/test_read_write_secrets_errors/20_9default_information_parent.md b/tests/results/test_read_write_secrets_errors/20_9default_information_parent.md new file mode 100644 index 00000000..a9f8279d --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/20_9default_information_parent.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: family + - :notebook: a first variable: null + - :notebook: a second variable: null diff --git a/tests/results/test_read_write_secrets_errors/20_9family_absolute.md b/tests/results/test_read_write_secrets_errors/20_9family_absolute.md new file mode 100644 index 00000000..deb78adc --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/20_9family_absolute.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: first variable: null +- :open_file_folder: a family + - :notebook: a second variable: null + - :open_file_folder: a sub family + - :notebook: third variable: + - null + - null +- :open_file_folder: a family + - :notebook: a variable2: null + - :notebook: var3: string4 + - :open_file_folder: a sub family + - :notebook: fourth variable: + - null + - null + - string4 diff --git a/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_sub_family.md b/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..e95d5ea9 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the variable use has condition: no +- :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..cab78fd0 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the variable use has condition: true diff --git a/tests/results/test_read_write_secrets_errors/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_read_write_secrets_errors/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..50b65bbf --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: the variable use has condition: no +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition.md b/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition.md new file mode 100644 index 00000000..1bb70b6f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: no +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition_variable.md b/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..81add0ac --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: true +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/24_7validators_variable_optional.md b/tests/results/test_read_write_secrets_errors/24_7validators_variable_optional.md new file mode 100644 index 00000000..95df44be --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/24_7validators_variable_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a family + - :notebook: a first integer: null + - :notebook: a second integer: 1 diff --git a/tests/results/test_read_write_secrets_errors/24_family_disabled_var_hidden.md b/tests/results/test_read_write_secrets_errors/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership.md b/tests/results/test_read_write_secrets_errors/40_0leadership.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_0leadership.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership.sh b/tests/results/test_read_write_secrets_errors/40_0leadership.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_secrets_errors/40_0leadership.sh +++ b/tests/results/test_read_write_secrets_errors/40_0leadership.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_diff_name.md b/tests/results/test_read_write_secrets_errors/40_0leadership_diff_name.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_diff_name.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_diff_name.sh b/tests/results/test_read_write_secrets_errors/40_0leadership_diff_name.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_secrets_errors/40_0leadership_diff_name.sh +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_diff_name.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_empty.md b/tests/results/test_read_write_secrets_errors/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_calculation.md b/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_calculation.sh b/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_calculation.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_value.md b/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_value.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_value.sh b/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_value.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_value.sh +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_value.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_leader_follower.md b/tests/results/test_read_write_secrets_errors/40_0leadership_leader_follower.md new file mode 100644 index 00000000..394e0aa9 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_leader_follower.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: value1 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: value2 diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_leader_not_multi.md b/tests/results/test_read_write_secrets_errors/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..a8e398c8 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_leader_not_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: general + - :notebook: No change: non +- :open_file_folder: general1 + - :open_file_folder: leader: [] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_leader_not_multi.sh b/tests/results/test_read_write_secrets_errors/40_0leadership_leader_not_multi.sh index 3769c698..0b9fd17c 100644 --- a/tests/results/test_read_write_secrets_errors/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_leader_not_multi.sh @@ -5,3 +5,4 @@ Variables: ┣━━ 📂 general ┃ ┗━━ 📓 No change: non ┗━━ 📂 general1 + ┗━━ 📂 leader: [] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_reduce.md b/tests/results/test_read_write_secrets_errors/40_0leadership_reduce.md new file mode 100644 index 00000000..0103a677 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_reduce.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value_1 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value_2 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value_3 + - :notebook: a follower: null diff --git a/tests/results/test_read_write_secrets_errors/40_1leadership_append_follower.md b/tests/results/test_read_write_secrets_errors/40_1leadership_append_follower.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_1leadership_append_follower.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_1leadership_append_follower.sh b/tests/results/test_read_write_secrets_errors/40_1leadership_append_follower.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_secrets_errors/40_1leadership_append_follower.sh +++ b/tests/results/test_read_write_secrets_errors/40_1leadership_append_follower.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index.md b/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index.md new file mode 100644 index 00000000..02f59261 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: a + - :notebook: a follower: 0 + - :open_file_folder: a leader + - :notebook: a leader: b + - :notebook: a follower: 1 + - :open_file_folder: a leader + - :notebook: a leader: c + - :notebook: a follower: 2 diff --git a/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index_2.md b/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..02f59261 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index_2.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: a + - :notebook: a follower: 0 + - :open_file_folder: a leader + - :notebook: a leader: b + - :notebook: a follower: 1 + - :open_file_folder: a leader + - :notebook: a leader: c + - :notebook: a follower: 2 diff --git a/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi.md b/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi.md new file mode 100644 index 00000000..6b23712d --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi.sh b/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi.sh index e69de29b..3138ce23 100644 --- a/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi.sh +++ b/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 A leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..6b23712d --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh index e69de29b..3138ce23 100644 --- a/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh +++ b/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 A leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/40_8calculation_boolean.md b/tests/results/test_read_write_secrets_errors/40_8calculation_boolean.md new file mode 100644 index 00000000..d5b46c96 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_8calculation_boolean.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a boolean variable: false +- :notebook: a first multi variable: + - false +- :notebook: a second multi variable: + - true + - false diff --git a/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable.md b/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable.md new file mode 100644 index 00000000..96af4cfa --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a first variable: + - no + - yes +- :notebook: a second variable: no +- :notebook: a third variable: yes diff --git a/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable_parent.md b/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..dc0293de --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable_parent.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a variable: no +- :open_file_folder: a family + - :notebook: a calculated variable: no diff --git a/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable_parent2.md b/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..6bdd9f3a --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: first family + - :notebook: a variable: no +- :open_file_folder: second family + - :notebook: a variable: no diff --git a/tests/results/test_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..83711c5f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: + - value1 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: + - value2 diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..eb22432f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 +- :notebook: a calculated variable: + - val11 diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..eb22432f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 +- :notebook: a calculated variable: + - val11 diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..d6aef218 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: a + - :notebook: follower: null + - :open_file_folder: leader + - :notebook: leader: b + - :notebook: follower: null +- :notebook: variable: + - null + - null diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..bdf33cc5 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 +- :notebook: a calculated variable: + - val11 + - val11 diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..42475e35 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 +- :notebook: a calculated variable: value1 diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..111f4422 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 +- :notebook: a calculated variable: value2 diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..8c7572d0 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 +- :notebook: a calculated variable: + - value1 + - value2 diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..152f52aa --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a calculated variable: + - value1 + - value2 +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: val11 + - :notebook: an other follower: val21 diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..7561245c --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: null +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: null + - :notebook: a follower: val + - :open_file_folder: a leader + - :notebook: a leader: null + - :notebook: a follower: val diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..92c3280f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: null + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: null +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: value1 + - :notebook: a follower: + - value1 + - value2 + - :open_file_folder: a leader + - :notebook: a leader: value2 + - :notebook: a follower: + - value1 + - value2 diff --git a/tests/results/test_read_write_secrets_errors/41_0choice_leader.md b/tests/results/test_read_write_secrets_errors/41_0choice_leader.md new file mode 100644 index 00000000..518fbed8 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/41_0choice_leader.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: The leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/41_0choice_leader.sh b/tests/results/test_read_write_secrets_errors/41_0choice_leader.sh index e69de29b..b53c1ee6 100644 --- a/tests/results/test_read_write_secrets_errors/41_0choice_leader.sh +++ b/tests/results/test_read_write_secrets_errors/41_0choice_leader.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 The leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/44_0leadership_hidden.md b/tests/results/test_read_write_secrets_errors/44_0leadership_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/44_0leadership_leader_hidden.md b/tests/results/test_read_write_secrets_errors/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/44_1leadership_append_hidden_follower.md b/tests/results/test_read_write_secrets_errors/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/44_4disabled_calcultion_follower_index.md b/tests/results/test_read_write_secrets_errors/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..58dba823 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: a + - :open_file_folder: aleader + - :notebook: aleader: b + - :notebook: a follower: value diff --git a/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory.md b/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory.sh b/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory.sh +++ b/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory_follower.md b/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..1e3aaa28 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory_follower.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory_follower.sh b/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory_follower.sh index e69de29b..4e93721c 100644 --- a/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory_follower.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.md b/tests/results/test_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..3851bf3f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: no diff --git a/tests/results/test_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.md b/tests/results/test_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..5c95947e --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a condition: yes +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.sh index f2dab985..7070f49b 100644 --- a/tests/results/test_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.sh @@ -2,4 +2,5 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┗━━ 📓 a condition: yes +┣━━ 📓 a condition: yes +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic.md new file mode 100644 index 00000000..b6af9753 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..b6af9753 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1_empty.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..88693ba5 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1_empty.sh b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1_empty.sh index e66d4fed..132fe331 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 A suffix variable: +┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_empty.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_empty.md new file mode 100644 index 00000000..88693ba5 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_empty.sh b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_empty.sh index e66d4fed..132fe331 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_empty.sh +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 A suffix variable: +┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_forbidden_char.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..1ff49559 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val.1 + - val.2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val.1 + - :notebook: A dynamic variable: val.1 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val.2 + - :notebook: A dynamic variable: val.2 diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..c4923f7d --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: var: null +- :open_file_folder: A dynamic family + - :notebook: var: null diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description_empty.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..88693ba5 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description_empty.sh b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description_empty.sh index e66d4fed..132fe331 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 A suffix variable: +┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_source_hidden.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..e6ef1087 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_source_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_static.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_static.md new file mode 100644 index 00000000..ccc31e3f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_static.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: null +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: null diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_test.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_test.md new file mode 100644 index 00000000..88693ba5 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_test.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_test.sh b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_test.sh index e66d4fed..132fe331 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_test.sh +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_test.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 A suffix variable: +┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_upper_char.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..fa4cd080 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_upper_char.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - Val1 + - VAL2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_empty.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..c723a887 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_empty.sh b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_empty.sh index a6ed2e9a..141d980c 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 a suffix variable: +┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_optional.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..8fe731e1 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..bbae7973 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: a value +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: a value diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..88693ba5 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh index e66d4fed..132fe331 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 A suffix variable: +┗━━ 📓 A suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_empty.md b/tests/results/test_read_write_secrets_errors/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/60_0family_hidden.md b/tests/results/test_read_write_secrets_errors/60_0family_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_read_write_secrets_errors/60_0family_mode.md b/tests/results/test_read_write_secrets_errors/60_0family_mode.md new file mode 100644 index 00000000..37b6d3c6 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_0family_mode.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a family + - :notebook: A variable: non diff --git a/tests/results/test_read_write_secrets_errors/60_1family_dynamic_jinja.md b/tests/results/test_read_write_secrets_errors/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..48a49e67 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_1family_dynamic_jinja.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: val +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: val diff --git a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..5ffae55a --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: + - val1 + - val2 +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: null +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: null +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..08824148 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a identifier variable: + - val1 + - val2 +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: val1 +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: val2 +- :notebook: a varible outside dynamic family: val1 diff --git a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..8f90b09f --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a identifier variable: [] +- :notebook: a varible outside dynamic family: null diff --git a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index aa32bd0b..741427ce 100644 --- a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -2,5 +2,5 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 a identifier variable: +┣━━ 📓 a identifier variable: [] ┗━━ 📓 a varible outside dynamic family: null diff --git a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..fe54d657 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: [] +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh index aa6bf853..1be62915 100644 --- a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -2,5 +2,5 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 a suffix variable: +┣━━ 📓 a suffix variable: [] ┗━━ 📓 a second variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc.md b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..8c3db350 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffx variable: + - val1 + - val2 +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: val +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: val +- :notebook: a second variable: val diff --git a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..7dcb1216 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffx variable: [] +- :notebook: a second variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.sh index ab05c857..8c4b71e9 100644 --- a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.sh @@ -2,5 +2,5 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 a suffx variable: +┣━━ 📓 a suffx variable: [] ┗━━ 📓 a second variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_description.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..9dbd8178 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_description.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: null +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: null +- :notebook: A new variable: null +- :notebook: A new variable: + - null + - null diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..ee5743ac --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: + - val1 + - val2 +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: val1 +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: val2 diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..c723a887 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh index a6ed2e9a..141d980c 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 a suffix variable: +┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..c97b6e29 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: dynval1: {} +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh index 4bb45a2b..01b7edaa 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh @@ -2,5 +2,6 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: +┣━━ 📓 dynval1: {} ┗━━ 📂 dynval2  ┗━━ 📓 A dynamic variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..68771173 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A identifier variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val1 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: val2 diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..2d1aa382 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A identifier variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh index bb52a537..8c8ef474 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 A identifier variable: +┗━━ 📓 A identifier variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..6ed114ba --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: null +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: null +- :notebook: A variable calculated: null diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..bd702023 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: null + - :notebook: A new variable: null +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: null + - :notebook: A new variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..b3d0040b --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: null +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: null +- :notebook: A new variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..b4cb8a67 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: A suffix variable: [] +- :notebook: A variable calculated: null diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.sh index b1a457ca..ecabee5d 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.sh @@ -2,5 +2,5 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 A suffix variable: +┣━━ 📓 A suffix variable: [] ┗━━ 📓 A variable calculated: null diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..b316c9b9 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a new variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..d8fd9ad7 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: + - val1 + - val2 +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val1 +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: val2 +- :notebook: a variable: val1 diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..39d52675 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: asuffix variable: [] +- :notebook: a variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh index e522d80d..54ac8441 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -2,5 +2,5 @@ │ Variable Default value │ ╰────────────────────────╯ Variables: -┣━━ 📓 asuffix variable: +┣━━ 📓 asuffix variable: [] ┗━━ 📓 a variable: null diff --git a/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership.md b/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..5b4a6839 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: + - val1 + - val2 +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership: [] +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership.sh b/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership.sh index d2dbc50c..5b5f9782 100644 --- a/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership.sh +++ b/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership.sh @@ -6,4 +6,6 @@ Variables: ┃ ┣━━ val1 ┃ ┗━━ val2 ┣━━ 📂 a dynamic family +┃ ┗━━ 📂 a leadership: [] ┗━━ 📂 a dynamic family + ┗━━ 📂 a leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership_empty.md b/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..c723a887 --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership_empty.sh b/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership_empty.sh index a6ed2e9a..141d980c 100644 --- a/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership_empty.sh @@ -1,5 +1,5 @@ -╭─ Caption ─╮ -│ Variab… │ -╰───────────╯ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ Variables: -┗━━ 📓 a suffix variable: +┗━━ 📓 a suffix variable: [] diff --git a/tests/results/test_read_write_secrets_errors/60_9family_dynamic_calc_both.md b/tests/results/test_read_write_secrets_errors/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..ff66d98a --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/60_9family_dynamic_calc_both.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :notebook: a suffix variable: val2 +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: null +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: null diff --git a/tests/results/test_read_write_secrets_errors/68_0family_leadership_mode.md b/tests/results/test_read_write_secrets_errors/68_0family_leadership_mode.md new file mode 100644 index 00000000..6b23712d --- /dev/null +++ b/tests/results/test_read_write_secrets_errors/68_0family_leadership_mode.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value + +Variables: +- :open_file_folder: A leadership: [] diff --git a/tests/results/test_read_write_secrets_errors/68_0family_leadership_mode.sh b/tests/results/test_read_write_secrets_errors/68_0family_leadership_mode.sh index e69de29b..3138ce23 100644 --- a/tests/results/test_read_write_secrets_errors/68_0family_leadership_mode.sh +++ b/tests/results/test_read_write_secrets_errors/68_0family_leadership_mode.sh @@ -0,0 +1,5 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 A leadership: [] diff --git a/tests/results/test_secrets/00_0empty.md b/tests/results/test_secrets/00_0empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_secrets/00_0no_variable.md b/tests/results/test_secrets/00_0no_variable.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_secrets/00_0no_variable_default_version.md b/tests/results/test_secrets/00_0no_variable_default_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_secrets/00_0no_variable_remove_version.md b/tests/results/test_secrets/00_0no_variable_remove_version.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_secrets/00_0version_underscore.md b/tests/results/test_secrets/00_0version_underscore.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_secrets/00_0version_underscore.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_1empty_variable.md b/tests/results/test_secrets/00_1empty_variable.md new file mode 100644 index 00000000..a31a7d7a --- /dev/null +++ b/tests/results/test_secrets/00_1empty_variable.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: empty: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_2default_calculated.md b/tests/results/test_secrets/00_2default_calculated.md new file mode 100644 index 00000000..32af1c07 --- /dev/null +++ b/tests/results/test_secrets/00_2default_calculated.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_2default_calculated_multi.md b/tests/results/test_secrets/00_2default_calculated_multi.md new file mode 100644 index 00000000..45c944bb --- /dev/null +++ b/tests/results/test_secrets/00_2default_calculated_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: maybe) +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_secrets/00_2default_calculated_params_permissive.md b/tests/results/test_secrets/00_2default_calculated_params_permissive.md new file mode 100644 index 00000000..fe117ecb --- /dev/null +++ b/tests/results/test_secrets/00_2default_calculated_params_permissive.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: leadership + - :open_file_folder: a first variable + - :notebook: a first variable: a_value + - :notebook: a first variable: a_value +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a_value) diff --git a/tests/results/test_secrets/00_2default_calculated_variable.md b/tests/results/test_secrets/00_2default_calculated_variable.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_secrets/00_2default_calculated_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_secrets/00_2default_calculated_variable_description.md b/tests/results/test_secrets/00_2default_calculated_variable_description.md new file mode 100644 index 00000000..06a98c44 --- /dev/null +++ b/tests/results/test_secrets/00_2default_calculated_variable_description.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_secrets/00_2default_calculated_variable_description_multi_line.md new file mode 100644 index 00000000..04c5f380 --- /dev/null +++ b/tests/results/test_secrets/00_2default_calculated_variable_description_multi_line.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_2default_calculated_variable_transitive.md b/tests/results/test_secrets/00_2default_calculated_variable_transitive.md new file mode 100644 index 00000000..2dcde4a7 --- /dev/null +++ b/tests/results/test_secrets/00_2default_calculated_variable_transitive.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - domain1.lan ◀ loaded from rougail-test + - domain2.lan ◀ loaded from rougail-test +- :notebook: a second variable: + - domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) + - domain2.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) diff --git a/tests/results/test_secrets/00_4load_subfolder.md b/tests/results/test_secrets/00_4load_subfolder.md new file mode 100644 index 00000000..d729d1dd --- /dev/null +++ b/tests/results/test_secrets/00_4load_subfolder.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_5load_notype.md b/tests/results/test_secrets/00_5load_notype.md new file mode 100644 index 00000000..74a3ebb7 --- /dev/null +++ b/tests/results/test_secrets/00_5load_notype.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_secrets/00_6boolean.md b/tests/results/test_secrets/00_6boolean.md new file mode 100644 index 00000000..7767738e --- /dev/null +++ b/tests/results/test_secrets/00_6boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_secrets/00_6boolean_no_mandatory.md b/tests/results/test_secrets/00_6boolean_no_mandatory.md new file mode 100644 index 00000000..0d665aa8 --- /dev/null +++ b/tests/results/test_secrets/00_6boolean_no_mandatory.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_secrets/00_6choice.md b/tests/results/test_secrets/00_6choice.md new file mode 100644 index 00000000..069f0f56 --- /dev/null +++ b/tests/results/test_secrets/00_6choice.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test +- :notebook: the third variable: a ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_secrets/00_6choice_calculation.md b/tests/results/test_secrets/00_6choice_calculation.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_secrets/00_6choice_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_secrets/00_6choice_link.md b/tests/results/test_secrets/00_6choice_link.md new file mode 100644 index 00000000..07fe1c0f --- /dev/null +++ b/tests/results/test_secrets/00_6choice_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: a ◀ loaded from rougail-test +- :notebook: the second variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_secrets/00_6choice_variable.md b/tests/results/test_secrets/00_6choice_variable.md new file mode 100644 index 00000000..a3b27ef6 --- /dev/null +++ b/tests/results/test_secrets/00_6choice_variable.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) diff --git a/tests/results/test_secrets/00_6choice_variable_link.md b/tests/results/test_secrets/00_6choice_variable_link.md new file mode 100644 index 00000000..4c73fa36 --- /dev/null +++ b/tests/results/test_secrets/00_6choice_variable_link.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/00_6choice_variable_link2.md b/tests/results/test_secrets/00_6choice_variable_link2.md new file mode 100644 index 00000000..69e1b391 --- /dev/null +++ b/tests/results/test_secrets/00_6choice_variable_link2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) +- :open_file_folder: family + - :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/00_6custom.md b/tests/results/test_secrets/00_6custom.md new file mode 100644 index 00000000..0278efae --- /dev/null +++ b/tests/results/test_secrets/00_6custom.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the seconf variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_secrets/00_6domainname.md b/tests/results/test_secrets/00_6domainname.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_secrets/00_6domainname.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_secrets/00_6domainname_params.md b/tests/results/test_secrets/00_6domainname_params.md new file mode 100644 index 00000000..ae33a942 --- /dev/null +++ b/tests/results/test_secrets/00_6domainname_params.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a domain name variable: domain1.lan ◀ loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) diff --git a/tests/results/test_secrets/00_6float.md b/tests/results/test_secrets/00_6float.md new file mode 100644 index 00000000..fdf00c1b --- /dev/null +++ b/tests/results/test_secrets/00_6float.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the second variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the third variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) +- :notebook: the forth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the fifth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) +- :notebook: the sixth variable: 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) diff --git a/tests/results/test_secrets/00_6integer.md b/tests/results/test_secrets/00_6integer.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_secrets/00_6integer.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_secrets/00_6ip.md b/tests/results/test_secrets/00_6ip.md new file mode 100644 index 00000000..03c33f4a --- /dev/null +++ b/tests/results/test_secrets/00_6ip.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an IP: 192.168.1.6 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) +- :notebook: an IP in CIDR format: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) +- :notebook: an IP in CIDR format with obsolete CIDR type: 192.168.1.6/24 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) diff --git a/tests/results/test_secrets/00_6network.md b/tests/results/test_secrets/00_6network.md new file mode 100644 index 00000000..bcdcd790 --- /dev/null +++ b/tests/results/test_secrets/00_6network.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: an network: 192.168.1.0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) +- :notebook: an network in CIDR format: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) +- :notebook: an network in CIDR format with obsolete CIDR type: 192.168.1.6/32 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) diff --git a/tests/results/test_secrets/00_6number.md b/tests/results/test_secrets/00_6number.md new file mode 100644 index 00000000..41d260ce --- /dev/null +++ b/tests/results/test_secrets/00_6number.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the second variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: the third variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) +- :notebook: this forth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the fifth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: the sixth variable: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_secrets/00_6port.md b/tests/results/test_secrets/00_6port.md new file mode 100644 index 00000000..03133fbb --- /dev/null +++ b/tests/results/test_secrets/00_6port.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a port variable: 80 ◀ loaded from rougail-test +- :notebook: a port variable with default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: a port variable with integer default value: 80 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) diff --git a/tests/results/test_secrets/00_6regexp.md b/tests/results/test_secrets/00_6regexp.md new file mode 100644 index 00000000..fac2816f --- /dev/null +++ b/tests/results/test_secrets/00_6regexp.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_secrets/00_6regexp_link.md b/tests/results/test_secrets/00_6regexp_link.md new file mode 100644 index 00000000..ca7a25c4 --- /dev/null +++ b/tests/results/test_secrets/00_6regexp_link.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: #b1b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :notebook: a second variable: #b2b1b1 ◀ loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) diff --git a/tests/results/test_secrets/00_6secret.md b/tests/results/test_secrets/00_6secret.md new file mode 100644 index 00000000..8aadd24f --- /dev/null +++ b/tests/results/test_secrets/00_6secret.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: ********** ◀ loaded from rougail-test +- :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_secrets/00_6secret_param.md b/tests/results/test_secrets/00_6secret_param.md new file mode 100644 index 00000000..a3589d53 --- /dev/null +++ b/tests/results/test_secrets/00_6secret_param.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: ********** ◀ loaded from rougail-test +- :notebook: the second variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) +- :notebook: the third variable: ********** ◀ loaded from rougail-test (:hourglass_flowing_sand: **********) diff --git a/tests/results/test_secrets/00_6string.md b/tests/results/test_secrets/00_6string.md new file mode 100644 index 00000000..495f5f12 --- /dev/null +++ b/tests/results/test_secrets/00_6string.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test +- :notebook: the third variable: string1 ◀ loaded from rougail-test +- :notebook: the forth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the fifth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the sixth variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the seventh variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 8080) +- :notebook: the height variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_secrets/00_7choice_quote.md b/tests/results/test_secrets/00_7choice_quote.md new file mode 100644 index 00000000..ec33219d --- /dev/null +++ b/tests/results/test_secrets/00_7choice_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: quote' ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_secrets/00_7help.md b/tests/results/test_secrets/00_7help.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_secrets/00_7help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_7help_quote.md b/tests/results/test_secrets/00_7help_quote.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_secrets/00_7help_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_7help_sup.md b/tests/results/test_secrets/00_7help_sup.md new file mode 100644 index 00000000..ef5ad161 --- /dev/null +++ b/tests/results/test_secrets/00_7help_sup.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first : string1 ◀ loaded from rougail-test +- :notebook: the second : string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_7value_doublequote.md b/tests/results/test_secrets/00_7value_doublequote.md new file mode 100644 index 00000000..aaa4b82e --- /dev/null +++ b/tests/results/test_secrets/00_7value_doublequote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_secrets/00_7value_doublequote2.md b/tests/results/test_secrets/00_7value_doublequote2.md new file mode 100644 index 00000000..a6f45dbf --- /dev/null +++ b/tests/results/test_secrets/00_7value_doublequote2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_secrets/00_7value_doublequote3.md b/tests/results/test_secrets/00_7value_doublequote3.md new file mode 100644 index 00000000..8f1901c5 --- /dev/null +++ b/tests/results/test_secrets/00_7value_doublequote3.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_secrets/00_7value_quote.md b/tests/results/test_secrets/00_7value_quote.md new file mode 100644 index 00000000..d3b5cf77 --- /dev/null +++ b/tests/results/test_secrets/00_7value_quote.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_secrets/00_8calculation_information.md b/tests/results/test_secrets/00_8calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_secrets/00_8calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_8test.md b/tests/results/test_secrets/00_8test.md new file mode 100644 index 00000000..ab0eb351 --- /dev/null +++ b/tests/results/test_secrets/00_8test.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: test ◀ loaded from rougail-test +- :notebook: the second variable: test ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: the third variable: test1 ◀ loaded from rougail-test +- :notebook: the forth variable: null ◀ loaded from rougail-test +- :notebook: the fifth variable: false ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the sixth variable: + - test1 ◀ loaded from rougail-test + - test2 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_9choice_variable_multi.md b/tests/results/test_secrets/00_9choice_variable_multi.md new file mode 100644 index 00000000..a8e00ca4 --- /dev/null +++ b/tests/results/test_secrets/00_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_9choice_variables.md b/tests/results/test_secrets/00_9choice_variables.md new file mode 100644 index 00000000..eabca2ae --- /dev/null +++ b/tests/results/test_secrets/00_9choice_variables.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: the second source variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) diff --git a/tests/results/test_secrets/00_9default_calculation.md b/tests/results/test_secrets/00_9default_calculation.md new file mode 100644 index 00000000..28f184e4 --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test_secrets/00_9default_calculation_information.md b/tests/results/test_secrets/00_9default_calculation_information.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_information.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_9default_calculation_information_other_variable.md b/tests/results/test_secrets/00_9default_calculation_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_9default_calculation_multi_optional.md b/tests/results/test_secrets/00_9default_calculation_multi_optional.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_multi_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_9default_calculation_multi_optional2.md b/tests/results/test_secrets/00_9default_calculation_multi_optional2.md new file mode 100644 index 00000000..9a1967b9 --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_multi_optional2.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_9default_calculation_multi_optional_default.md b/tests/results/test_secrets/00_9default_calculation_multi_optional_default.md new file mode 100644 index 00000000..e50c6d45 --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_multi_optional_default.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_9default_calculation_optional.md b/tests/results/test_secrets/00_9default_calculation_optional.md new file mode 100644 index 00000000..fba93947 --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_9default_calculation_optional_exists.md b/tests/results/test_secrets/00_9default_calculation_optional_exists.md new file mode 100644 index 00000000..8331c4d0 --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_optional_exists.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: my_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :notebook: my_calculated_variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_secrets/00_9default_calculation_param_optional.md b/tests/results/test_secrets/00_9default_calculation_param_optional.md new file mode 100644 index 00000000..ba3ac0cb --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_param_optional.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_secrets/00_9default_information_other_variable.md b/tests/results/test_secrets/00_9default_information_other_variable.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_secrets/00_9default_information_other_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_9default_information_other_variable2.md b/tests/results/test_secrets/00_9default_information_other_variable2.md new file mode 100644 index 00000000..714833fa --- /dev/null +++ b/tests/results/test_secrets/00_9default_information_other_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/00_9default_integer.md b/tests/results/test_secrets/00_9default_integer.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_secrets/00_9default_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_secrets/00_9default_number.md b/tests/results/test_secrets/00_9default_number.md new file mode 100644 index 00000000..e007cc5d --- /dev/null +++ b/tests/results/test_secrets/00_9default_number.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_secrets/01_6boolean_multi.md b/tests/results/test_secrets/01_6boolean_multi.md new file mode 100644 index 00000000..64a9c704 --- /dev/null +++ b/tests/results/test_secrets/01_6boolean_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the second variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the third variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the forth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the fifth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the sixth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: the seventh variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: the eighth variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_secrets/01_6custom_multi.md b/tests/results/test_secrets/01_6custom_multi.md new file mode 100644 index 00000000..5f8295fe --- /dev/null +++ b/tests/results/test_secrets/01_6custom_multi.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first custom variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: a second custom variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/01_6float_multi.md b/tests/results/test_secrets/01_6float_multi.md new file mode 100644 index 00000000..37394ce7 --- /dev/null +++ b/tests/results/test_secrets/01_6float_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10.1) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0.0) + - 2.2 ◀ loaded from rougail-test + - 3.3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/01_6integer_multi.md b/tests/results/test_secrets/01_6integer_multi.md new file mode 100644 index 00000000..cd3a6d90 --- /dev/null +++ b/tests/results/test_secrets/01_6integer_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the second variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the third variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/01_6integer_multi_mandatory.md b/tests/results/test_secrets/01_6integer_multi_mandatory.md new file mode 100644 index 00000000..5dc07324 --- /dev/null +++ b/tests/results/test_secrets/01_6integer_multi_mandatory.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: + - 1 ◀ loaded from rougail-test + - 2 ◀ loaded from rougail-test + - 3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/01_6string_empty.md b/tests/results/test_secrets/01_6string_empty.md new file mode 100644 index 00000000..169debbc --- /dev/null +++ b/tests/results/test_secrets/01_6string_empty.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: null) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/01_6string_multi.md b/tests/results/test_secrets/01_6string_multi.md new file mode 100644 index 00000000..5126d7c7 --- /dev/null +++ b/tests/results/test_secrets/01_6string_multi.md @@ -0,0 +1,40 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the first variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the second variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the third variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the forth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the fifth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the sixth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the seventh variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :notebook: the eighth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/01_6string_multi_length.md b/tests/results/test_secrets/01_6string_multi_length.md new file mode 100644 index 00000000..bad5a109 --- /dev/null +++ b/tests/results/test_secrets/01_6string_multi_length.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val3) +- :notebook: the variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val4) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val5) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/01_7value_multi_doublequote.md b/tests/results/test_secrets/01_7value_multi_doublequote.md new file mode 100644 index 00000000..c7d13a41 --- /dev/null +++ b/tests/results/test_secrets/01_7value_multi_doublequote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/01_7value_multi_doublequote2.md b/tests/results/test_secrets/01_7value_multi_doublequote2.md new file mode 100644 index 00000000..86a1a25c --- /dev/null +++ b/tests/results/test_secrets/01_7value_multi_doublequote2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote'") + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/01_7value_multi_quote.md b/tests/results/test_secrets/01_7value_multi_quote.md new file mode 100644 index 00000000..08b18504 --- /dev/null +++ b/tests/results/test_secrets/01_7value_multi_quote.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: quote') + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/01_8calculation_information_multi.md b/tests/results/test_secrets/01_8calculation_information_multi.md new file mode 100644 index 00000000..36f45646 --- /dev/null +++ b/tests/results/test_secrets/01_8calculation_information_multi.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/01_9choice_variable_multi.md b/tests/results/test_secrets/01_9choice_variable_multi.md new file mode 100644 index 00000000..e66688b4 --- /dev/null +++ b/tests/results/test_secrets/01_9choice_variable_multi.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/01_9choice_variable_optional.md b/tests/results/test_secrets/01_9choice_variable_optional.md new file mode 100644 index 00000000..f85e76de --- /dev/null +++ b/tests/results/test_secrets/01_9choice_variable_optional.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_secrets/02_0tags.md b/tests/results/test_secrets/02_0tags.md new file mode 100644 index 00000000..c03fed72 --- /dev/null +++ b/tests/results/test_secrets/02_0tags.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: the first variable: string1 ◀ loaded from rougail-test +- :notebook: the second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/04_0type_param.md b/tests/results/test_secrets/04_0type_param.md new file mode 100644 index 00000000..9b8af410 --- /dev/null +++ b/tests/results/test_secrets/04_0type_param.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited number: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_secrets/04_0type_param_integer.md b/tests/results/test_secrets/04_0type_param_integer.md new file mode 100644 index 00000000..8dda6325 --- /dev/null +++ b/tests/results/test_secrets/04_0type_param_integer.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A limited integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_secrets/04_1auto_save.md b/tests/results/test_secrets/04_1auto_save.md new file mode 100644 index 00000000..18a70157 --- /dev/null +++ b/tests/results/test_secrets/04_1auto_save.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: an auto save variable: no diff --git a/tests/results/test_secrets/04_1auto_save_and_calculated.md b/tests/results/test_secrets/04_1auto_save_and_calculated.md new file mode 100644 index 00000000..1012dbd7 --- /dev/null +++ b/tests/results/test_secrets/04_1auto_save_and_calculated.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: no diff --git a/tests/results/test_secrets/04_1auto_save_and_calculated_hidden.md b/tests/results/test_secrets/04_1auto_save_and_calculated_hidden.md new file mode 100644 index 00000000..f5e243ac --- /dev/null +++ b/tests/results/test_secrets/04_1auto_save_and_calculated_hidden.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: yes diff --git a/tests/results/test_secrets/04_1auto_save_and_hidden.md b/tests/results/test_secrets/04_1auto_save_and_hidden.md new file mode 100644 index 00000000..92ece53f --- /dev/null +++ b/tests/results/test_secrets/04_1auto_save_and_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Modified value + +Variables: +- :notebook: autosave variable: 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 5eeec814..4cca0417 100644 --- a/tests/results/test_secrets/04_1auto_save_and_hidden.sh +++ b/tests/results/test_secrets/04_1auto_save_and_hidden.sh @@ -1,5 +1,5 @@ -╭────────────── Caption ──────────────╮ -│ Unmodifiable variable Default value │ -╰─────────────────────────────────────╯ +╭────────────── Caption ───────────────╮ +│ Unmodifiable variable Modified value │ +╰──────────────────────────────────────╯ Variables: -┗━━ 📓 autosave variable: yes +┗━━ 📓 autosave variable: yes diff --git a/tests/results/test_secrets/04_1default_calculation_hidden.md b/tests/results/test_secrets/04_1default_calculation_hidden.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_secrets/04_1default_calculation_hidden.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/04_1default_calculation_hidden_2.md b/tests/results/test_secrets/04_1default_calculation_hidden_2.md new file mode 100644 index 00000000..07868868 --- /dev/null +++ b/tests/results/test_secrets/04_1default_calculation_hidden_2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/04_1default_calculation_hidden_3.md b/tests/results/test_secrets/04_1default_calculation_hidden_3.md new file mode 100644 index 00000000..7175a798 --- /dev/null +++ b/tests/results/test_secrets/04_1default_calculation_hidden_3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: value +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_secrets/04_1default_calculation_hidden_4.md b/tests/results/test_secrets/04_1default_calculation_hidden_4.md new file mode 100644 index 00000000..28ab29b3 --- /dev/null +++ b/tests/results/test_secrets/04_1default_calculation_hidden_4.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: value +- :notebook: a second variable: string1 ◀ loaded from rougail-test +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_secrets/04_1default_calculation_hidden_5.md b/tests/results/test_secrets/04_1default_calculation_hidden_5.md new file mode 100644 index 00000000..73e9e97b --- /dev/null +++ b/tests/results/test_secrets/04_1default_calculation_hidden_5.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/04_1default_calculation_hidden_6.md b/tests/results/test_secrets/04_1default_calculation_hidden_6.md new file mode 100644 index 00000000..12897a4f --- /dev/null +++ b/tests/results/test_secrets/04_1default_calculation_hidden_6.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) +- :notebook: a second variable: string1 diff --git a/tests/results/test_secrets/04_5disabled_calculation_boolean.md b/tests/results/test_secrets/04_5disabled_calculation_boolean.md new file mode 100644 index 00000000..2a347caa --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_boolean.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a conditional variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a first variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/04_5disabled_calculation_optional.md b/tests/results/test_secrets/04_5disabled_calculation_optional.md new file mode 100644 index 00000000..bc48b290 --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_optional.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a first variable: null +- :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/04_5disabled_calculation_optional_default.md b/tests/results/test_secrets/04_5disabled_calculation_optional_default.md new file mode 100644 index 00000000..da1a4fdf --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_optional_default.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first variable: string1 ◀ loaded from rougail-test +- :notebook: a first variable: null +- :notebook: a second variable: null +- :notebook: a forth variable: null diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable.md b/tests/results/test_secrets/04_5disabled_calculation_variable.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable10.md b/tests/results/test_secrets/04_5disabled_calculation_variable10.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable10.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable2.md b/tests/results/test_secrets/04_5disabled_calculation_variable2.md new file mode 100644 index 00000000..5dea710e --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable2.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable3.md b/tests/results/test_secrets/04_5disabled_calculation_variable3.md new file mode 100644 index 00000000..686a5383 --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable3.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable4.md b/tests/results/test_secrets/04_5disabled_calculation_variable4.md new file mode 100644 index 00000000..2c85557d --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable4.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable5.md b/tests/results/test_secrets/04_5disabled_calculation_variable5.md new file mode 100644 index 00000000..32aee234 --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable5.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :notebook: a condition: false +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable6.md b/tests/results/test_secrets/04_5disabled_calculation_variable6.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable6.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable7.md b/tests/results/test_secrets/04_5disabled_calculation_variable7.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable7.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable8.md b/tests/results/test_secrets/04_5disabled_calculation_variable8.md new file mode 100644 index 00000000..6dc9f936 --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable8.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :notebook: a condition: true diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable9.md b/tests/results/test_secrets/04_5disabled_calculation_variable9.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable9.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable_multi.md b/tests/results/test_secrets/04_5disabled_calculation_variable_multi.md new file mode 100644 index 00000000..ebbf9128 --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable_multi.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_secrets/04_5validators.md b/tests/results/test_secrets/04_5validators.md new file mode 100644 index 00000000..bde57131 --- /dev/null +++ b/tests/results/test_secrets/04_5validators.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/04_5validators_differ.md b/tests/results/test_secrets/04_5validators_differ.md new file mode 100644 index 00000000..7228c318 --- /dev/null +++ b/tests/results/test_secrets/04_5validators_differ.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: another_value ◀ loaded from rougail-test (:hourglass_flowing_sand: oui) +- :notebook: A second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_secrets/04_5validators_multi.md b/tests/results/test_secrets/04_5validators_multi.md new file mode 100644 index 00000000..a02553e3 --- /dev/null +++ b/tests/results/test_secrets/04_5validators_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/04_5validators_multi2.md b/tests/results/test_secrets/04_5validators_multi2.md new file mode 100644 index 00000000..d540870f --- /dev/null +++ b/tests/results/test_secrets/04_5validators_multi2.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_secrets/04_5validators_multi3.md b/tests/results/test_secrets/04_5validators_multi3.md new file mode 100644 index 00000000..12aa629b --- /dev/null +++ b/tests/results/test_secrets/04_5validators_multi3.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a second variable: + - 0 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - (:hourglass_flowing_sand: 1) + - (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_secrets/04_5validators_warnings.md b/tests/results/test_secrets/04_5validators_warnings.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_secrets/04_5validators_warnings.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_secrets/04_5validators_warnings_all.md b/tests/results/test_secrets/04_5validators_warnings_all.md new file mode 100644 index 00000000..03d43828 --- /dev/null +++ b/tests/results/test_secrets/04_5validators_warnings_all.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: An integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_secrets/05_0multi_not_uniq.md b/tests/results/test_secrets/05_0multi_not_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_secrets/05_0multi_not_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/05_0multi_uniq.md b/tests/results/test_secrets/05_0multi_uniq.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_secrets/05_0multi_uniq.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/12_1auto_save_expert.md b/tests/results/test_secrets/12_1auto_save_expert.md new file mode 100644 index 00000000..517523ba --- /dev/null +++ b/tests/results/test_secrets/12_1auto_save_expert.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test_secrets/16_0redefine_description.md b/tests/results/test_secrets/16_0redefine_description.md new file mode 100644 index 00000000..1a79d0e3 --- /dev/null +++ b/tests/results/test_secrets/16_0redefine_description.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Redefined: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/16_2family_redefine_calculation.md b/tests/results/test_secrets/16_2family_redefine_calculation.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_secrets/16_2family_redefine_disabled.md b/tests/results/test_secrets/16_2family_redefine_disabled.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_secrets/16_3family_empty_at_ends.md b/tests/results/test_secrets/16_3family_empty_at_ends.md new file mode 100644 index 00000000..391f7652 --- /dev/null +++ b/tests/results/test_secrets/16_3family_empty_at_ends.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: var1: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/16_5exists_nonexists.md b/tests/results/test_secrets/16_5exists_nonexists.md new file mode 100644 index 00000000..5282c9a9 --- /dev/null +++ b/tests/results/test_secrets/16_5exists_nonexists.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a new variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_secrets/16_5exists_redefine.md b/tests/results/test_secrets/16_5exists_redefine.md new file mode 100644 index 00000000..b282e496 --- /dev/null +++ b/tests/results/test_secrets/16_5exists_redefine.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :notebook: a first variable: yes diff --git a/tests/results/test_secrets/16_5redefine_calculation.md b/tests/results/test_secrets/16_5redefine_calculation.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_calculation.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_secrets/16_5redefine_choice.md b/tests/results/test_secrets/16_5redefine_choice.md new file mode 100644 index 00000000..3fa8719b --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_choice.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: a ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/16_5redefine_default.md b/tests/results/test_secrets/16_5redefine_default.md new file mode 100644 index 00000000..22798291 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_default.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_secrets/16_5redefine_default_calculation.md b/tests/results/test_secrets/16_5redefine_default_calculation.md new file mode 100644 index 00000000..8ba40138 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_default_calculation.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/16_5redefine_family.md b/tests/results/test_secrets/16_5redefine_family.md new file mode 100644 index 00000000..e3d9d3ab --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_family.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/16_5redefine_help.md b/tests/results/test_secrets/16_5redefine_help.md new file mode 100644 index 00000000..1da5c1c7 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_help.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :notebook: redefine help: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/16_5redefine_hidden.md b/tests/results/test_secrets/16_5redefine_hidden.md new file mode 100644 index 00000000..a076cf86 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :notebook: a variable: no diff --git a/tests/results/test_secrets/16_5redefine_multi.md b/tests/results/test_secrets/16_5redefine_multi.md new file mode 100644 index 00000000..7c446b72 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_multi.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/16_5redefine_remove_disable_calculation.md b/tests/results/test_secrets/16_5redefine_remove_disable_calculation.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_remove_disable_calculation.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/16_5test_redefine.md b/tests/results/test_secrets/16_5test_redefine.md new file mode 100644 index 00000000..c1457ecf --- /dev/null +++ b/tests/results/test_secrets/16_5test_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: test1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a third variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/16_6choice_redefine.md b/tests/results/test_secrets/16_6choice_redefine.md new file mode 100644 index 00000000..9752d3c3 --- /dev/null +++ b/tests/results/test_secrets/16_6choice_redefine.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A choice: a ◀ loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_secrets/16_6exists_family.md b/tests/results/test_secrets/16_6exists_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_secrets/16_6exists_redefine_family.md b/tests/results/test_secrets/16_6exists_redefine_family.md new file mode 100644 index 00000000..d32c7ec6 --- /dev/null +++ b/tests/results/test_secrets/16_6exists_redefine_family.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: new description + - :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a second family + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/16exists_exists.md b/tests/results/test_secrets/16exists_exists.md new file mode 100644 index 00000000..6af116b0 --- /dev/null +++ b/tests/results/test_secrets/16exists_exists.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: Description: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/17_5redefine_leadership.md b/tests/results/test_secrets/17_5redefine_leadership.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test_secrets/17_5redefine_leadership.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_secrets/17_5redefine_leadership.sh b/tests/results/test_secrets/17_5redefine_leadership.sh index e69de29b..b5d95187 100644 --- a/tests/results/test_secrets/17_5redefine_leadership.sh +++ b/tests/results/test_secrets/17_5redefine_leadership.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_secrets/20_0empty_family.md b/tests/results/test_secrets/20_0empty_family.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_secrets/20_0family_append.md b/tests/results/test_secrets/20_0family_append.md new file mode 100644 index 00000000..e58e2fff --- /dev/null +++ b/tests/results/test_secrets/20_0family_append.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A family + - :notebook: The first variable: string1 ◀ loaded from rougail-test + - :notebook: The second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/20_0family_underscore.md b/tests/results/test_secrets/20_0family_underscore.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_secrets/20_0multi_family.md b/tests/results/test_secrets/20_0multi_family.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_secrets/20_0multi_family.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/20_0multi_family_basic.md b/tests/results/test_secrets/20_0multi_family_basic.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_secrets/20_0multi_family_basic.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/20_0multi_family_expert.md b/tests/results/test_secrets/20_0multi_family_expert.md new file mode 100644 index 00000000..8919f31c --- /dev/null +++ b/tests/results/test_secrets/20_0multi_family_expert.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a family + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/20_0multi_family_order.md b/tests/results/test_secrets/20_0multi_family_order.md new file mode 100644 index 00000000..6fe9fe14 --- /dev/null +++ b/tests/results/test_secrets/20_0multi_family_order.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/20_0validators_differ_redefine.md b/tests/results/test_secrets/20_0validators_differ_redefine.md new file mode 100644 index 00000000..894437c1 --- /dev/null +++ b/tests/results/test_secrets/20_0validators_differ_redefine.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: yes ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_secrets/20_1empty_subfamily.md b/tests/results/test_secrets/20_1empty_subfamily.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_secrets/20_2family_looks_like_dynamic.md b/tests/results/test_secrets/20_2family_looks_like_dynamic.md new file mode 100644 index 00000000..37a189c4 --- /dev/null +++ b/tests/results/test_secrets/20_2family_looks_like_dynamic.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: dynamic: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test + - :notebook: a variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_secrets/20_2family_looks_like_variable.md b/tests/results/test_secrets/20_2family_looks_like_variable.md new file mode 100644 index 00000000..ab3f4c56 --- /dev/null +++ b/tests/results/test_secrets/20_2family_looks_like_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: my_family + - :notebook: default: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_secrets/20_9default_information_parent.md b/tests/results/test_secrets/20_9default_information_parent.md new file mode 100644 index 00000000..3baade9e --- /dev/null +++ b/tests/results/test_secrets/20_9default_information_parent.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: family + - :notebook: a first variable: string1 ◀ loaded from rougail-test + - :notebook: a second variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/20_9family_absolute.md b/tests/results/test_secrets/20_9family_absolute.md new file mode 100644 index 00000000..04c297cd --- /dev/null +++ b/tests/results/test_secrets/20_9family_absolute.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: first variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a second variable: string6 ◀ loaded from rougail-test + - :open_file_folder: a sub family + - :notebook: third variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a family + - :notebook: a variable2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - :notebook: var3: string5 ◀ loaded from rougail-test (:hourglass_flowing_sand: string4) + - :open_file_folder: a sub family + - :notebook: fourth variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string6) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string5) diff --git a/tests/results/test_secrets/24_0family_hidden_condition_sub_family.md b/tests/results/test_secrets/24_0family_hidden_condition_sub_family.md new file mode 100644 index 00000000..f116a698 --- /dev/null +++ b/tests/results/test_secrets/24_0family_hidden_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.md new file mode 100644 index 00000000..6406a8de --- /dev/null +++ b/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: null diff --git a/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.md new file mode 100644 index 00000000..e2205c85 --- /dev/null +++ b/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: the variable use has condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: possibly hidden family + - :open_file_folder: a subfamily + - :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/24_0family_mandatory_condition.md b/tests/results/test_secrets/24_0family_mandatory_condition.md new file mode 100644 index 00000000..13c494bd --- /dev/null +++ b/tests/results/test_secrets/24_0family_mandatory_condition.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/24_0family_mandatory_condition_variable.md b/tests/results/test_secrets/24_0family_mandatory_condition_variable.md new file mode 100644 index 00000000..38cfdc4f --- /dev/null +++ b/tests/results/test_secrets/24_0family_mandatory_condition_variable.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/24_7validators_variable_optional.md b/tests/results/test_secrets/24_7validators_variable_optional.md new file mode 100644 index 00000000..2a474ee3 --- /dev/null +++ b/tests/results/test_secrets/24_7validators_variable_optional.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: a first integer: 5 ◀ loaded from rougail-test + - :notebook: a second integer: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) diff --git a/tests/results/test_secrets/24_family_disabled_var_hidden.md b/tests/results/test_secrets/24_family_disabled_var_hidden.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_secrets/40_0leadership.md b/tests/results/test_secrets/40_0leadership.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_secrets/40_0leadership.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/40_0leadership_diff_name.md b/tests/results/test_secrets/40_0leadership_diff_name.md new file mode 100644 index 00000000..5b5da56b --- /dev/null +++ b/tests/results/test_secrets/40_0leadership_diff_name.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :notebook: an other follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :notebook: an other follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test + - :notebook: an other follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/40_0leadership_empty.md b/tests/results/test_secrets/40_0leadership_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_secrets/40_0leadership_follower_default_calculation.md b/tests/results/test_secrets/40_0leadership_follower_default_calculation.md new file mode 100644 index 00000000..9fc9ddef --- /dev/null +++ b/tests/results/test_secrets/40_0leadership_follower_default_calculation.md @@ -0,0 +1,21 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :notebook: a second follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_secrets/40_0leadership_follower_default_value.md b/tests/results/test_secrets/40_0leadership_follower_default_value.md new file mode 100644 index 00000000..d35335b7 --- /dev/null +++ b/tests/results/test_secrets/40_0leadership_follower_default_value.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower with default value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower with default value: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower with default value: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_secrets/40_0leadership_leader_follower.md b/tests/results/test_secrets/40_0leadership_leader_follower.md new file mode 100644 index 00000000..f3168a42 --- /dev/null +++ b/tests/results/test_secrets/40_0leadership_leader_follower.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_secrets/40_0leadership_leader_not_multi.md b/tests/results/test_secrets/40_0leadership_leader_not_multi.md new file mode 100644 index 00000000..de43516e --- /dev/null +++ b/tests/results/test_secrets/40_0leadership_leader_not_multi.md @@ -0,0 +1,24 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: general + - :notebook: No change: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) +- :open_file_folder: general1 + - :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test + - :notebook: follower1: string1 ◀ loaded from rougail-test + - :notebook: follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test + - :notebook: follower1: string2 ◀ loaded from rougail-test + - :notebook: follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower1: string3 ◀ loaded from rougail-test + - :notebook: follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/40_0leadership_reduce.md b/tests/results/test_secrets/40_0leadership_reduce.md new file mode 100644 index 00000000..6e0a96b2 --- /dev/null +++ b/tests/results/test_secrets/40_0leadership_reduce.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value_2) + - :notebook: a follower: string2 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/40_1leadership_append_follower.md b/tests/results/test_secrets/40_1leadership_append_follower.md new file mode 100644 index 00000000..f45a28e6 --- /dev/null +++ b/tests/results/test_secrets/40_1leadership_append_follower.md @@ -0,0 +1,23 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: the leader + - :notebook: the leader: string1 ◀ loaded from rougail-test + - :notebook: the follower1: string1 ◀ loaded from rougail-test + - :notebook: the follower2: string1 ◀ loaded from rougail-test + - :notebook: the follower3: string1 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string2 ◀ loaded from rougail-test + - :notebook: the follower1: string2 ◀ loaded from rougail-test + - :notebook: the follower2: string2 ◀ loaded from rougail-test + - :notebook: the follower3: string2 ◀ loaded from rougail-test + - :open_file_folder: the leader + - :notebook: the leader: string3 ◀ loaded from rougail-test + - :notebook: the follower1: string3 ◀ loaded from rougail-test + - :notebook: the follower2: string3 ◀ loaded from rougail-test + - :notebook: the follower3: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/40_2leadership_calculation_index.md b/tests/results/test_secrets/40_2leadership_calculation_index.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_secrets/40_2leadership_calculation_index.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_secrets/40_2leadership_calculation_index_2.md b/tests/results/test_secrets/40_2leadership_calculation_index_2.md new file mode 100644 index 00000000..c7020a08 --- /dev/null +++ b/tests/results/test_secrets/40_2leadership_calculation_index_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: a follower: 1 ◀ loaded from rougail-test (:hourglass_flowing_sand: 0) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: 2 ◀ loaded from rougail-test (:hourglass_flowing_sand: 1) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: c) + - :notebook: a follower: 3 ◀ loaded from rougail-test (:hourglass_flowing_sand: 2) diff --git a/tests/results/test_secrets/40_6leadership_follower_multi.md b/tests/results/test_secrets/40_6leadership_follower_multi.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_secrets/40_6leadership_follower_multi.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_secrets/40_6leadership_follower_multi_no_mandatory.md new file mode 100644 index 00000000..801442f6 --- /dev/null +++ b/tests/results/test_secrets/40_6leadership_follower_multi_no_mandatory.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: The first follower: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :notebook: The second follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/40_8calculation_boolean.md b/tests/results/test_secrets/40_8calculation_boolean.md new file mode 100644 index 00000000..0c592024 --- /dev/null +++ b/tests/results/test_secrets/40_8calculation_boolean.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a boolean variable: true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a first multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: true) + - (:hourglass_flowing_sand: false) +- :notebook: a second multi variable: + - true ◀ loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_secrets/40_8calculation_multi_variable.md b/tests/results/test_secrets/40_8calculation_multi_variable.md new file mode 100644 index 00000000..b02d27dc --- /dev/null +++ b/tests/results/test_secrets/40_8calculation_multi_variable.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a first variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :notebook: a third variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_secrets/40_8calculation_multi_variable_parent.md b/tests/results/test_secrets/40_8calculation_multi_variable_parent.md new file mode 100644 index 00000000..332d66de --- /dev/null +++ b/tests/results/test_secrets/40_8calculation_multi_variable_parent.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a family + - :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/40_8calculation_multi_variable_parent2.md b/tests/results/test_secrets/40_8calculation_multi_variable_parent2.md new file mode 100644 index 00000000..4baceb00 --- /dev/null +++ b/tests/results/test_secrets/40_8calculation_multi_variable_parent2.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: first family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: second family + - :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_secrets/40_9calculation_variable_leader_follower_multi_inside.md new file mode 100644 index 00000000..ca74e6ba --- /dev/null +++ b/tests/results/test_secrets/40_9calculation_variable_leader_follower_multi_inside.md @@ -0,0 +1,27 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-first.md new file mode 100644 index 00000000..0fb2518d --- /dev/null +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-first.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-last.md new file mode 100644 index 00000000..c3c8499d --- /dev/null +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-last.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md new file mode 100644 index 00000000..9a98f208 --- /dev/null +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: leader + - :open_file_folder: leader + - :notebook: leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :notebook: follower: string1 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: follower: string2 ◀ loaded from rougail-test + - :open_file_folder: leader + - :notebook: leader: string3 ◀ loaded from rougail-test + - :notebook: follower: string3 ◀ loaded from rougail-test +- :notebook: variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_secrets/40_9leadership-calculation-outside-follower.md b/tests/results/test_secrets/40_9leadership-calculation-outside-follower.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-follower.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_secrets/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_secrets/40_9leadership-calculation-outside-leader-first.md new file mode 100644 index 00000000..e6481970 --- /dev/null +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-leader-first.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_secrets/40_9leadership-calculation-outside-leader-last.md new file mode 100644 index 00000000..28505269 --- /dev/null +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-leader-last.md @@ -0,0 +1,22 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_secrets/40_9leadership-calculation-outside-leader.md b/tests/results/test_secrets/40_9leadership-calculation-outside-leader.md new file mode 100644 index 00000000..a6f210b0 --- /dev/null +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-leader.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_secrets/40_9leadership-calculation-variable.md b/tests/results/test_secrets/40_9leadership-calculation-variable.md new file mode 100644 index 00000000..10cd17ad --- /dev/null +++ b/tests/results/test_secrets/40_9leadership-calculation-variable.md @@ -0,0 +1,25 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a calculated variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val11) + - :notebook: an other follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val21) diff --git a/tests/results/test_secrets/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_secrets/40_9leadership-calculation-variable_leader_follower.md new file mode 100644 index 00000000..ec612eff --- /dev/null +++ b/tests/results/test_secrets/40_9leadership-calculation-variable_leader_follower.md @@ -0,0 +1,28 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - :notebook: a follower: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md new file mode 100644 index 00000000..993c89c0 --- /dev/null +++ b/tests/results/test_secrets/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -0,0 +1,37 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test +- :open_file_folder: a second leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: value1) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value2) + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string2) + - string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: string3) diff --git a/tests/results/test_secrets/41_0choice_leader.md b/tests/results/test_secrets/41_0choice_leader.md new file mode 100644 index 00000000..62c10705 --- /dev/null +++ b/tests/results/test_secrets/41_0choice_leader.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: The leadership + - :open_file_folder: The leader + - :notebook: The leader: string1 ◀ loaded from rougail-test + - :notebook: A follower: a ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string2 ◀ loaded from rougail-test + - :notebook: A follower: b ◀ loaded from rougail-test + - :open_file_folder: The leader + - :notebook: The leader: string3 ◀ loaded from rougail-test + - :notebook: A follower: c ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/44_0leadership_hidden.md b/tests/results/test_secrets/44_0leadership_hidden.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test_secrets/44_0leadership_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_secrets/44_0leadership_hidden.sh b/tests/results/test_secrets/44_0leadership_hidden.sh index e69de29b..b5d95187 100644 --- a/tests/results/test_secrets/44_0leadership_hidden.sh +++ b/tests/results/test_secrets/44_0leadership_hidden.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_secrets/44_0leadership_leader_hidden.md b/tests/results/test_secrets/44_0leadership_leader_hidden.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test_secrets/44_0leadership_leader_hidden.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] diff --git a/tests/results/test_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_secrets/44_0leadership_leader_hidden.sh index e69de29b..b5d95187 100644 --- a/tests/results/test_secrets/44_0leadership_leader_hidden.sh +++ b/tests/results/test_secrets/44_0leadership_leader_hidden.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_secrets/44_1leadership_append_hidden_follower.md b/tests/results/test_secrets/44_1leadership_append_hidden_follower.md new file mode 100644 index 00000000..e6f47925 --- /dev/null +++ b/tests/results/test_secrets/44_1leadership_append_hidden_follower.md @@ -0,0 +1,8 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a leadership: [] 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 e69de29b..b5d95187 100644 --- a/tests/results/test_secrets/44_1leadership_append_hidden_follower.sh +++ b/tests/results/test_secrets/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,5 @@ +╭────────────── Caption ──────────────╮ +│ Unmodifiable variable Default value │ +╰─────────────────────────────────────╯ +Variables: +┗━━ 📂 a leadership: [] diff --git a/tests/results/test_secrets/44_4disabled_calcultion_follower_index.md b/tests/results/test_secrets/44_4disabled_calcultion_follower_index.md new file mode 100644 index 00000000..7a5bc503 --- /dev/null +++ b/tests/results/test_secrets/44_4disabled_calcultion_follower_index.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: aleader + - :notebook: aleader: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a) + - :open_file_folder: aleader + - :notebook: aleader: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: b) + - :notebook: a follower: string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) + - :open_file_folder: aleader + - :notebook: aleader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_secrets/44_4leadership_mandatory.md b/tests/results/test_secrets/44_4leadership_mandatory.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_secrets/44_4leadership_mandatory.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/44_4leadership_mandatory_follower.md b/tests/results/test_secrets/44_4leadership_mandatory_follower.md new file mode 100644 index 00000000..3e63e175 --- /dev/null +++ b/tests/results/test_secrets/44_4leadership_mandatory_follower.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/44_5leadership_leader_hidden_calculation.md b/tests/results/test_secrets/44_5leadership_leader_hidden_calculation.md new file mode 100644 index 00000000..2e4cffd8 --- /dev/null +++ b/tests/results/test_secrets/44_5leadership_leader_hidden_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: no) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/44_6leadership_follower_disabled_calculation.md b/tests/results/test_secrets/44_6leadership_follower_disabled_calculation.md new file mode 100644 index 00000000..665f062c --- /dev/null +++ b/tests/results/test_secrets/44_6leadership_follower_disabled_calculation.md @@ -0,0 +1,19 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a condition: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: yes) +- :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic.md b/tests/results/test_secrets/60_0family_dynamic.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_1_1.md b/tests/results/test_secrets/60_0family_dynamic_1_1.md new file mode 100644 index 00000000..c9a700e7 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_1_1.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_1_1_empty.md b/tests/results/test_secrets/60_0family_dynamic_1_1_empty.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_1_1_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_empty.md b/tests/results/test_secrets/60_0family_dynamic_empty.md new file mode 100644 index 00000000..5d22fb5d --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_empty.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_forbidden_char.md b/tests/results/test_secrets/60_0family_dynamic_forbidden_char.md new file mode 100644 index 00000000..7ecfff5a --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_forbidden_char.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val.1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - val.2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val.2) diff --git a/tests/results/test_secrets/60_0family_dynamic_no_description.md b/tests/results/test_secrets/60_0family_dynamic_no_description.md new file mode 100644 index 00000000..7db666a1 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_no_description.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_no_description_empty.md b/tests/results/test_secrets/60_0family_dynamic_no_description_empty.md new file mode 100644 index 00000000..a1fc666b --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_no_description_empty.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: var: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_source_hidden.md b/tests/results/test_secrets/60_0family_dynamic_source_hidden.md new file mode 100644 index 00000000..5215b122 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_source_hidden.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 + - val2 +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_static.md b/tests/results/test_secrets/60_0family_dynamic_static.md new file mode 100644 index 00000000..aab71c32 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_static.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside a dynamic family: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_test.md b/tests/results/test_secrets/60_0family_dynamic_test.md new file mode 100644 index 00000000..6f96cdfe --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_test.md @@ -0,0 +1,14 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_upper_char.md b/tests/results/test_secrets/60_0family_dynamic_upper_char.md new file mode 100644 index 00000000..afda6419 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_upper_char.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - Val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: Val1) + - VAL2 ◀ loaded from rougail-test (:hourglass_flowing_sand: VAL2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_variable_empty.md b/tests/results/test_secrets/60_0family_dynamic_variable_empty.md new file mode 100644 index 00000000..898c3589 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_variable_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test + - string2 ◀ loaded from rougail-test + - string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_secrets/60_0family_dynamic_variable_optional.md b/tests/results/test_secrets/60_0family_dynamic_variable_optional.md new file mode 100644 index 00000000..e0280911 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_variable_optional.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_secrets/60_0family_dynamic_variable_suffix.md b/tests/results/test_secrets/60_0family_dynamic_variable_suffix.md new file mode 100644 index 00000000..87cd38d2 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_variable_suffix.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.md new file mode 100644 index 00000000..3df384ec --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val1: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable with suffix val2: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: a value) diff --git a/tests/results/test_secrets/60_0family_empty.md b/tests/results/test_secrets/60_0family_empty.md new file mode 100644 index 00000000..e69de29b diff --git a/tests/results/test_secrets/60_0family_hidden.md b/tests/results/test_secrets/60_0family_hidden.md new file mode 100644 index 00000000..e9be0a15 --- /dev/null +++ b/tests/results/test_secrets/60_0family_hidden.md @@ -0,0 +1,9 @@ +> [!NOTE] +> +> **Caption:** +> - Unmodifiable variable +> - Default value + +Variables: +- :open_file_folder: a family + - :notebook: a variable: null diff --git a/tests/results/test_secrets/60_0family_mode.md b/tests/results/test_secrets/60_0family_mode.md new file mode 100644 index 00000000..fe7dbe59 --- /dev/null +++ b/tests/results/test_secrets/60_0family_mode.md @@ -0,0 +1,10 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: a family + - :notebook: A variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_secrets/60_1family_dynamic_jinja.md b/tests/results/test_secrets/60_1family_dynamic_jinja.md new file mode 100644 index 00000000..492046f5 --- /dev/null +++ b/tests/results/test_secrets/60_1family_dynamic_jinja.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) + - string3 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: A dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.md new file mode 100644 index 00000000..58ae4ad3 --- /dev/null +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md new file mode 100644 index 00000000..797cc590 --- /dev/null +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md new file mode 100644 index 00000000..65e4f9a9 --- /dev/null +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :open_file_folder: a family inside dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a varible outside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md new file mode 100644 index 00000000..0600e9df --- /dev/null +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -0,0 +1,18 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a family + - :notebook: with a variable: string1 ◀ loaded from rougail-test +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/60_2family_dynamic_outside_calc.md b/tests/results/test_secrets/60_2family_dynamic_outside_calc.md new file mode 100644 index 00000000..22e9ef87 --- /dev/null +++ b/tests/results/test_secrets/60_2family_dynamic_outside_calc.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.md new file mode 100644 index 00000000..4d41e2d7 --- /dev/null +++ b/tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffx variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val) +- :notebook: a second variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_description.md b/tests/results/test_secrets/60_5family_dynamic_calc_description.md new file mode 100644 index 00000000..ccdfecaf --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_description.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable for val1: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable for val2: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: + - string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string2 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) + - string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix2.md b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2.md new file mode 100644 index 00000000..aece1d4c --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.md new file mode 100644 index 00000000..6ceb861a --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: Suffix has value: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_disabled.md new file mode 100644 index 00000000..33e2a846 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_disabled.md @@ -0,0 +1,11 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Default value +> - Modified value + +Variables: +- :notebook: dynval1: {} +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_disabled.sh index 89adda2c..f6dfd744 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,6 +1,8 @@ ╭──────── Caption ────────╮ -│ Variable Modified value │ +│ Variable Default value │ +│ Modified value │ ╰─────────────────────────╯ Variables: +┣━━ 📓 dynval1: {} ┗━━ 📂 dynval2  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.md new file mode 100644 index 00000000..b9c1c2f5 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.md new file mode 100644 index 00000000..892804c4 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.md @@ -0,0 +1,15 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A identifier variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: A dynamic family + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_variable.md b/tests/results/test_secrets/60_5family_dynamic_calc_variable.md new file mode 100644 index 00000000..1a400f72 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_variable.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_secrets/60_5family_dynamic_calc_variable_disabled.md new file mode 100644 index 00000000..f69f8091 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_variable_disabled.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test + - :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_secrets/60_5family_dynamic_calc_variable_disabled_outside.md new file mode 100644 index 00000000..5b369056 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_variable_disabled_outside.md @@ -0,0 +1,12 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A dynamic famify for val1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: A dynamic famify for val2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A new variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.md new file mode 100644 index 00000000..3b896745 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: A suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: dynval1 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: dynval2 + - :notebook: A dynamic variable: string1 ◀ loaded from rougail-test +- :notebook: A variable calculated: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/60_5family_dynamic_hidden_suffix.md b/tests/results/test_secrets/60_5family_dynamic_hidden_suffix.md new file mode 100644 index 00000000..3829548b --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_hidden_suffix.md @@ -0,0 +1,17 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Unmodifiable variable +> - Default value +> - Modified value + +Variables: +- :open_file_folder: a dynamic family + - :notebook: a variable: string1 ◀ loaded from rougail-test + - :open_file_folder: a family + - :notebook: a new variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable: null + - :open_file_folder: a family + - :notebook: a new variable: null diff --git a/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.md new file mode 100644 index 00000000..60f97596 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.md new file mode 100644 index 00000000..9aa74bc8 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.md @@ -0,0 +1,16 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: asuffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) +- :open_file_folder: a dynamic family + - :notebook: a variable inside dynamic family: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :notebook: a variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/60_6family_dynamic_leadership.md b/tests/results/test_secrets/60_6family_dynamic_leadership.md new file mode 100644 index 00000000..7a3fcf83 --- /dev/null +++ b/tests/results/test_secrets/60_6family_dynamic_leadership.md @@ -0,0 +1,39 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val1) + - val2 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_6family_dynamic_leadership_empty.md b/tests/results/test_secrets/60_6family_dynamic_leadership_empty.md new file mode 100644 index 00000000..ec497a1f --- /dev/null +++ b/tests/results/test_secrets/60_6family_dynamic_leadership_empty.md @@ -0,0 +1,38 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :notebook: a suffix variable: + - val1 ◀ loaded from rougail-test + - val2 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :open_file_folder: a leadership + - :open_file_folder: a leader + - :notebook: a leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: a leader + - :notebook: a leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/60_9family_dynamic_calc_both.md b/tests/results/test_secrets/60_9family_dynamic_calc_both.md new file mode 100644 index 00000000..d6e21b35 --- /dev/null +++ b/tests/results/test_secrets/60_9family_dynamic_calc_both.md @@ -0,0 +1,13 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value +> - (:hourglass_flowing_sand: Original default value) + +Variables: +- :notebook: a suffix variable: string1 ◀ loaded from rougail-test (:hourglass_flowing_sand: val2) +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test +- :open_file_folder: a dynamic family + - :notebook: a dynamic variable: string1 ◀ loaded from rougail-test diff --git a/tests/results/test_secrets/68_0family_leadership_mode.md b/tests/results/test_secrets/68_0family_leadership_mode.md new file mode 100644 index 00000000..91257b8b --- /dev/null +++ b/tests/results/test_secrets/68_0family_leadership_mode.md @@ -0,0 +1,20 @@ +> [!NOTE] +> +> **Caption:** +> - Variable +> - Modified value + +Variables: +- :open_file_folder: A leadership + - :open_file_folder: A leader + - :notebook: A leader: string1 ◀ loaded from rougail-test + - :notebook: a follower1: string1 ◀ loaded from rougail-test + - :notebook: a follower2: string1 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string2 ◀ loaded from rougail-test + - :notebook: a follower1: string2 ◀ loaded from rougail-test + - :notebook: a follower2: string2 ◀ loaded from rougail-test + - :open_file_folder: A leader + - :notebook: A leader: string3 ◀ loaded from rougail-test + - :notebook: a follower1: string3 ◀ loaded from rougail-test + - :notebook: a follower2: string3 ◀ loaded from rougail-test diff --git a/tests/test_errors.py b/tests/test_errors.py index 66e27a4a..71c9a26c 100644 --- a/tests/test_errors.py +++ b/tests/test_errors.py @@ -2,64 +2,259 @@ from pathlib import Path from rougail import Rougail from rougail.output_display import RougailOutputDisplay as RougailOutput -from rougail_tests.utils import get_rougail_config +from rougail_tests.utils import get_rougail_config, fake_errors_for_user_data, fake_errors_for_user_data2, fake_dynamic_for_user_data, fake_for_user_data + +EXT = {'console': 'sh', 'github': 'md'} def test_error_mandatory_hidden(): rougailconfig = get_rougail_config(Path("tests/errors/"), namespace=False) rougailconfig['step.output'] = 'display' + rougailconfig["display.console.max_width"] = 200 rougail = Rougail(rougailconfig) config = rougail.run() config.information.set("description_type", "description") config.property.read_only() - no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig).run() - assert no_pb == False - output_file = Path(__file__).parent / 'errors-results' / 'display.sh' - if not output_file.is_file(): - if not output_file.parent.is_dir(): - output_file.parent.mkdir() - with output_file.open('w') as outfh: - outfh.write(generated_output) - with output_file.open() as outfh: - attented_output = outfh.read() - assert generated_output == attented_output, f'filename {output_file}' + for output_format, ext in EXT.items(): + rougailconfig['display.output_format'] = output_format + no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig).run() + assert no_pb == False + output_file = Path(__file__).parent / 'errors-results' / f'display.{ext}' + if not output_file.is_file(): + if not output_file.parent.is_dir(): + output_file.parent.mkdir() + with output_file.open('w') as outfh: + outfh.write(generated_output) + with output_file.open() as outfh: + attented_output = outfh.read() + assert generated_output == attented_output, f'filename {output_file}' def test_error_mandatory_family_hidden(): rougailconfig = get_rougail_config(Path("tests/errors2/"), namespace=False) rougailconfig['step.output'] = 'display' + rougailconfig["display.console.max_width"] = 200 rougail = Rougail(rougailconfig) config = rougail.run() config.information.set("description_type", "description") config.property.read_only() - no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig).run() - assert no_pb == False - output_file = Path(__file__).parent / 'errors2-results' / 'display.sh' - if not output_file.is_file(): - if not output_file.parent.is_dir(): - output_file.parent.mkdir() - with output_file.open('w') as outfh: - outfh.write(generated_output) - with output_file.open() as outfh: - attented_output = outfh.read() - assert generated_output == attented_output, f'filename {output_file}' + for output_format, ext in EXT.items(): + rougailconfig['display.output_format'] = output_format + no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig).run() + assert no_pb == False + output_file = Path(__file__).parent / 'errors2-results' / f'display.{ext}' + if not output_file.is_file(): + if not output_file.parent.is_dir(): + output_file.parent.mkdir() + with output_file.open('w') as outfh: + outfh.write(generated_output) + with output_file.open() as outfh: + attented_output = outfh.read() + assert generated_output == attented_output, f'filename {output_file}' def test_error_mandatory_family(): rougailconfig = get_rougail_config(Path("tests/errors3/"), namespace=False) rougailconfig['step.output'] = 'display' + rougailconfig["display.console.max_width"] = 200 rougail = Rougail(rougailconfig) config = rougail.run() config.information.set("description_type", "description") config.property.read_only() - no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig).run() - assert no_pb == False - output_file = Path(__file__).parent / 'errors3-results' / 'display.sh' - if not output_file.is_file(): - if not output_file.parent.is_dir(): - output_file.parent.mkdir() - with output_file.open('w') as outfh: - outfh.write(generated_output) - with output_file.open() as outfh: - attented_output = outfh.read() - assert generated_output == attented_output, f'filename {output_file}' + for output_format, ext in EXT.items(): + rougailconfig['display.output_format'] = output_format + no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig).run() + assert no_pb == False + output_file = Path(__file__).parent / 'errors3-results' / f'display.{ext}' + if not output_file.is_file(): + if not output_file.parent.is_dir(): + output_file.parent.mkdir() + with output_file.open('w') as outfh: + outfh.write(generated_output) + with output_file.open() as outfh: + attented_output = outfh.read() + assert generated_output == attented_output, f'filename {output_file}' + + +def test_error_not_valid_variable(): + rougailconfig = get_rougail_config(Path("tests/errors4/"), namespace=False) + rougailconfig['step.output'] = 'display' + rougailconfig["display.console.max_width"] = 200 + rougail = Rougail(rougailconfig) + config = rougail.run() + config.information.set("description_type", "description") + config.property.read_only() + for output_format, ext in EXT.items(): + rougailconfig['display.output_format'] = output_format + no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig).run() + assert no_pb == False + output_file = Path(__file__).parent / 'errors4-results' / f'display.{ext}' + if not output_file.is_file(): + if not output_file.parent.is_dir(): + output_file.parent.mkdir() + with output_file.open('w') as outfh: + outfh.write(generated_output) + with output_file.open() as outfh: + attented_output = outfh.read() + assert generated_output == attented_output, f'filename {output_file}' + + +def test_error_not_valid_user_data(): + rougailconfig = get_rougail_config(Path("tests/errors5/"), namespace=False) + rougailconfig['step.output'] = 'display' + rougailconfig["display.console.max_width"] = 200 + rougail = Rougail(rougailconfig) + config = rougail.run() + config.information.set("description_type", "description") + errors = rougail.user_datas(fake_errors_for_user_data(), invalid_user_datas_error=True) + for output_format, ext in EXT.items(): + rougailconfig['display.output_format'] = output_format + no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig, user_data_errors=errors["errors"], user_data_warnings=errors["warnings"]).run() + assert no_pb == False + output_file = Path(__file__).parent / 'errors5-results' / f'display.{ext}' + if not output_file.is_file(): + if not output_file.parent.is_dir(): + output_file.parent.mkdir() + with output_file.open('w') as outfh: + outfh.write(generated_output) + with output_file.open() as outfh: + attented_output = outfh.read() + assert generated_output == attented_output, f'filename {output_file}' + + +def test_warning_not_valid_user_data(): + rougailconfig = get_rougail_config(Path("tests/errors5/"), namespace=False) + rougailconfig['step.output'] = 'display' + rougailconfig["display.console.max_width"] = 200 + rougail = Rougail(rougailconfig) + config = rougail.run() + config.information.set("description_type", "description") + errors = rougail.user_datas(fake_errors_for_user_data()) + for output_format, ext in EXT.items(): + rougailconfig['display.output_format'] = output_format + no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig, user_data_errors=errors["errors"], user_data_warnings=errors["warnings"]).run() + assert no_pb == True + output_file = Path(__file__).parent / 'errors5-1-results' / f'display.{ext}' + if not output_file.is_file(): + if not output_file.parent.is_dir(): + output_file.parent.mkdir() + with output_file.open('w') as outfh: + outfh.write(generated_output) + with output_file.open() as outfh: + attented_output = outfh.read() + assert generated_output == attented_output, f'filename {output_file}' + + +def test_error_not_valid_dyn_user_data(): + rougailconfig = get_rougail_config(Path("tests/errors6/"), namespace=False) + rougailconfig['step.output'] = 'display' + rougailconfig["display.console.max_width"] = 200 + rougail = Rougail(rougailconfig) + config = rougail.run() + config.information.set("description_type", "description") + errors = rougail.user_datas(fake_dynamic_for_user_data(), invalid_user_datas_error=True, unknown_user_datas_error=True) + for output_format, ext in EXT.items(): + rougailconfig['display.output_format'] = output_format + no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig, user_data_errors=errors["errors"], user_data_warnings=errors["warnings"]).run() + assert no_pb == False + output_file = Path(__file__).parent / 'errors6-results' / f'display.{ext}' + if not output_file.is_file(): + if not output_file.parent.is_dir(): + output_file.parent.mkdir() + with output_file.open('w') as outfh: + outfh.write(generated_output) + with output_file.open() as outfh: + attented_output = outfh.read() + assert generated_output == attented_output, f'filename {output_file}' + + +def test_error_not_valid_dynfamily_user_data(): + rougailconfig = get_rougail_config(Path("tests/errors6/"), namespace=False) + rougailconfig['step.output'] = 'display' + rougailconfig["display.console.max_width"] = 200 + rougail = Rougail(rougailconfig) + config = rougail.run() + config.information.set("description_type", "description") + errors = rougail.user_datas(fake_for_user_data('dyn{{ identifier }}.var'), invalid_user_datas_error=True, unknown_user_datas_error=True) + for output_format, ext in EXT.items(): + rougailconfig['display.output_format'] = output_format + no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig, user_data_errors=errors["errors"], user_data_warnings=errors["warnings"]).run() + assert no_pb == False + output_file = Path(__file__).parent / 'errors8-results' / f'display.{ext}' + if not output_file.is_file(): + if not output_file.parent.is_dir(): + output_file.parent.mkdir() + with output_file.open('w') as outfh: + outfh.write(generated_output) + with output_file.open() as outfh: + attented_output = outfh.read() + assert generated_output == attented_output, f'filename {output_file}' + + +def test_error_not_valid_family_user_data(): + rougailconfig = get_rougail_config(Path("tests/errors7/"), namespace=False) + rougailconfig['step.output'] = 'display' + rougailconfig["display.console.max_width"] = 200 + rougail = Rougail(rougailconfig) + config = rougail.run() + config.information.set("description_type", "description") + errors = rougail.user_datas(fake_for_user_data(), invalid_user_datas_error=True, unknown_user_datas_error=True) + for output_format, ext in EXT.items(): + rougailconfig['display.output_format'] = output_format + no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig, user_data_errors=errors["errors"], user_data_warnings=errors["warnings"]).run() + assert no_pb == False + output_file = Path(__file__).parent / 'errors7-results' / f'display.{ext}' + if not output_file.is_file(): + if not output_file.parent.is_dir(): + output_file.parent.mkdir() + with output_file.open('w') as outfh: + outfh.write(generated_output) + with output_file.open() as outfh: + attented_output = outfh.read() + assert generated_output == attented_output, f'filename {output_file}' + + +def test_warnings_not_valid_family_user_data(): + rougailconfig = get_rougail_config(Path("tests/errors7/"), namespace=False) + rougailconfig['step.output'] = 'display' + rougailconfig["display.console.max_width"] = 200 + rougail = Rougail(rougailconfig) + config = rougail.run() + config.information.set("description_type", "description") + errors = rougail.user_datas(fake_for_user_data()) + for output_format, ext in EXT.items(): + rougailconfig['display.output_format'] = output_format + no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig, user_data_errors=errors["errors"], user_data_warnings=errors["warnings"]).run() + assert no_pb == False + output_file = Path(__file__).parent / 'errors7-results' / f'display_warnings.{ext}' + if not output_file.is_file(): + if not output_file.parent.is_dir(): + output_file.parent.mkdir() + with output_file.open('w') as outfh: + outfh.write(generated_output) + with output_file.open() as outfh: + attented_output = outfh.read() + assert generated_output == attented_output, f'filename {output_file}' + + +def test_error_not_valid_user_data2(): + rougailconfig = get_rougail_config(Path("tests/errors9/"), namespace=False) + rougailconfig['step.output'] = 'display' + rougailconfig["display.console.max_width"] = 200 + rougail = Rougail(rougailconfig) + config = rougail.run() + config.information.set("description_type", "description") + errors = rougail.user_datas(fake_errors_for_user_data2(), invalid_user_datas_error=True) + for output_format, ext in EXT.items(): + rougailconfig['display.output_format'] = output_format + no_pb, generated_output = RougailOutput(config, rougailconfig=rougailconfig, user_data_errors=errors["errors"], user_data_warnings=errors["warnings"]).run() + assert no_pb == False + output_file = Path(__file__).parent / 'errors9-results' / f'display.{ext}' + if not output_file.is_file(): + if not output_file.parent.is_dir(): + output_file.parent.mkdir() + with output_file.open('w') as outfh: + outfh.write(generated_output) + with output_file.open() as outfh: + attented_output = outfh.read() + assert generated_output == attented_output, f'filename {output_file}' diff --git a/tests/test_load.py b/tests/test_load.py index 5f8bbdbe..90435f92 100644 --- a/tests/test_load.py +++ b/tests/test_load.py @@ -6,17 +6,16 @@ from rougail.output_display import RougailOutputDisplay as RougailOutput from rougail_tests.utils import get_structures_list, get_rougail_config, get_values_for_config -EXT = 'sh' +EXT = {'console': 'sh', 'github': 'md'} excludes = [] #excludes = [ -# '60_2family_dynamic_jinja_fill_sub_group', # '60_2family_dynamic_jinja_fill_sub_group_2', #] test_ok = get_structures_list(excludes) -# test_ok = [Path('../rougail-tests/structures/04_1auto_save_and_hidden')] +# test_ok = [Path('../rougail-tests/structures/00_6boolean')] def idfn(fixture_value): @@ -40,6 +39,7 @@ def _test_structural_files(test_dir, namespace): if not rougailconfig: return rougailconfig['step.output'] = 'display' + rougailconfig["display.console.max_width"] = 120 for do_calc in [False, True]: rougail = Rougail(rougailconfig) config = rougail.run() @@ -50,38 +50,40 @@ def _test_structural_files(test_dir, namespace): if not do_calc and (mandatory or not read_write): continue # print(read_write, mandatory, show_secrets, do_calc) - rougailconfig["display.mandatory"] = mandatory - rougailconfig["display.show_secrets"] = show_secrets - ################################## - dir_name = 'test' - if namespace: - dir_name += '_namespace' - elif (test_dir / 'force_namespace').is_file(): - return - ################################## - if read_write: - dir_name += '_read_write' - if mandatory: - dir_name += '_mandatory' - if not show_secrets: - dir_name += '_secrets' - if not do_calc: - dir_name += '_errors' - output_file = Path(__file__).parent / 'results' / dir_name / (test_dir.name + "." + EXT) - ################################## - if read_write: - config.property.read_write() - else: - config.property.read_only() - generated_output = RougailOutput(config, rougailconfig=rougailconfig).run()[1] - if not output_file.is_file(): - if not output_file.parent.is_dir(): - output_file.parent.mkdir() - with output_file.open('w') as outfh: - outfh.write(generated_output) - with output_file.open() as outfh: - attented_output = outfh.read() - assert generated_output == attented_output, f'filename {output_file}' + for output_format, ext in EXT.items(): + rougailconfig['display.output_format'] = output_format + rougailconfig["display.mandatory"] = mandatory + rougailconfig["display.show_secrets"] = show_secrets + ################################## + dir_name = 'test' + if namespace: + dir_name += '_namespace' + elif (test_dir / 'force_namespace').is_file(): + return + ################################## + if read_write: + dir_name += '_read_write' + if mandatory: + dir_name += '_mandatory' + if not show_secrets: + dir_name += '_secrets' + if not do_calc: + dir_name += '_errors' + output_file = Path(__file__).parent / 'results' / dir_name / (test_dir.name + "." + ext) + ################################## + if read_write: + config.property.read_write() + else: + config.property.read_only() + generated_output = RougailOutput(config, rougailconfig=rougailconfig).run()[1] + if not output_file.is_file(): + if not output_file.parent.is_dir(): + output_file.parent.mkdir() + with output_file.open('w') as outfh: + outfh.write(generated_output) + with output_file.open() as outfh: + attented_output = outfh.read() + assert generated_output == attented_output, f'filename {output_file}' def test_structural_files_display(test_dir):