fix: update tests
This commit is contained in:
parent
b6810f63e7
commit
091a7c29d0
41 changed files with 548 additions and 76 deletions
21
README.fr.md
21
README.fr.md
|
|
@ -11,13 +11,12 @@ include_toc: true
|
|||
> Retrouver toutes les variables et leurs valeurs de votre configuration (structures et données utilisateurs). Des informations complémentaires sont disponibles, comme la valeur par défaut, le lieu de chargement de la valeur, ...\
|
||||
> **Chemin** : display\
|
||||
> *`désactivé`*\
|
||||
> **Désactivé** : si display n'est pas défini dans "[Sélection pour sortie](#step.output)"
|
||||
> **Désactivé** : si display n'est pas défini dans "[sélection pour sortie](#step.output)".
|
||||
|
||||
| Variable | Description | Valeur par défaut | Type | Validateur |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|
|
||||
| **<a id="display.output_format" name="display.output_format">display.output_format</a>**<br/>**Ligne de commande** : <br/>--display.output_format<br/>**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** : <br/>• console<br/>• github<br/>• gitlab |
|
||||
| **<a id="display.show_secrets" name="display.show_secrets">display.show_secrets</a>**<br/>**Ligne de commande** : <br/>• --display.show_secrets<br/>• --display.no-show_secrets<br/>**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` | |
|
||||
| **<a id="display.mandatory" name="display.mandatory">display.mandatory</a>**<br/>**Ligne de commande** : <br/>• --display.mandatory<br/>• --display.no-mandatory<br/>**Variable d'environnement** : DISPLAY.MANDATORY | Tester les variables obligatoires avant de les afficher. | ne pas tester si "[La configuration dans l'état de sortie est dans mode lecture-écriture](#cli.read_write)" est activé | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | |
|
||||
| Variable | Description | Valeur par défaut | Type | Validateur |
|
||||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------|---------------------|---------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|
|
||||
| **<a id="display.output_format" name="display.output_format">display.output_format</a>**<br/>**Ligne de commande** : <br/>--display.output_format<br/>**Variable d'environnement** : ROUGAILCLI_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** : <br/>• console<br/>• github<br/>• gitlab |
|
||||
| **<a id="display.show_secrets" name="display.show_secrets">display.show_secrets</a>**<br/>**Ligne de commande** : <br/>• --display.show_secrets<br/>• --display.no-show_secrets<br/>**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` | |
|
||||
|
||||
### Configuration spécifique pour la sortie console
|
||||
|
||||
|
|
@ -25,10 +24,8 @@ include_toc: true
|
|||
>
|
||||
> **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 |
|
||||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|-------------------------------------------------------------------------------------|----------------------------|
|
||||
| **<a id="display.console.max_width" name="display.console.max_width">display.console.max_width</a>**<br/>**Ligne de commande** : <br/>--display.console.max_width<br/>**Variable d'environnement** : DISPLAY.CONSOLE.MAX_WIDTH | Nombre maximal de caractères par ligne.<br/>Null signifie illimité. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | La valeur minimale est 50. |
|
||||
|
||||
> **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 |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|-------------------------------------------------------------------------------------|----------------------------|
|
||||
| **<a id="display.console.max_width" name="display.console.max_width">display.console.max_width</a>**<br/>**Ligne de commande** : <br/>--display.console.max_width<br/>**Variable d'environnement** : ROUGAILCLI_DISPLAY.CONSOLE.MAX_WIDTH | Nombre maximal de caractères par ligne.<br/>Null signifie illimité. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | La valeur minimale est 50. |
|
||||
|
|
|
|||
21
README.md
21
README.md
|
|
@ -11,13 +11,12 @@ include_toc: true
|
|||
> 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)"
|
||||
> **Disabled**: if display is not set in "[select for output](#step.output)".
|
||||
|
||||
| Variable | Description | Default value | Type | Validator |
|
||||
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
|
||||
| **<a id="display.output_format" name="display.output_format">display.output_format</a>**<br/>**Command line**: <br/>--display.output_format<br/>**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**: <br/>• console<br/>• github<br/>• gitlab |
|
||||
| **<a id="display.show_secrets" name="display.show_secrets">display.show_secrets</a>**<br/>**Command line**: <br/>• --display.show_secrets<br/>• --display.no-show_secrets<br/>**Environment variable**: DISPLAY.SHOW_SECRETS | Show secrets instead of obscuring them. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | |
|
||||
| **<a id="display.mandatory" name="display.mandatory">display.mandatory</a>**<br/>**Command line**: <br/>• --display.mandatory<br/>• --display.no-mandatory<br/>**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` | |
|
||||
| Variable | Description | Default value | Type | Validator |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|-----------------|-------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
|
||||
| **<a id="display.output_format" name="display.output_format">display.output_format</a>**<br/>**Command line**: <br/>--display.output_format<br/>**Environment variable**: ROUGAILCLI_DISPLAY.OUTPUT_FORMAT | The output format for displaying variables. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | **Choices**: <br/>• console<br/>• github<br/>• gitlab |
|
||||
| **<a id="display.show_secrets" name="display.show_secrets">display.show_secrets</a>**<br/>**Command line**: <br/>• --display.show_secrets<br/>• --display.no-show_secrets<br/>**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` | |
|
||||
|
||||
### Specific configuration for console output
|
||||
|
||||
|
|
@ -25,10 +24,8 @@ include_toc: true
|
|||
>
|
||||
> **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 |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|-------------------------------------------------------------------------------------|--------------------------|
|
||||
| **<a id="display.console.max_width" name="display.console.max_width">display.console.max_width</a>**<br/>**Command line**: <br/>--display.console.max_width<br/>**Environment variable**: DISPLAY.CONSOLE.MAX_WIDTH | Maximum number of characters per line.<br/>Null means unlimited. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. |
|
||||
|
||||
> **Disabled**: when the variable "[The output format for displaying variables](#display.output_format)" hasn't the value "console".
|
||||
|
||||
| Variable | Description | Type | Validator |
|
||||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|-------------------------------------------------------------------------------------|--------------------------|
|
||||
| **<a id="display.console.max_width" name="display.console.max_width">display.console.max_width</a>**<br/>**Command line**: <br/>--display.console.max_width<br/>**Environment variable**: ROUGAILCLI_DISPLAY.CONSOLE.MAX_WIDTH | Maximum number of characters per line.<br/>Null means unlimited. | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. |
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"POT-Creation-Date: 2026-01-01 09:20+0100\n"
|
||||
"PO-Revision-Date: 2026-01-01 09:20+0100\n"
|
||||
"POT-Creation-Date: 2026-06-15 08:57+0200\n"
|
||||
"PO-Revision-Date: 2026-06-15 08:57+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: fr\n"
|
||||
|
|
@ -14,7 +14,7 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
"X-Generator: Poedit 3.8\n"
|
||||
"X-Generator: Poedit 3.9\n"
|
||||
|
||||
#: src/rougail/output_display/config.py:44
|
||||
msgid ""
|
||||
|
|
@ -55,34 +55,18 @@ msgid "Show secrets instead of obscuring them"
|
|||
msgstr "Voir les secrets plutôt que de les obscurcir"
|
||||
|
||||
#: src/rougail/output_display/config.py:106
|
||||
msgid "test mandatories variables before display in display"
|
||||
msgstr "tester les variables obligatoires avant de les afficher"
|
||||
|
||||
#: 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:118
|
||||
msgid "Specific configuration for console output"
|
||||
msgstr "Configuration spécifique pour la sortie console"
|
||||
|
||||
#: src/rougail/output_display/config.py:124
|
||||
#: src/rougail/output_display/config.py:112
|
||||
msgid "Maximum number of characters per line"
|
||||
msgstr "Nombre maximal de caractères par ligne"
|
||||
|
||||
#: src/rougail/output_display/config.py:125
|
||||
#: src/rougail/output_display/config.py:113
|
||||
msgid "null means unlimited"
|
||||
msgstr "null signifie illimité"
|
||||
|
||||
#: src/rougail/output_display/display.py:153
|
||||
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:159
|
||||
msgid "mandatory variable but has no value"
|
||||
msgstr "variable obligatoire mais n'a pas de valeur"
|
||||
|
||||
#: src/rougail/output_display/display.py:191
|
||||
#: src/rougail/output_display/display.py:137
|
||||
msgid "Variables:"
|
||||
msgstr "Variables :"
|
||||
|
||||
|
|
@ -115,24 +99,24 @@ msgstr "Valeur par défaut d'origine"
|
|||
msgid "Caption"
|
||||
msgstr "Légende"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:89
|
||||
#: src/rougail/output_display/output/console.py:78
|
||||
msgid "Layers"
|
||||
msgstr "Couches"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:93
|
||||
#: src/rougail/output_display/output/console.py:82
|
||||
msgid "Caution"
|
||||
msgstr "Attention"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:131
|
||||
#: src/rougail/output_display/output/console.py:120
|
||||
msgid "Warning"
|
||||
msgstr "Avertissement"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:151
|
||||
#: src/rougail/output_display/output/console.py:140
|
||||
#: src/rougail/output_display/output/github.py:126
|
||||
msgid "{0}:"
|
||||
msgstr "{0} :"
|
||||
|
||||
#: src/rougail/output_display/output/console.py:157
|
||||
#: src/rougail/output_display/output/console.py:146
|
||||
#: src/rougail/output_display/output/github.py:132
|
||||
msgid "{0}: {1}"
|
||||
msgstr "{0} : {1}"
|
||||
|
|
@ -145,6 +129,18 @@ msgstr "Légende :"
|
|||
msgid "Layers:"
|
||||
msgstr "Couches :"
|
||||
|
||||
#~ msgid "test mandatories variables before display in display"
|
||||
#~ msgstr "tester les variables obligatoires avant de les afficher"
|
||||
|
||||
#~ msgid "do not test if \"cli.read_write\" is true"
|
||||
#~ msgstr "ne pas tester si \"cli.read_write\" est activé"
|
||||
|
||||
#~ msgid "mandatory variable but is inaccessible and has no value"
|
||||
#~ msgstr "variable obligatoire mais est inaccessible et n'a pas de valeur"
|
||||
|
||||
#~ msgid "mandatory variable but has no value"
|
||||
#~ msgstr "variable obligatoire mais n'a pas de valeur"
|
||||
|
||||
#~ msgid "Error in config: {0}"
|
||||
#~ msgstr "Erreur dans la config : {0}"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2026-01-01 09:20+0100\n"
|
||||
"POT-Creation-Date: 2026-06-15 08:57+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -44,34 +44,18 @@ msgid "Show secrets instead of obscuring them"
|
|||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/config.py:106
|
||||
msgid "test mandatories variables before display in display"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/config.py:115
|
||||
msgid "do not test if \"cli.read_write\" is true"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/config.py:118
|
||||
msgid "Specific configuration for console output"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/config.py:124
|
||||
#: src/rougail/output_display/config.py:112
|
||||
msgid "Maximum number of characters per line"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/config.py:125
|
||||
#: src/rougail/output_display/config.py:113
|
||||
msgid "null means unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/display.py:153
|
||||
msgid "mandatory variable but is inaccessible and has no value"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/display.py:159
|
||||
msgid "mandatory variable but has no value"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/display.py:191
|
||||
#: src/rougail/output_display/display.py:137
|
||||
msgid "Variables:"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -104,24 +88,24 @@ msgstr ""
|
|||
msgid "Caption"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:89
|
||||
#: src/rougail/output_display/output/console.py:78
|
||||
msgid "Layers"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:93
|
||||
#: src/rougail/output_display/output/console.py:82
|
||||
msgid "Caution"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:131
|
||||
#: src/rougail/output_display/output/console.py:120
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:151
|
||||
#: src/rougail/output_display/output/console.py:140
|
||||
#: src/rougail/output_display/output/github.py:126
|
||||
msgid "{0}:"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_display/output/console.py:157
|
||||
#: src/rougail/output_display/output/console.py:146
|
||||
#: src/rougail/output_display/output/github.py:132
|
||||
msgid "{0}: {1}"
|
||||
msgstr ""
|
||||
|
|
|
|||
Binary file not shown.
14
tests/results/test/60_0family_dynamic_variable.gitlab.md
Normal file
14
tests/results/test/60_0family_dynamic_variable.gitlab.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
> [!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
|
||||
15
tests/results/test/60_0family_dynamic_variable.md
Normal file
15
tests/results/test/60_0family_dynamic_variable.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - <span style="color: #006400">Modified value</span>
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: A suffix variable:
|
||||
- <span style="color: #006400">val1</span> ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- <span style="color: #006400">val2</span> ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
12
tests/results/test/60_0family_dynamic_variable.sh
Normal file
12
tests/results/test/60_0family_dynamic_variable.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
╭────────────── Caption ───────────────╮
|
||||
│ Variable [32mModified value[0m │
|
||||
│ (⏳ Original default value) │
|
||||
╰──────────────────────────────────────╯
|
||||
Variables:
|
||||
[94m┣━━ [0m📓 A suffix variable:
|
||||
[94m┃ [0m[94m┣━━ [0m[32mval1[0m ◀ loaded from rougail-test (⏳ val1)
|
||||
[94m┃ [0m[94m┗━━ [0m[32mval2[0m ◀ loaded from rougail-test (⏳ val2)
|
||||
[94m┣━━ [0m📂 A dynamic family
|
||||
[94m┃ [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
[94m┗━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
> [!note] 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
|
||||
16
tests/results/test_namespace/60_0family_dynamic_variable.md
Normal file
16
tests/results/test_namespace/60_0family_dynamic_variable.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - <span style="color: #006400">Modified value</span>
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :open_file_folder: Rougail
|
||||
- :notebook: A suffix variable:
|
||||
- <span style="color: #006400">val1</span> ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- <span style="color: #006400">val2</span> ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
13
tests/results/test_namespace/60_0family_dynamic_variable.sh
Normal file
13
tests/results/test_namespace/60_0family_dynamic_variable.sh
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
╭────────────── Caption ───────────────╮
|
||||
│ Variable [32mModified value[0m │
|
||||
│ (⏳ Original default value) │
|
||||
╰──────────────────────────────────────╯
|
||||
Variables:
|
||||
[94m┗━━ [0m📂 Rougail
|
||||
[94m [0m[94m┣━━ [0m📓 A suffix variable:
|
||||
[94m [0m[94m┃ [0m[94m┣━━ [0m[32mval1[0m ◀ loaded from rougail-test (⏳ val1)
|
||||
[94m [0m[94m┃ [0m[94m┗━━ [0m[32mval2[0m ◀ loaded from rougail-test (⏳ val2)
|
||||
[94m [0m[94m┣━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m┃ [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
[94m [0m[94m┗━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
> [!note] 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
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - <span style="color: #006400">Modified value</span>
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :open_file_folder: Rougail
|
||||
- :notebook: A suffix variable:
|
||||
- <span style="color: #006400">val1</span> ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- <span style="color: #006400">val2</span> ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
╭────────────── Caption ───────────────╮
|
||||
│ Variable [32mModified value[0m │
|
||||
│ (⏳ Original default value) │
|
||||
╰──────────────────────────────────────╯
|
||||
Variables:
|
||||
[94m┗━━ [0m📂 Rougail
|
||||
[94m [0m[94m┣━━ [0m📓 A suffix variable:
|
||||
[94m [0m[94m┃ [0m[94m┣━━ [0m[32mval1[0m ◀ loaded from rougail-test (⏳ val1)
|
||||
[94m [0m[94m┃ [0m[94m┗━━ [0m[32mval2[0m ◀ loaded from rougail-test (⏳ val2)
|
||||
[94m [0m[94m┣━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m┃ [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
[94m [0m[94m┗━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
> [!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 +]
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - <span style="color: #B8860B">Default value</span>
|
||||
|
||||
Variables:
|
||||
- :open_file_folder: Rougail
|
||||
- :notebook: A suffix variable:
|
||||
- <span style="color: #B8860B">val1</span>
|
||||
- <span style="color: #B8860B">val2</span>
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #B8860B">null</span>
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #B8860B">null</span>
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
╭─────── Caption ────────╮
|
||||
│ Variable [38;5;220mDefault value[0m │
|
||||
╰────────────────────────╯
|
||||
Variables:
|
||||
[94m┗━━ [0m📂 Rougail
|
||||
[94m [0m[94m┣━━ [0m📓 A suffix variable:
|
||||
[94m [0m[94m┃ [0m[94m┣━━ [0m[38;5;220mval1[0m
|
||||
[94m [0m[94m┃ [0m[94m┗━━ [0m[38;5;220mval2[0m
|
||||
[94m [0m[94m┣━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m┃ [0m[94m┗━━ [0m📓 A dynamic variable: [38;5;220mnull[0m
|
||||
[94m [0m[94m┗━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m [0m[94m┗━━ [0m📓 A dynamic variable: [38;5;220mnull[0m
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
> [!note] 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
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - <span style="color: #006400">Modified value</span>
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :open_file_folder: Rougail
|
||||
- :notebook: A suffix variable:
|
||||
- <span style="color: #006400">val1</span> ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- <span style="color: #006400">val2</span> ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
╭────────────── Caption ───────────────╮
|
||||
│ Variable [32mModified value[0m │
|
||||
│ (⏳ Original default value) │
|
||||
╰──────────────────────────────────────╯
|
||||
Variables:
|
||||
[94m┗━━ [0m📂 Rougail
|
||||
[94m [0m[94m┣━━ [0m📓 A suffix variable:
|
||||
[94m [0m[94m┃ [0m[94m┣━━ [0m[32mval1[0m ◀ loaded from rougail-test (⏳ val1)
|
||||
[94m [0m[94m┃ [0m[94m┗━━ [0m[32mval2[0m ◀ loaded from rougail-test (⏳ val2)
|
||||
[94m [0m[94m┣━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m┃ [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
[94m [0m[94m┗━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
> [!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 +]
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - <span style="color: #B8860B">Default value</span>
|
||||
|
||||
Variables:
|
||||
- :open_file_folder: Rougail
|
||||
- :notebook: A suffix variable:
|
||||
- <span style="color: #B8860B">val1</span>
|
||||
- <span style="color: #B8860B">val2</span>
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #B8860B">null</span>
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #B8860B">null</span>
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
╭─────── Caption ────────╮
|
||||
│ Variable [38;5;220mDefault value[0m │
|
||||
╰────────────────────────╯
|
||||
Variables:
|
||||
[94m┗━━ [0m📂 Rougail
|
||||
[94m [0m[94m┣━━ [0m📓 A suffix variable:
|
||||
[94m [0m[94m┃ [0m[94m┣━━ [0m[38;5;220mval1[0m
|
||||
[94m [0m[94m┃ [0m[94m┗━━ [0m[38;5;220mval2[0m
|
||||
[94m [0m[94m┣━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m┃ [0m[94m┗━━ [0m📓 A dynamic variable: [38;5;220mnull[0m
|
||||
[94m [0m[94m┗━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m [0m[94m┗━━ [0m📓 A dynamic variable: [38;5;220mnull[0m
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
> [!note] 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
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - <span style="color: #006400">Modified value</span>
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :open_file_folder: Rougail
|
||||
- :notebook: A suffix variable:
|
||||
- <span style="color: #006400">val1</span> ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- <span style="color: #006400">val2</span> ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
╭────────────── Caption ───────────────╮
|
||||
│ Variable [32mModified value[0m │
|
||||
│ (⏳ Original default value) │
|
||||
╰──────────────────────────────────────╯
|
||||
Variables:
|
||||
[94m┗━━ [0m📂 Rougail
|
||||
[94m [0m[94m┣━━ [0m📓 A suffix variable:
|
||||
[94m [0m[94m┃ [0m[94m┣━━ [0m[32mval1[0m ◀ loaded from rougail-test (⏳ val1)
|
||||
[94m [0m[94m┃ [0m[94m┗━━ [0m[32mval2[0m ◀ loaded from rougail-test (⏳ val2)
|
||||
[94m [0m[94m┣━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m┃ [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
[94m [0m[94m┗━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
> [!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
|
||||
15
tests/results/test_read_write/60_0family_dynamic_variable.md
Normal file
15
tests/results/test_read_write/60_0family_dynamic_variable.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - <span style="color: #006400">Modified value</span>
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: A suffix variable:
|
||||
- <span style="color: #006400">val1</span> ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- <span style="color: #006400">val2</span> ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
12
tests/results/test_read_write/60_0family_dynamic_variable.sh
Normal file
12
tests/results/test_read_write/60_0family_dynamic_variable.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
╭────────────── Caption ───────────────╮
|
||||
│ Variable [32mModified value[0m │
|
||||
│ (⏳ Original default value) │
|
||||
╰──────────────────────────────────────╯
|
||||
Variables:
|
||||
[94m┣━━ [0m📓 A suffix variable:
|
||||
[94m┃ [0m[94m┣━━ [0m[32mval1[0m ◀ loaded from rougail-test (⏳ val1)
|
||||
[94m┃ [0m[94m┗━━ [0m[32mval2[0m ◀ loaded from rougail-test (⏳ val2)
|
||||
[94m┣━━ [0m📂 A dynamic family
|
||||
[94m┃ [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
[94m┗━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
> [!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 +]
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - <span style="color: #B8860B">Default value</span>
|
||||
|
||||
Variables:
|
||||
- :notebook: A suffix variable:
|
||||
- <span style="color: #B8860B">val1</span>
|
||||
- <span style="color: #B8860B">val2</span>
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #B8860B">null</span>
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #B8860B">null</span>
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
╭─────── Caption ────────╮
|
||||
│ Variable [38;5;220mDefault value[0m │
|
||||
╰────────────────────────╯
|
||||
Variables:
|
||||
[94m┣━━ [0m📓 A suffix variable:
|
||||
[94m┃ [0m[94m┣━━ [0m[38;5;220mval1[0m
|
||||
[94m┃ [0m[94m┗━━ [0m[38;5;220mval2[0m
|
||||
[94m┣━━ [0m📂 A dynamic family
|
||||
[94m┃ [0m[94m┗━━ [0m📓 A dynamic variable: [38;5;220mnull[0m
|
||||
[94m┗━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m┗━━ [0m📓 A dynamic variable: [38;5;220mnull[0m
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
> [!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
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - <span style="color: #006400">Modified value</span>
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: A suffix variable:
|
||||
- <span style="color: #006400">val1</span> ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- <span style="color: #006400">val2</span> ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
╭────────────── Caption ───────────────╮
|
||||
│ Variable [32mModified value[0m │
|
||||
│ (⏳ Original default value) │
|
||||
╰──────────────────────────────────────╯
|
||||
Variables:
|
||||
[94m┣━━ [0m📓 A suffix variable:
|
||||
[94m┃ [0m[94m┣━━ [0m[32mval1[0m ◀ loaded from rougail-test (⏳ val1)
|
||||
[94m┃ [0m[94m┗━━ [0m[32mval2[0m ◀ loaded from rougail-test (⏳ val2)
|
||||
[94m┣━━ [0m📂 A dynamic family
|
||||
[94m┃ [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
[94m┗━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
> [!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 +]
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - <span style="color: #B8860B">Default value</span>
|
||||
|
||||
Variables:
|
||||
- :notebook: A suffix variable:
|
||||
- <span style="color: #B8860B">val1</span>
|
||||
- <span style="color: #B8860B">val2</span>
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #B8860B">null</span>
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #B8860B">null</span>
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
╭─────── Caption ────────╮
|
||||
│ Variable [38;5;220mDefault value[0m │
|
||||
╰────────────────────────╯
|
||||
Variables:
|
||||
[94m┣━━ [0m📓 A suffix variable:
|
||||
[94m┃ [0m[94m┣━━ [0m[38;5;220mval1[0m
|
||||
[94m┃ [0m[94m┗━━ [0m[38;5;220mval2[0m
|
||||
[94m┣━━ [0m📂 A dynamic family
|
||||
[94m┃ [0m[94m┗━━ [0m📓 A dynamic variable: [38;5;220mnull[0m
|
||||
[94m┗━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m┗━━ [0m📓 A dynamic variable: [38;5;220mnull[0m
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
> [!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
|
||||
15
tests/results/test_secrets/60_0family_dynamic_variable.md
Normal file
15
tests/results/test_secrets/60_0family_dynamic_variable.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
> [!NOTE]
|
||||
>
|
||||
> **Caption:**
|
||||
> - Variable
|
||||
> - <span style="color: #006400">Modified value</span>
|
||||
> - (:hourglass_flowing_sand: Original default value)
|
||||
|
||||
Variables:
|
||||
- :notebook: A suffix variable:
|
||||
- <span style="color: #006400">val1</span> ← loaded from rougail-test (:hourglass_flowing_sand: val1)
|
||||
- <span style="color: #006400">val2</span> ← loaded from rougail-test (:hourglass_flowing_sand: val2)
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
- :open_file_folder: A dynamic family
|
||||
- :notebook: A dynamic variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
|
||||
12
tests/results/test_secrets/60_0family_dynamic_variable.sh
Normal file
12
tests/results/test_secrets/60_0family_dynamic_variable.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
╭────────────── Caption ───────────────╮
|
||||
│ Variable [32mModified value[0m │
|
||||
│ (⏳ Original default value) │
|
||||
╰──────────────────────────────────────╯
|
||||
Variables:
|
||||
[94m┣━━ [0m📓 A suffix variable:
|
||||
[94m┃ [0m[94m┣━━ [0m[32mval1[0m ◀ loaded from rougail-test (⏳ val1)
|
||||
[94m┃ [0m[94m┗━━ [0m[32mval2[0m ◀ loaded from rougail-test (⏳ val2)
|
||||
[94m┣━━ [0m📂 A dynamic family
|
||||
[94m┃ [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
[94m┗━━ [0m📂 A dynamic family
|
||||
[94m [0m[94m┗━━ [0m📓 A dynamic variable: [32mstring1[0m ◀ loaded from rougail-test
|
||||
Loading…
Reference in a new issue