fix: update tests

This commit is contained in:
egarette@silique.fr 2026-06-15 08:58:35 +02:00
parent b6810f63e7
commit 091a7c29d0
41 changed files with 548 additions and 76 deletions

View file

@ -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, ...\ > 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\ > **Chemin** : display\
> *`désactivé`*\ > *`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 | | 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/>&nbsp;console<br/>&nbsp;github<br/>&nbsp;gitlab | | **<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/>&nbsp;console<br/>&nbsp;github<br/>&nbsp;gitlab |
| **<a id="display.show_secrets" name="display.show_secrets">display.show_secrets</a>**<br/>**Ligne de commande** : <br/>&nbsp;--display.show_secrets<br/>&nbsp;--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.show_secrets" name="display.show_secrets">display.show_secrets</a>**<br/>**Ligne de commande** : <br/>&nbsp;--display.show_secrets<br/>&nbsp;--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` | |
| **<a id="display.mandatory" name="display.mandatory">display.mandatory</a>**<br/>**Ligne de commande** : <br/>&nbsp;--display.mandatory<br/>&nbsp;--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&#x27;é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` | |
### Configuration spécifique pour la sortie console ### Configuration spécifique pour la sortie console
@ -25,10 +24,8 @@ include_toc: true
> >
> **Chemin** : display.console\ > **Chemin** : display.console\
> *`désactivé`*\ > *`désactivé`*\
> **Désactivé** : lorsque la variable "[Le format de sortie pour afficher des variables](#display.output_format)" n'a pas la valeur "console" > **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 | | 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. | | **<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. |

View file

@ -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.\ > 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\ > **Path**: display\
> *`disabled`*\ > *`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 | | 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/>&nbsp;console<br/>&nbsp;github<br/>&nbsp;gitlab | | **<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/>&nbsp;console<br/>&nbsp;github<br/>&nbsp;gitlab |
| **<a id="display.show_secrets" name="display.show_secrets">display.show_secrets</a>**<br/>**Command line**: <br/>&nbsp;--display.show_secrets<br/>&nbsp;--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.show_secrets" name="display.show_secrets">display.show_secrets</a>**<br/>**Command line**: <br/>&nbsp;--display.show_secrets<br/>&nbsp;--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` | |
| **<a id="display.mandatory" name="display.mandatory">display.mandatory</a>**<br/>**Command line**: <br/>&nbsp;--display.mandatory<br/>&nbsp;--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` | |
### Specific configuration for console output ### Specific configuration for console output
@ -25,10 +24,8 @@ include_toc: true
> >
> **Path**: display.console\ > **Path**: display.console\
> *`disabled`*\ > *`disabled`*\
> **Disabled**: when the variable "[The output format for displaying variables](#display.output_format)" hasn't the value "console" > **Disabled**: when the variable "[The output format for displaying variables](#display.output_format)" hasn't the value "console".
| Variable | Description | Type | Validator | | 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. | | **<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. |

View file

@ -5,8 +5,8 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-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: 2026-01-01 09:20+0100\n" "PO-Revision-Date: 2026-06-15 08:57+0200\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"Language: fr\n" "Language: fr\n"
@ -14,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\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 #: src/rougail/output_display/config.py:44
msgid "" msgid ""
@ -55,34 +55,18 @@ msgid "Show secrets instead of obscuring them"
msgstr "Voir les secrets plutôt que de les obscurcir" msgstr "Voir les secrets plutôt que de les obscurcir"
#: src/rougail/output_display/config.py:106 #: 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" msgid "Specific configuration for console output"
msgstr "Configuration spécifique pour la sortie console" 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" msgid "Maximum number of characters per line"
msgstr "Nombre maximal de caractères par ligne" 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" msgid "null means unlimited"
msgstr "null signifie illimité" msgstr "null signifie illimité"
#: src/rougail/output_display/display.py:153 #: src/rougail/output_display/display.py:137
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
msgid "Variables:" msgid "Variables:"
msgstr "Variables :" msgstr "Variables :"
@ -115,24 +99,24 @@ msgstr "Valeur par défaut d'origine"
msgid "Caption" msgid "Caption"
msgstr "Légende" msgstr "Légende"
#: src/rougail/output_display/output/console.py:89 #: src/rougail/output_display/output/console.py:78
msgid "Layers" msgid "Layers"
msgstr "Couches" msgstr "Couches"
#: src/rougail/output_display/output/console.py:93 #: src/rougail/output_display/output/console.py:82
msgid "Caution" msgid "Caution"
msgstr "Attention" msgstr "Attention"
#: src/rougail/output_display/output/console.py:131 #: src/rougail/output_display/output/console.py:120
msgid "Warning" msgid "Warning"
msgstr "Avertissement" 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 #: src/rougail/output_display/output/github.py:126
msgid "{0}:" msgid "{0}:"
msgstr "{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 #: src/rougail/output_display/output/github.py:132
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "{0} : {1}" msgstr "{0} : {1}"
@ -145,6 +129,18 @@ msgstr "Légende :"
msgid "Layers:" msgid "Layers:"
msgstr "Couches :" 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}" #~ msgid "Error in config: {0}"
#~ msgstr "Erreur dans la config : {0}" #~ msgstr "Erreur dans la config : {0}"

View file

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -44,34 +44,18 @@ msgid "Show secrets instead of obscuring them"
msgstr "" msgstr ""
#: src/rougail/output_display/config.py:106 #: 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" msgid "Specific configuration for console output"
msgstr "" msgstr ""
#: src/rougail/output_display/config.py:124 #: src/rougail/output_display/config.py:112
msgid "Maximum number of characters per line" msgid "Maximum number of characters per line"
msgstr "" msgstr ""
#: src/rougail/output_display/config.py:125 #: src/rougail/output_display/config.py:113
msgid "null means unlimited" msgid "null means unlimited"
msgstr "" msgstr ""
#: src/rougail/output_display/display.py:153 #: src/rougail/output_display/display.py:137
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
msgid "Variables:" msgid "Variables:"
msgstr "" msgstr ""
@ -104,24 +88,24 @@ msgstr ""
msgid "Caption" msgid "Caption"
msgstr "" msgstr ""
#: src/rougail/output_display/output/console.py:89 #: src/rougail/output_display/output/console.py:78
msgid "Layers" msgid "Layers"
msgstr "" msgstr ""
#: src/rougail/output_display/output/console.py:93 #: src/rougail/output_display/output/console.py:82
msgid "Caution" msgid "Caution"
msgstr "" msgstr ""
#: src/rougail/output_display/output/console.py:131 #: src/rougail/output_display/output/console.py:120
msgid "Warning" msgid "Warning"
msgstr "" 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 #: src/rougail/output_display/output/github.py:126
msgid "{0}:" msgid "{0}:"
msgstr "" 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 #: src/rougail/output_display/output/github.py:132
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "" msgstr ""

View 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

View 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

View file

@ -0,0 +1,12 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┣━━ 📓 A suffix variable:
┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)
┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2)
┣━━ 📂 A dynamic family
┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test
┗━━ 📂 A dynamic family
 ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test

View file

@ -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

View 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

View file

@ -0,0 +1,13 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┣━━ 📓 A suffix variable:
 ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)
 ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2)
 ┣━━ 📂 A dynamic family
 ┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test
 ┗━━ 📂 A dynamic family
  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test

View file

@ -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

View 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

View file

@ -0,0 +1,13 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┣━━ 📓 A suffix variable:
 ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)
 ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2)
 ┣━━ 📂 A dynamic family
 ┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test
 ┗━━ 📂 A dynamic family
  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test

View file

@ -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 +]

View file

@ -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>

View file

@ -0,0 +1,12 @@
╭─────── Caption ────────╮
│ Variable Default value │
╰────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┣━━ 📓 A suffix variable:
 ┃ ┣━━ val1
 ┃ ┗━━ val2
 ┣━━ 📂 A dynamic family
 ┃ ┗━━ 📓 A dynamic variable: null
 ┗━━ 📂 A dynamic family
  ┗━━ 📓 A dynamic variable: null

View file

@ -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

View 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

View file

@ -0,0 +1,13 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┣━━ 📓 A suffix variable:
 ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)
 ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2)
 ┣━━ 📂 A dynamic family
 ┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test
 ┗━━ 📂 A dynamic family
  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test

View file

@ -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 +]

View file

@ -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>

View file

@ -0,0 +1,12 @@
╭─────── Caption ────────╮
│ Variable Default value │
╰────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┣━━ 📓 A suffix variable:
 ┃ ┣━━ val1
 ┃ ┗━━ val2
 ┣━━ 📂 A dynamic family
 ┃ ┗━━ 📓 A dynamic variable: null
 ┗━━ 📂 A dynamic family
  ┗━━ 📓 A dynamic variable: null

View file

@ -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

View 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

View file

@ -0,0 +1,13 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┣━━ 📓 A suffix variable:
 ┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)
 ┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2)
 ┣━━ 📂 A dynamic family
 ┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test
 ┗━━ 📂 A dynamic family
  ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test

View 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

View 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

View file

@ -0,0 +1,12 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┣━━ 📓 A suffix variable:
┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)
┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2)
┣━━ 📂 A dynamic family
┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test
┗━━ 📂 A dynamic family
 ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test

View file

@ -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 +]

View file

@ -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>

View file

@ -0,0 +1,11 @@
╭─────── Caption ────────╮
│ Variable Default value │
╰────────────────────────╯
Variables:
┣━━ 📓 A suffix variable:
┃ ┣━━ val1
┃ ┗━━ val2
┣━━ 📂 A dynamic family
┃ ┗━━ 📓 A dynamic variable: null
┗━━ 📂 A dynamic family
 ┗━━ 📓 A dynamic variable: null

View 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

View 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

View file

@ -0,0 +1,12 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┣━━ 📓 A suffix variable:
┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)
┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2)
┣━━ 📂 A dynamic family
┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test
┗━━ 📂 A dynamic family
 ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test

View file

@ -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 +]

View file

@ -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>

View file

@ -0,0 +1,11 @@
╭─────── Caption ────────╮
│ Variable Default value │
╰────────────────────────╯
Variables:
┣━━ 📓 A suffix variable:
┃ ┣━━ val1
┃ ┗━━ val2
┣━━ 📂 A dynamic family
┃ ┗━━ 📓 A dynamic variable: null
┗━━ 📂 A dynamic family
 ┗━━ 📓 A dynamic variable: null

View 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

View 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

View file

@ -0,0 +1,12 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┣━━ 📓 A suffix variable:
┃ ┣━━ val1 ◀ loaded from rougail-test (⏳ val1)
┃ ┗━━ val2 ◀ loaded from rougail-test (⏳ val2)
┣━━ 📂 A dynamic family
┃ ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test
┗━━ 📂 A dynamic family
 ┗━━ 📓 A dynamic variable: string1 ◀ loaded from rougail-test